COLOR #384887

HEX: #384887
RGB: (56,72,135)

Color info

#384887 contains mainly blue color. Web safe color of #384887 is #333399 (or #339).

RGB color model

#384887 color RGB value is (56,72,135).

  • red value is 56;
  • green value is 72;
  • blue value is 135.
RGB:
(56,72,135)
(22%,28%,53%)

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 135 of 255 = 53%

56
72
135

R + G + B ~ 34%. #384887 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 135 = 263 (100%)
R 56 of 263 ~ 21.29%
G 72 of 263 ~ 27.38%
B 135 of 263 ~ 51.33%

%21.29
%27.38
%51.33

CMYK color model

#384887 color CMYK value is (59,47,0,47).

  • cyan value is 58.52%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(59,47,0,47)
C59M47Y0K47 
(59%,47%,0%,47%)
(0.59/0.47/0.00/0.47)	

CMYK percentages

%58.52
%46.67
%0
%47.06

Codes

Color #384887 in popluar color models

384887
RGB5672135
HSL228°41.36%37.45%
HSB/HSV228°58.52%52.94%
CMYK58.52%46.67%0.00%
47.06%

Color #384887 in popluar number systems.

HEX384887
Decimal5672135
Binary111000100100010000111
Octal70110207

Shades and tints

Shades of #384887

#384887
(56,72,135)
#33427B
(51,66,123)
#2E3C6F
(46,60,111)
#293663
(41,54,99)
#243057
(36,48,87)
#1F2A4B
(31,42,75)
#1A243F
(26,36,63)
#151E33
(21,30,51)
#101827
(16,24,39)
#0B121B
(11,18,27)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #384887

#384887
(56,72,135)
#4A5891
(74,88,145)
#5C689B
(92,104,155)
#6E78A5
(110,120,165)
#8088AF
(128,136,175)
#9298B9
(146,152,185)
#A4A8C3
(164,168,195)
#B6B8CD
(182,184,205)
#C8C8D7
(200,200,215)
#DAD8E1
(218,216,225)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384887 color. Also use rgb(56,72,135) instead hex code.

Text Font Color

.myTextColor { color: #384887; }

<p style="color:#384887">This sample text font color is #384887.</p>

This text font color is #384887.


Background Color

.myBgColor { background-color: #384887; }

<div style="background-color:#384887">Inner text</div>

This div background color is #384887.


Border color

.myBorderColor { border: 1px solid #384887; }

<div style="border:3px solid #384887">Div</div>

This div border color is #384887.


Opacity

.myOpacity80 { color: #384887; opacity: 0.8; }

<p style="color:#384887;opacity:0.8;">80%</p>

Text with #384887 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #384887;}

<p style="text-shadow: 3px 3px 1px #384887">Text here.</p>

This text has shadow with #384887 color.

.textShadow {text-shadow: 3px 3px 1px #384887, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #384887, 5px 5px 20px red">Text here.</p>

This text has shadow with #384887 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#384887, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#384887, Direction=45, Strength=4)">Text</p>

This text has shadow with #384887 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #384887;
  -webkit-box-shadow:	1px 1px 3px 2px #384887;
  box-shadow:		1px 1px 3px 2px #384887;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #384887;
-webkit-box-shadow: 1px 1px 3px 2px #384887;
box-shadow:1px 1px 3px 2px #384887;">
Div content here</div>
This div box has shadow with color #384887.

Preview

Color preview on black background

This text has color #384887 on black background.


Color preview on white background

This text has color #384887 on white background.



Black color preview on #384887 background

This text has black color on #384887 background.


White color preview on #384887 background

This text has white color on #384887 background.