COLOR #394A9D

HEX: #394A9D
RGB: (57,74,157)

Color info

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

RGB color model

#394A9D color RGB value is (57,74,157).

  • red value is 57;
  • green value is 74;
  • blue value is 157.
RGB:
(57,74,157)
(22%,29%,62%)

RGB channels and saturation

R 57 of 255 = 22%
G 74 of 255 = 29%
B 157 of 255 = 62%

57
74
157

R + G + B ~ 38%. #394A9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 74 + 157 = 288 (100%)
R 57 of 288 ~ 19.79%
G 74 of 288 ~ 25.69%
B 157 of 288 ~ 54.51%

%19.79
%25.69
%54.51

CMYK color model

#394A9D color CMYK value is (64,53,0,38).

  • cyan value is 63.69%
  • magenta value is 52.87%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(64,53,0,38)
C64M53Y0K38 
(64%,53%,0%,38%)
(0.64/0.53/0.00/0.38)	

CMYK percentages

%63.69
%52.87
%0
%38.43

Codes

Color #394A9D in popluar color models

394A9D
RGB5774157
HSL230°46.73%41.96%
HSB/HSV230°63.69%61.57%
CMYK63.69%52.87%0.00%
38.43%

Color #394A9D in popluar number systems.

HEX394A9D
Decimal5774157
Binary111001100101010011101
Octal71112235

Shades and tints

Shades of #394A9D

#394A9D
(57,74,157)
#34448F
(52,68,143)
#2F3E81
(47,62,129)
#2A3873
(42,56,115)
#253265
(37,50,101)
#202C57
(32,44,87)
#1B2649
(27,38,73)
#16203B
(22,32,59)
#111A2D
(17,26,45)
#0C141F
(12,20,31)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #394A9D

#394A9D
(57,74,157)
#4B5AA5
(75,90,165)
#5D6AAD
(93,106,173)
#6F7AB5
(111,122,181)
#818ABD
(129,138,189)
#939AC5
(147,154,197)
#A5AACD
(165,170,205)
#B7BAD5
(183,186,213)
#C9CADD
(201,202,221)
#DBDAE5
(219,218,229)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #394A9D color. Also use rgb(57,74,157) instead hex code.

Text Font Color

.myTextColor { color: #394A9D; }

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

This text font color is #394A9D.


Background Color

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

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

This div background color is #394A9D.


Border color

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

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

This div border color is #394A9D.


Opacity

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

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

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

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

This text has shadow with #394A9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394A9D on black background.


Color preview on white background

This text has color #394A9D on white background.



Black color preview on #394A9D background

This text has black color on #394A9D background.


White color preview on #394A9D background

This text has white color on #394A9D background.