COLOR #314D66

HEX: #314D66 RGB: (49,77,102)

Color info

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

RGB color model

#314D66 color RGB value is (49,77,102).

RGB: (49,77,102) (19%, 30%, 40%)

RGB channels and saturation

R 49 of 255 = 19%
G 77 of 255 = 30%
B 102 of 255 = 40%

49
77
102

R + G + B ~ 30%. #314D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 77 + 102 = 228 (100%)
R 49 of 228 ~ 21.49%
G 77 of 228 ~ 33.77%
B 102 of 228 ~ 44.74'%

%21.49
%33.77
%44.74

CMYK color model

#314D66 color CMYK value is (52,25,0,60).

  • cyan value is 51.96%
  • magenta value is 24.51%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (52,25,0,60)
C52M25Y0K60 (52%, 25%, 0%, 60%)
(0.52 / 0.25 / 0.00 / 0.60)

CMYK percentages

%51.96
%24.51
%0
%60

Codes

Color #314D66 in popluar color models

31 4D 66
RGB 49 77 102
HSL 208° 35.10% 29.61%
HSB/HSV 208° 51.96% 40.00%
CMYK 51.96% 24.51% 0.00%
60.00%

Color #314D66 in popluar number systems.

HEX 31 4D 66
Decimal 49 77 102
Binary 110001 1001101 1100110
Octal 61 115 146

Shades and tints

Shades of #314D66

#314D66
(49,77,102)
#2D465D
(45,70,93)
#293F54
(41,63,84)
#25384B
(37,56,75)
#213142
(33,49,66)
#1D2A39
(29,42,57)
#192330
(25,35,48)
#151C27
(21,28,39)
#11151E
(17,21,30)
#0D0E15
(13,14,21)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #314D66

#314D66
(49,77,102)
#435D73
(67,93,115)
#556D80
(85,109,128)
#677D8D
(103,125,141)
#798D9A
(121,141,154)
#8B9DA7
(139,157,167)
#9DADB4
(157,173,180)
#AFBDC1
(175,189,193)
#C1CDCE
(193,205,206)
#D3DDDB
(211,221,219)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314D66; }

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

This text font color is #314D66.

Background Color

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

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

This div background color is #314D66.

Border color

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

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

This div border color is #314D66.

Opacity

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

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

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

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

This text has shadow with #314D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314D66.

Preview

Color preview on black background

This text has color #314D66 on black background.


Color preview on white background

This text has color #314D66 on white background.


Black color preview on #314D66 background

This text has black color on #314D66 background.


White color preview on #314D66 background

This text has white color on #314D66 background.


Related colors

Complementary color

Complementary color for #hex is #CEB299.


I love getcolorcode.com

Triadic colors

1 #66314D and #4D6631 with #314D66 are triadic colors.

2 #664D31 and #4D3166 with #314D66 are triadic colors.