COLOR #394D8B

HEX: #394D8B
RGB: (57,77,139)

Color info

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

RGB color model

#394D8B color RGB value is (57,77,139).

  • red value is 57;
  • green value is 77;
  • blue value is 139.
RGB:
(57,77,139)
(22%,30%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 139 of 255 = 55%

57
77
139

R + G + B ~ 36%. #394D8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 139 = 273 (100%)
R 57 of 273 ~ 20.88%
G 77 of 273 ~ 28.21%
B 139 of 273 ~ 50.92%

%20.88
%28.21
%50.92

CMYK color model

#394D8B color CMYK value is (59,45,0,45).

  • cyan value is 58.99%
  • magenta value is 44.60%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(59,45,0,45)
C59M45Y0K45 
(59%,45%,0%,45%)
(0.59/0.45/0.00/0.45)	

CMYK percentages

%58.99
%44.6
%0
%45.49

Codes

Color #394D8B in popluar color models

394D8B
RGB5777139
HSL225°41.84%38.43%
HSB/HSV225°58.99%54.51%
CMYK58.99%44.60%0.00%
45.49%

Color #394D8B in popluar number systems.

HEX394D8B
Decimal5777139
Binary111001100110110001011
Octal71115213

Shades and tints

Shades of #394D8B

#394D8B
(57,77,139)
#34467F
(52,70,127)
#2F3F73
(47,63,115)
#2A3867
(42,56,103)
#25315B
(37,49,91)
#202A4F
(32,42,79)
#1B2343
(27,35,67)
#161C37
(22,28,55)
#11152B
(17,21,43)
#0C0E1F
(12,14,31)
#070713
(7,7,19)
#000000
(0,0,0)

Tints of #394D8B

#394D8B
(57,77,139)
#4B5D95
(75,93,149)
#5D6D9F
(93,109,159)
#6F7DA9
(111,125,169)
#818DB3
(129,141,179)
#939DBD
(147,157,189)
#A5ADC7
(165,173,199)
#B7BDD1
(183,189,209)
#C9CDDB
(201,205,219)
#DBDDE5
(219,221,229)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394D8B color. Also use rgb(57,77,139) instead hex code.

Text Font Color

.myTextColor { color: #394D8B; }

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

This text font color is #394D8B.


Background Color

.myBgColor { background-color: #394D8B; }

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

This div background color is #394D8B.


Border color

.myBorderColor { border: 1px solid #394D8B; }

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

This div border color is #394D8B.


Opacity

.myOpacity80 { color: #394D8B; opacity: 0.8; }

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

Text with #394D8B 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 #394D8B;}

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

This text has shadow with #394D8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D8B on black background.


Color preview on white background

This text has color #394D8B on white background.



Black color preview on #394D8B background

This text has black color on #394D8B background.


White color preview on #394D8B background

This text has white color on #394D8B background.