COLOR #314366

HEX: #314366 RGB: (49,67,102)

Color info

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

RGB color model

#314366 color RGB value is (49,67,102).

RGB: (49,67,102) (19%, 26%, 40%)

RGB channels and saturation

R 49 of 255 = 19%
G 67 of 255 = 26%
B 102 of 255 = 40%

49
67
102

R + G + B ~ 28%. #314366 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 67 + 102 = 218 (100%)
R 49 of 218 ~ 22.48%
G 67 of 218 ~ 30.73%
B 102 of 218 ~ 46.79'%

%22.48
%30.73
%46.79

CMYK color model

#314366 color CMYK value is (52,34,0,60).

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

CMYK: (52,34,0,60)
C52M34Y0K60 (52%, 34%, 0%, 60%)
(0.52 / 0.34 / 0.00 / 0.60)

CMYK percentages

%51.96
%34.31
%0
%60

Codes

Color #314366 in popluar color models

31 43 66
RGB 49 67 102
HSL 220° 35.10% 29.61%
HSB/HSV 220° 51.96% 40.00%
CMYK 51.96% 34.31% 0.00%
60.00%

Color #314366 in popluar number systems.

HEX 31 43 66
Decimal 49 67 102
Binary 110001 1000011 1100110
Octal 61 103 146

Shades and tints

Shades of #314366

#314366
(49,67,102)
#2D3D5D
(45,61,93)
#293754
(41,55,84)
#25314B
(37,49,75)
#212B42
(33,43,66)
#1D2539
(29,37,57)
#191F30
(25,31,48)
#151927
(21,25,39)
#11131E
(17,19,30)
#0D0D15
(13,13,21)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #314366

#314366
(49,67,102)
#435473
(67,84,115)
#556580
(85,101,128)
#67768D
(103,118,141)
#79879A
(121,135,154)
#8B98A7
(139,152,167)
#9DA9B4
(157,169,180)
#AFBAC1
(175,186,193)
#C1CBCE
(193,203,206)
#D3DCDB
(211,220,219)
#E5EDE8
(229,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #314366; }

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

This text font color is #314366.

Background Color

.myBgColor { background-color: #314366; }

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

This div background color is #314366.

Border color

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

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

This div border color is #314366.

Opacity

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

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

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

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

This text has shadow with #314366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314366.

Preview

Color preview on black background

This text has color #314366 on black background.


Color preview on white background

This text has color #314366 on white background.


Black color preview on #314366 background

This text has black color on #314366 background.


White color preview on #314366 background

This text has white color on #314366 background.


Related colors

Complementary color

Complementary color for #hex is #CEBC99.


I love getcolorcode.com

Triadic colors

1 #663143 and #436631 with #314366 are triadic colors.

2 #664331 and #433166 with #314366 are triadic colors.