COLOR #394AAA

HEX: #394AAA
RGB: (57,74,170)

Color info

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

RGB color model

#394AAA color RGB value is (57,74,170).

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

RGB channels and saturation

R 57 of 255 = 22%
G 74 of 255 = 29%
B 170 of 255 = 67%

57
74
170

R + G + B ~ 39%. #394AAA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 74 + 170 = 301 (100%)
R 57 of 301 ~ 18.94%
G 74 of 301 ~ 24.58%
B 170 of 301 ~ 56.48%

%18.94
%24.58
%56.48

CMYK color model

#394AAA color CMYK value is (66,56,0,33).

  • cyan value is 66.47%
  • magenta value is 56.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(66,56,0,33)
C66M56Y0K33 
(66%,56%,0%,33%)
(0.66/0.56/0.00/0.33)	

CMYK percentages

%66.47
%56.47
%0
%33.33

Codes

Color #394AAA in popluar color models

394AAA
RGB5774170
HSL231°49.78%44.51%
HSB/HSV231°66.47%66.67%
CMYK66.47%56.47%0.00%
33.33%

Color #394AAA in popluar number systems.

HEX394AAA
Decimal5774170
Binary111001100101010101010
Octal71112252

Shades and tints

Shades of #394AAA

#394AAA
(57,74,170)
#34449B
(52,68,155)
#2F3E8C
(47,62,140)
#2A387D
(42,56,125)
#25326E
(37,50,110)
#202C5F
(32,44,95)
#1B2650
(27,38,80)
#162041
(22,32,65)
#111A32
(17,26,50)
#0C1423
(12,20,35)
#070E14
(7,14,20)
#000000
(0,0,0)

Tints of #394AAA

#394AAA
(57,74,170)
#4B5AB1
(75,90,177)
#5D6AB8
(93,106,184)
#6F7ABF
(111,122,191)
#818AC6
(129,138,198)
#939ACD
(147,154,205)
#A5AAD4
(165,170,212)
#B7BADB
(183,186,219)
#C9CAE2
(201,202,226)
#DBDAE9
(219,218,233)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #394AAA; }

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

This text font color is #394AAA.


Background Color

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

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

This div background color is #394AAA.


Border color

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

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

This div border color is #394AAA.


Opacity

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

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

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

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

This text has shadow with #394AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #394AAA on black background.


Color preview on white background

This text has color #394AAA on white background.



Black color preview on #394AAA background

This text has black color on #394AAA background.


White color preview on #394AAA background

This text has white color on #394AAA background.