COLOR #394E8F

HEX: #394E8F
RGB: (57,78,143)

Color info

#394E8F contains mainly blue color. Web safe color of #394E8F is #336699 (or #369).

RGB color model

#394E8F color RGB value is (57,78,143).

  • red value is 57;
  • green value is 78;
  • blue value is 143.
RGB:
(57,78,143)
(22%,31%,56%)

RGB channels and saturation

R 57 of 255 = 22%
G 78 of 255 = 31%
B 143 of 255 = 56%

57
78
143

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

Portions of RGB colors in percentages

R + G + B =
57 + 78 + 143 = 278 (100%)
R 57 of 278 ~ 20.5%
G 78 of 278 ~ 28.06%
B 143 of 278 ~ 51.44%

%20.5
%28.06
%51.44

CMYK color model

#394E8F color CMYK value is (60,45,0,44).

  • cyan value is 60.14%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(60,45,0,44)
C60M45Y0K44 
(60%,45%,0%,44%)
(0.60/0.45/0.00/0.44)	

CMYK percentages

%60.14
%45.45
%0
%43.92

Codes

Color #394E8F in popluar color models

394E8F
RGB5778143
HSL225°43.00%39.22%
HSB/HSV225°60.14%56.08%
CMYK60.14%45.45%0.00%
43.92%

Color #394E8F in popluar number systems.

HEX394E8F
Decimal5778143
Binary111001100111010001111
Octal71116217

Shades and tints

Shades of #394E8F

#394E8F
(57,78,143)
#344782
(52,71,130)
#2F4075
(47,64,117)
#2A3968
(42,57,104)
#25325B
(37,50,91)
#202B4E
(32,43,78)
#1B2441
(27,36,65)
#161D34
(22,29,52)
#111627
(17,22,39)
#0C0F1A
(12,15,26)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #394E8F

#394E8F
(57,78,143)
#4B5E99
(75,94,153)
#5D6EA3
(93,110,163)
#6F7EAD
(111,126,173)
#818EB7
(129,142,183)
#939EC1
(147,158,193)
#A5AECB
(165,174,203)
#B7BED5
(183,190,213)
#C9CEDF
(201,206,223)
#DBDEE9
(219,222,233)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394E8F color. Also use rgb(57,78,143) instead hex code.

Text Font Color

.myTextColor { color: #394E8F; }

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

This text font color is #394E8F.


Background Color

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

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

This div background color is #394E8F.


Border color

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

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

This div border color is #394E8F.


Opacity

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

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

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

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

This text has shadow with #394E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394E8F on black background.


Color preview on white background

This text has color #394E8F on white background.



Black color preview on #394E8F background

This text has black color on #394E8F background.


White color preview on #394E8F background

This text has white color on #394E8F background.