COLOR #314EAC

HEX: #314EAC RGB: (49,78,172)

Color info

#314EAC contains mainly blue color. Web safe color of #314EAC is #336699 (or #369).

RGB color model

#314EAC color RGB value is (49,78,172).

RGB: (49,78,172) (19%, 31%, 67%)

RGB channels and saturation

R 49 of 255 = 19%
G 78 of 255 = 31%
B 172 of 255 = 67%

49
78
172

R + G + B ~ 39%. #314EAC is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 78 + 172 = 299 (100%)
R 49 of 299 ~ 16.39%
G 78 of 299 ~ 26.09%
B 172 of 299 ~ 57.53'%

%16.39
%26.09
%57.53

CMYK color model

#314EAC color CMYK value is (72,55,0,33).

  • cyan value is 71.51%
  • magenta value is 54.65%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK: (72,55,0,33) C72M55Y0K33 (72%,55%,0%,33%) (0.72/0.55/0.00/0.33) 

CMYK percentages

%71.51
%54.65
%0
%32.55

Codes

Color #314EAC in popluar color models

31 4E AC
RGB 49 78 172
HSL 226° 55.66% 43.33%
HSB/HSV 226° 71.51% 67.45%
CMYK 71.51% 54.65% 0.00%
32.55%

Color #314EAC in popluar number systems.

HEX 31 4E AC
Decimal 49 78 172
Binary 110001 1001110 10101100
Octal 61 116 254

Shades and tints

Shades of #314EAC

#314EAC
(49,78,172)
#2D479D
(45,71,157)
#29408E
(41,64,142)
#25397F
(37,57,127)
#213270
(33,50,112)
#1D2B61
(29,43,97)
#192452
(25,36,82)
#151D43
(21,29,67)
#111634
(17,22,52)
#0D0F25
(13,15,37)
#090816
(9,8,22)
#000000
(0,0,0)

Tints of #314EAC

#314EAC
(49,78,172)
#435EB3
(67,94,179)
#556EBA
(85,110,186)
#677EC1
(103,126,193)
#798EC8
(121,142,200)
#8B9ECF
(139,158,207)
#9DAED6
(157,174,214)
#AFBEDD
(175,190,221)
#C1CEE4
(193,206,228)
#D3DEEB
(211,222,235)
#E5EEF2
(229,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314EAC color. Also use rgb(49,78,172) instead hex code.

Text Font Color

.myTextColor { color: #314EAC; }

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

This text font color is #314EAC.

Background Color

.myBgColor { background-color: #314EAC; }

<div style="background-color:#314EAC">Inner text</div>

This div background color is #314EAC.

Border color

.myBorderColor { border: 1px solid #314EAC; }

<div style="border:3px solid #314EAC">Div</div>

This div border color is #314EAC.

Opacity

.myOpacity80 { color: #314EAC; opacity: 0.8; }

<p style="color:#314EAC;opacity:0.8;">80%</p>

Text with #314EAC 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 #314EAC;}

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

This text has shadow with #314EAC color.


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

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

This text has shadow with #314EAC primary color and red secondary color.


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

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

This text has shadow with #314EAC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #314EAC.

Preview

Color preview on black background

This text has color #314EAC on black background.


Color preview on white background

This text has color #314EAC on white background.


Black color preview on #314EAC background

This text has black color on #314EAC background.


White color preview on #314EAC background

This text has white color on #314EAC background.


Related colors

Complementary color

Complementary color for #hex is #CEB153.


I love getcolorcode.com

Triadic colors

1 #AC314E and #4EAC31 with #314EAC are triadic colors.

2 #AC4E31 and #4E31AC with #314EAC are triadic colors.