COLOR #394AA4

HEX: #394AA4
RGB: (57,74,164)

Color info

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

RGB color model

#394AA4 color RGB value is (57,74,164).

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

RGB channels and saturation

R 57 of 255 = 22%
G 74 of 255 = 29%
B 164 of 255 = 64%

57
74
164

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

Portions of RGB colors in percentages

R + G + B =
57 + 74 + 164 = 295 (100%)
R 57 of 295 ~ 19.32%
G 74 of 295 ~ 25.08%
B 164 of 295 ~ 55.59%

%19.32
%25.08
%55.59

CMYK color model

#394AA4 color CMYK value is (65,55,0,36).

  • cyan value is 65.24%
  • magenta value is 54.88%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(65,55,0,36)
C65M55Y0K36 
(65%,55%,0%,36%)
(0.65/0.55/0.00/0.36)	

CMYK percentages

%65.24
%54.88
%0
%35.69

Codes

Color #394AA4 in popluar color models

394AA4
RGB5774164
HSL230°48.42%43.33%
HSB/HSV230°65.24%64.31%
CMYK65.24%54.88%0.00%
35.69%

Color #394AA4 in popluar number systems.

HEX394AA4
Decimal5774164
Binary111001100101010100100
Octal71112244

Shades and tints

Shades of #394AA4

#394AA4
(57,74,164)
#344496
(52,68,150)
#2F3E88
(47,62,136)
#2A387A
(42,56,122)
#25326C
(37,50,108)
#202C5E
(32,44,94)
#1B2650
(27,38,80)
#162042
(22,32,66)
#111A34
(17,26,52)
#0C1426
(12,20,38)
#070E18
(7,14,24)
#000000
(0,0,0)

Tints of #394AA4

#394AA4
(57,74,164)
#4B5AAC
(75,90,172)
#5D6AB4
(93,106,180)
#6F7ABC
(111,122,188)
#818AC4
(129,138,196)
#939ACC
(147,154,204)
#A5AAD4
(165,170,212)
#B7BADC
(183,186,220)
#C9CAE4
(201,202,228)
#DBDAEC
(219,218,236)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394AA4; }

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

This text font color is #394AA4.


Background Color

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

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

This div background color is #394AA4.


Border color

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

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

This div border color is #394AA4.


Opacity

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

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

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

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

This text has shadow with #394AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394AA4 on black background.


Color preview on white background

This text has color #394AA4 on white background.



Black color preview on #394AA4 background

This text has black color on #394AA4 background.


White color preview on #394AA4 background

This text has white color on #394AA4 background.