COLOR #384F87

HEX: #384F87
RGB: (56,79,135)

Color info

#384F87 contains mainly green and blue colors. Web safe color of #384F87 is #336699 (or #369).

RGB color model

#384F87 color RGB value is (56,79,135).

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

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 135 of 255 = 53%

56
79
135

R + G + B ~ 35%. #384F87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 79 + 135 = 270 (100%)
R 56 of 270 ~ 20.74%
G 79 of 270 ~ 29.26%
B 135 of 270 ~ 50%

%20.74
%29.26
%50

CMYK color model

#384F87 color CMYK value is (59,41,0,47).

  • cyan value is 58.52%
  • magenta value is 41.48%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(59,41,0,47)
C59M41Y0K47 
(59%,41%,0%,47%)
(0.59/0.41/0.00/0.47)	

CMYK percentages

%58.52
%41.48
%0
%47.06

Codes

Color #384F87 in popluar color models

384F87
RGB5679135
HSL223°41.36%37.45%
HSB/HSV223°58.52%52.94%
CMYK58.52%41.48%0.00%
47.06%

Color #384F87 in popluar number systems.

HEX384F87
Decimal5679135
Binary111000100111110000111
Octal70117207

Shades and tints

Shades of #384F87

#384F87
(56,79,135)
#33487B
(51,72,123)
#2E416F
(46,65,111)
#293A63
(41,58,99)
#243357
(36,51,87)
#1F2C4B
(31,44,75)
#1A253F
(26,37,63)
#151E33
(21,30,51)
#101727
(16,23,39)
#0B101B
(11,16,27)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #384F87

#384F87
(56,79,135)
#4A5F91
(74,95,145)
#5C6F9B
(92,111,155)
#6E7FA5
(110,127,165)
#808FAF
(128,143,175)
#929FB9
(146,159,185)
#A4AFC3
(164,175,195)
#B6BFCD
(182,191,205)
#C8CFD7
(200,207,215)
#DADFE1
(218,223,225)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384F87; }

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

This text font color is #384F87.


Background Color

.myBgColor { background-color: #384F87; }

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

This div background color is #384F87.


Border color

.myBorderColor { border: 1px solid #384F87; }

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

This div border color is #384F87.


Opacity

.myOpacity80 { color: #384F87; opacity: 0.8; }

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

Text with #384F87 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 #384F87;}

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

This text has shadow with #384F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384F87 on black background.


Color preview on white background

This text has color #384F87 on white background.



Black color preview on #384F87 background

This text has black color on #384F87 background.


White color preview on #384F87 background

This text has white color on #384F87 background.