COLOR #314D79

HEX: #314D79
RGB: (49,77,121)

Color info

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

RGB color model

#314D79 color RGB value is (49,77,121).

  • red value is 49;
  • green value is 77;
  • blue value is 121.
RGB:
(49,77,121)
(19%,30%,47%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 121 of 255 = 47%

49
77
121

R + G + B ~ 32%. #314D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 77 + 121 = 247 (100%)
R 49 of 247 ~ 19.84%
G 77 of 247 ~ 31.17%
B 121 of 247 ~ 48.99%

%19.84
%31.17
%48.99

CMYK color model

#314D79 color CMYK value is (60,36,0,53).

  • cyan value is 59.50%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(60,36,0,53)
C60M36Y0K53 
(60%,36%,0%,53%)
(0.60/0.36/0.00/0.53)	

CMYK percentages

%59.5
%36.36
%0
%52.55

Codes

Color #314D79 in popluar color models

314D79
RGB4977121
HSL217°42.35%33.33%
HSB/HSV217°59.50%47.45%
CMYK59.50%36.36%0.00%
52.55%

Color #314D79 in popluar number systems.

HEX314D79
Decimal4977121
Binary11000110011011111001
Octal61115171

Shades and tints

Shades of #314D79

#314D79
(49,77,121)
#2D466E
(45,70,110)
#293F63
(41,63,99)
#253858
(37,56,88)
#21314D
(33,49,77)
#1D2A42
(29,42,66)
#192337
(25,35,55)
#151C2C
(21,28,44)
#111521
(17,21,33)
#0D0E16
(13,14,22)
#09070B
(9,7,11)
#000000
(0,0,0)

Tints of #314D79

#314D79
(49,77,121)
#435D85
(67,93,133)
#556D91
(85,109,145)
#677D9D
(103,125,157)
#798DA9
(121,141,169)
#8B9DB5
(139,157,181)
#9DADC1
(157,173,193)
#AFBDCD
(175,189,205)
#C1CDD9
(193,205,217)
#D3DDE5
(211,221,229)
#E5EDF1
(229,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314D79 color. Also use rgb(49,77,121) instead hex code.

Text Font Color

.myTextColor { color: #314D79; }

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

This text font color is #314D79.


Background Color

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

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

This div background color is #314D79.


Border color

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

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

This div border color is #314D79.


Opacity

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

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

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

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

This text has shadow with #314D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #314D79 on black background.


Color preview on white background

This text has color #314D79 on white background.



Black color preview on #314D79 background

This text has black color on #314D79 background.


White color preview on #314D79 background

This text has white color on #314D79 background.