COLOR #394B7D

HEX: #394B7D RGB: (57,75,125)

Color info

#394B7D contains mainly green and blue colors. Web safe color of #394B7D is #333366 (or #336).

RGB color model

#394B7D color RGB value is (57,75,125).

RGB: (57,75,125) (22%, 29%, 49%)

RGB channels and saturation

R 57 of 255 = 22%
G 75 of 255 = 29%
B 125 of 255 = 49%

57
75
125

R + G + B ~ 33%. #394B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 75 + 125 = 257 (100%)
R 57 of 257 ~ 22.18%
G 75 of 257 ~ 29.18%
B 125 of 257 ~ 48.64'%

%22.18
%29.18
%48.64

CMYK color model

#394B7D color CMYK value is (54,40,0,51).

  • cyan value is 54.40%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (54,40,0,51)
C54M40Y0K51 (54%, 40%, 0%, 51%)
(0.54 / 0.40 / 0.00 / 0.51)

CMYK percentages

%54.4
%40
%0
%50.98

Codes

Color #394B7D in popluar color models

39 4B 7D
RGB 57 75 125
HSL 224° 37.36% 35.69%
HSB/HSV 224° 54.40% 49.02%
CMYK 54.40% 40.00% 0.00%
50.98%

Color #394B7D in popluar number systems.

HEX 39 4B 7D
Decimal 57 75 125
Binary 111001 1001011 1111101
Octal 71 113 175

Shades and tints

Shades of #394B7D

#394B7D
(57,75,125)
#344572
(52,69,114)
#2F3F67
(47,63,103)
#2A395C
(42,57,92)
#253351
(37,51,81)
#202D46
(32,45,70)
#1B273B
(27,39,59)
#162130
(22,33,48)
#111B25
(17,27,37)
#0C151A
(12,21,26)
#070F0F
(7,15,15)
#000000
(0,0,0)

Tints of #394B7D

#394B7D
(57,75,125)
#4B5B88
(75,91,136)
#5D6B93
(93,107,147)
#6F7B9E
(111,123,158)
#818BA9
(129,139,169)
#939BB4
(147,155,180)
#A5ABBF
(165,171,191)
#B7BBCA
(183,187,202)
#C9CBD5
(201,203,213)
#DBDBE0
(219,219,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394B7D color. Also use rgb(57,75,125) instead hex code.

Text Font Color

.myTextColor { color: #394B7D; }

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

This text font color is #394B7D.

Background Color

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

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

This div background color is #394B7D.

Border color

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

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

This div border color is #394B7D.

Opacity

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

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

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

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

This text has shadow with #394B7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #394B7D.

Preview

Color preview on black background

This text has color #394B7D on black background.


Color preview on white background

This text has color #394B7D on white background.


Black color preview on #394B7D background

This text has black color on #394B7D background.


White color preview on #394B7D background

This text has white color on #394B7D background.


Related colors

Complementary color

Complementary color for #hex is #C6B482.


I love getcolorcode.com

Triadic colors

1 #7D394B and #4B7D39 with #394B7D are triadic colors.

2 #7D4B39 and #4B397D with #394B7D are triadic colors.