COLOR #312F7B

HEX: #312F7B
RGB: (49,47,123)

Color info

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

RGB color model

#312F7B color RGB value is (49,47,123).

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

RGB channels and saturation

R 49 of 255 = 19%
G 47 of 255 = 18%
B 123 of 255 = 48%

49
47
123

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

Portions of RGB colors in percentages

R + G + B =
49 + 47 + 123 = 219 (100%)
R 49 of 219 ~ 22.37%
G 47 of 219 ~ 21.46%
B 123 of 219 ~ 56.16%

%22.37
%21.46
%56.16

CMYK color model

#312F7B color CMYK value is (60,62,0,52).

  • cyan value is 60.16%
  • magenta value is 61.79%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(60,62,0,52)
C60M62Y0K52 
(60%,62%,0%,52%)
(0.60/0.62/0.00/0.52)	

CMYK percentages

%60.16
%61.79
%0
%51.76

Codes

Color #312F7B in popluar color models

312F7B
RGB4947123
HSL242°44.71%33.33%
HSB/HSV242°61.79%48.24%
CMYK60.16%61.79%0.00%
51.76%

Color #312F7B in popluar number systems.

HEX312F7B
Decimal4947123
Binary1100011011111111011
Octal6157173

Shades and tints

Shades of #312F7B

#312F7B
(49,47,123)
#2D2B70
(45,43,112)
#292765
(41,39,101)
#25235A
(37,35,90)
#211F4F
(33,31,79)
#1D1B44
(29,27,68)
#191739
(25,23,57)
#15132E
(21,19,46)
#110F23
(17,15,35)
#0D0B18
(13,11,24)
#09070D
(9,7,13)
#000000
(0,0,0)

Tints of #312F7B

#312F7B
(49,47,123)
#434187
(67,65,135)
#555393
(85,83,147)
#67659F
(103,101,159)
#7977AB
(121,119,171)
#8B89B7
(139,137,183)
#9D9BC3
(157,155,195)
#AFADCF
(175,173,207)
#C1BFDB
(193,191,219)
#D3D1E7
(211,209,231)
#E5E3F3
(229,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #312F7B; }

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

This text font color is #312F7B.


Background Color

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

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

This div background color is #312F7B.


Border color

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

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

This div border color is #312F7B.


Opacity

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

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

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

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

This text has shadow with #312F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #312F7B on black background.


Color preview on white background

This text has color #312F7B on white background.



Black color preview on #312F7B background

This text has black color on #312F7B background.


White color preview on #312F7B background

This text has white color on #312F7B background.