COLOR #394D8F

HEX: #394D8F
RGB: (57,77,143)

Color info

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

RGB color model

#394D8F color RGB value is (57,77,143).

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

RGB channels and saturation

R 57 of 255 = 22%
G 77 of 255 = 30%
B 143 of 255 = 56%

57
77
143

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

Portions of RGB colors in percentages

R + G + B =
57 + 77 + 143 = 277 (100%)
R 57 of 277 ~ 20.58%
G 77 of 277 ~ 27.8%
B 143 of 277 ~ 51.62%

%20.58
%27.8
%51.62

CMYK color model

#394D8F color CMYK value is (60,46,0,44).

  • cyan value is 60.14%
  • magenta value is 46.15%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(60,46,0,44)
C60M46Y0K44 
(60%,46%,0%,44%)
(0.60/0.46/0.00/0.44)	

CMYK percentages

%60.14
%46.15
%0
%43.92

Codes

Color #394D8F in popluar color models

394D8F
RGB5777143
HSL226°43.00%39.22%
HSB/HSV226°60.14%56.08%
CMYK60.14%46.15%0.00%
43.92%

Color #394D8F in popluar number systems.

HEX394D8F
Decimal5777143
Binary111001100110110001111
Octal71115217

Shades and tints

Shades of #394D8F

#394D8F
(57,77,143)
#344682
(52,70,130)
#2F3F75
(47,63,117)
#2A3868
(42,56,104)
#25315B
(37,49,91)
#202A4E
(32,42,78)
#1B2341
(27,35,65)
#161C34
(22,28,52)
#111527
(17,21,39)
#0C0E1A
(12,14,26)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #394D8F

#394D8F
(57,77,143)
#4B5D99
(75,93,153)
#5D6DA3
(93,109,163)
#6F7DAD
(111,125,173)
#818DB7
(129,141,183)
#939DC1
(147,157,193)
#A5ADCB
(165,173,203)
#B7BDD5
(183,189,213)
#C9CDDF
(201,205,223)
#DBDDE9
(219,221,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394D8F; }

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

This text font color is #394D8F.


Background Color

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

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

This div background color is #394D8F.


Border color

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

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

This div border color is #394D8F.


Opacity

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

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

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

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

This text has shadow with #394D8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394D8F on black background.


Color preview on white background

This text has color #394D8F on white background.



Black color preview on #394D8F background

This text has black color on #394D8F background.


White color preview on #394D8F background

This text has white color on #394D8F background.