COLOR #314868

HEX: #314868 RGB: (49,72,104)

Color info

#314868 contains red, green and blue colors in about the same proportion. Web safe color of #314868 is #333366 (or #336).

RGB color model

#314868 color RGB value is (49,72,104).

RGB: (49,72,104) (19%, 28%, 41%)

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 104 of 255 = 41%

49
72
104

R + G + B ~ 29%. #314868 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 72 + 104 = 225 (100%)
R 49 of 225 ~ 21.78%
G 72 of 225 ~ 32%
B 104 of 225 ~ 46.22'%

%21.78
%32
%46.22

CMYK color model

#314868 color CMYK value is (53,31,0,59).

  • cyan value is 52.88%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (53,31,0,59) C53M31Y0K59 (53%,31%,0%,59%) (0.53/0.31/0.00/0.59) 

CMYK percentages

%52.88
%30.77
%0
%59.22

Codes

Color #314868 in popluar color models

31 48 68
RGB 49 72 104
HSL 215° 35.95% 30.00%
HSB/HSV 215° 52.88% 40.78%
CMYK 52.88% 30.77% 0.00%
59.22%

Color #314868 in popluar number systems.

HEX 31 48 68
Decimal 49 72 104
Binary 110001 1001000 1101000
Octal 61 110 150

Shades and tints

Shades of #314868

#314868
(49,72,104)
#2D425F
(45,66,95)
#293C56
(41,60,86)
#25364D
(37,54,77)
#213044
(33,48,68)
#1D2A3B
(29,42,59)
#192432
(25,36,50)
#151E29
(21,30,41)
#111820
(17,24,32)
#0D1217
(13,18,23)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #314868

#314868
(49,72,104)
#435875
(67,88,117)
#556882
(85,104,130)
#67788F
(103,120,143)
#79889C
(121,136,156)
#8B98A9
(139,152,169)
#9DA8B6
(157,168,182)
#AFB8C3
(175,184,195)
#C1C8D0
(193,200,208)
#D3D8DD
(211,216,221)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314868 color. Also use rgb(49,72,104) instead hex code.

Text Font Color

.myTextColor { color: #314868; }

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

This text font color is #314868.

Background Color

.myBgColor { background-color: #314868; }

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

This div background color is #314868.

Border color

.myBorderColor { border: 1px solid #314868; }

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

This div border color is #314868.

Opacity

.myOpacity80 { color: #314868; opacity: 0.8; }

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

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

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

This text has shadow with #314868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314868.

Preview

Color preview on black background

This text has color #314868 on black background.


Color preview on white background

This text has color #314868 on white background.


Black color preview on #314868 background

This text has black color on #314868 background.


White color preview on #314868 background

This text has white color on #314868 background.


Related colors

Complementary color

Complementary color for #hex is #CEB797.


I love getcolorcode.com

Triadic colors

1 #683148 and #486831 with #314868 are triadic colors.

2 #684831 and #483168 with #314868 are triadic colors.