COLOR #314F91

HEX: #314F91 RGB: (49,79,145)

Color info

#314F91 contains mainly blue color. Web safe color of #314F91 is #336699 (or #369).

RGB color model

#314F91 color RGB value is (49,79,145).

RGB: (49,79,145) (19%, 31%, 57%)

RGB channels and saturation

R 49 of 255 = 19%
G 79 of 255 = 31%
B 145 of 255 = 57%

49
79
145

R + G + B ~ 36%. #314F91 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 79 + 145 = 273 (100%)
R 49 of 273 ~ 17.95%
G 79 of 273 ~ 28.94%
B 145 of 273 ~ 53.11'%

%17.95
%28.94
%53.11

CMYK color model

#314F91 color CMYK value is (66,46,0,43).

  • cyan value is 66.21%
  • magenta value is 45.52%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (66,46,0,43)
C66M46Y0K43 (66%, 46%, 0%, 43%)
(0.66 / 0.46 / 0.00 / 0.43)

CMYK percentages

%66.21
%45.52
%0
%43.14

Codes

Color #314F91 in popluar color models

31 4F 91
RGB 49 79 145
HSL 221° 49.48% 38.04%
HSB/HSV 221° 66.21% 56.86%
CMYK 66.21% 45.52% 0.00%
43.14%

Color #314F91 in popluar number systems.

HEX 31 4F 91
Decimal 49 79 145
Binary 110001 1001111 10010001
Octal 61 117 221

Shades and tints

Shades of #314F91

#314F91
(49,79,145)
#2D4884
(45,72,132)
#294177
(41,65,119)
#253A6A
(37,58,106)
#21335D
(33,51,93)
#1D2C50
(29,44,80)
#192543
(25,37,67)
#151E36
(21,30,54)
#111729
(17,23,41)
#0D101C
(13,16,28)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #314F91

#314F91
(49,79,145)
#435F9B
(67,95,155)
#556FA5
(85,111,165)
#677FAF
(103,127,175)
#798FB9
(121,143,185)
#8B9FC3
(139,159,195)
#9DAFCD
(157,175,205)
#AFBFD7
(175,191,215)
#C1CFE1
(193,207,225)
#D3DFEB
(211,223,235)
#E5EFF5
(229,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #314F91 color. Also use rgb(49,79,145) instead hex code.

Text Font Color

.myTextColor { color: #314F91; }

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

This text font color is #314F91.

Background Color

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

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

This div background color is #314F91.

Border color

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

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

This div border color is #314F91.

Opacity

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

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

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

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

This text has shadow with #314F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #314F91.

Preview

Color preview on black background

This text has color #314F91 on black background.


Color preview on white background

This text has color #314F91 on white background.


Black color preview on #314F91 background

This text has black color on #314F91 background.


White color preview on #314F91 background

This text has white color on #314F91 background.


Related colors

Complementary color

Complementary color for #hex is #CEB06E.


I love getcolorcode.com

Triadic colors

1 #91314F and #4F9131 with #314F91 are triadic colors.

2 #914F31 and #4F3191 with #314F91 are triadic colors.