COLOR #314876

HEX: #314876 RGB: (49,72,118)

Color info

#314876 contains mainly green and blue colors. Web safe color of #314876 is #333366 (or #336).

RGB color model

#314876 color RGB value is (49,72,118).

RGB: (49,72,118) (19%, 28%, 46%)

RGB channels and saturation

R 49 of 255 = 19%
G 72 of 255 = 28%
B 118 of 255 = 46%

49
72
118

R + G + B ~ 31%. #314876 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 72 + 118 = 239 (100%)
R 49 of 239 ~ 20.5%
G 72 of 239 ~ 30.13%
B 118 of 239 ~ 49.37'%

%20.5
%30.13
%49.37

CMYK color model

#314876 color CMYK value is (58,39,0,54).

  • cyan value is 58.47%
  • magenta value is 38.98%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (58,39,0,54)
C58M39Y0K54 (58%, 39%, 0%, 54%)
(0.58 / 0.39 / 0.00 / 0.54)

CMYK percentages

%58.47
%38.98
%0
%53.73

Codes

Color #314876 in popluar color models

31 48 76
RGB 49 72 118
HSL 220° 41.32% 32.75%
HSB/HSV 220° 58.47% 46.27%
CMYK 58.47% 38.98% 0.00%
53.73%

Color #314876 in popluar number systems.

HEX 31 48 76
Decimal 49 72 118
Binary 110001 1001000 1110110
Octal 61 110 166

Shades and tints

Shades of #314876

#314876
(49,72,118)
#2D426C
(45,66,108)
#293C62
(41,60,98)
#253658
(37,54,88)
#21304E
(33,48,78)
#1D2A44
(29,42,68)
#19243A
(25,36,58)
#151E30
(21,30,48)
#111826
(17,24,38)
#0D121C
(13,18,28)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #314876

#314876
(49,72,118)
#435882
(67,88,130)
#55688E
(85,104,142)
#67789A
(103,120,154)
#7988A6
(121,136,166)
#8B98B2
(139,152,178)
#9DA8BE
(157,168,190)
#AFB8CA
(175,184,202)
#C1C8D6
(193,200,214)
#D3D8E2
(211,216,226)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314876; }

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

This text font color is #314876.

Background Color

.myBgColor { background-color: #314876; }

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

This div background color is #314876.

Border color

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

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

This div border color is #314876.

Opacity

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

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

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

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

This text has shadow with #314876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314876.

Preview

Color preview on black background

This text has color #314876 on black background.


Color preview on white background

This text has color #314876 on white background.


Black color preview on #314876 background

This text has black color on #314876 background.


White color preview on #314876 background

This text has white color on #314876 background.


Related colors

Complementary color

Complementary color for #hex is #CEB789.


I love getcolorcode.com

Triadic colors

1 #763148 and #487631 with #314876 are triadic colors.

2 #764831 and #483176 with #314876 are triadic colors.