COLOR #312F74

HEX: #312F74
RGB: (49,47,116)

Color info

#312F74 contains mainly blue color. Web safe color of #312F74 is #333366 (or #336).

RGB color model

#312F74 color RGB value is (49,47,116).

  • red value is 49;
  • green value is 47;
  • blue value is 116.
RGB:
(49,47,116)
(19%,18%,45%)

RGB channels and saturation

R 49 of 255 = 19%
G 47 of 255 = 18%
B 116 of 255 = 45%

49
47
116

R + G + B ~ 27%. #312F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 47 + 116 = 212 (100%)
R 49 of 212 ~ 23.11%
G 47 of 212 ~ 22.17%
B 116 of 212 ~ 54.72%

%23.11
%22.17
%54.72

CMYK color model

#312F74 color CMYK value is (58,59,0,55).

  • cyan value is 57.76%
  • magenta value is 59.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(58,59,0,55)
C58M59Y0K55 
(58%,59%,0%,55%)
(0.58/0.59/0.00/0.55)	

CMYK percentages

%57.76
%59.48
%0
%54.51

Codes

Color #312F74 in popluar color models

312F74
RGB4947116
HSL242°42.33%31.96%
HSB/HSV242°59.48%45.49%
CMYK57.76%59.48%0.00%
54.51%

Color #312F74 in popluar number systems.

HEX312F74
Decimal4947116
Binary1100011011111110100
Octal6157164

Shades and tints

Shades of #312F74

#312F74
(49,47,116)
#2D2B6A
(45,43,106)
#292760
(41,39,96)
#252356
(37,35,86)
#211F4C
(33,31,76)
#1D1B42
(29,27,66)
#191738
(25,23,56)
#15132E
(21,19,46)
#110F24
(17,15,36)
#0D0B1A
(13,11,26)
#090710
(9,7,16)
#000000
(0,0,0)

Tints of #312F74

#312F74
(49,47,116)
#434180
(67,65,128)
#55538C
(85,83,140)
#676598
(103,101,152)
#7977A4
(121,119,164)
#8B89B0
(139,137,176)
#9D9BBC
(157,155,188)
#AFADC8
(175,173,200)
#C1BFD4
(193,191,212)
#D3D1E0
(211,209,224)
#E5E3EC
(229,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #312F74 color. Also use rgb(49,47,116) instead hex code.

Text Font Color

.myTextColor { color: #312F74; }

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

This text font color is #312F74.


Background Color

.myBgColor { background-color: #312F74; }

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

This div background color is #312F74.


Border color

.myBorderColor { border: 1px solid #312F74; }

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

This div border color is #312F74.


Opacity

.myOpacity80 { color: #312F74; opacity: 0.8; }

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

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

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

This text has shadow with #312F74 color.

.textShadow {text-shadow: 3px 3px 1px #312F74, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312F74 on black background.


Color preview on white background

This text has color #312F74 on white background.



Black color preview on #312F74 background

This text has black color on #312F74 background.


White color preview on #312F74 background

This text has white color on #312F74 background.