COLOR #031F76

HEX: #031F76
RGB: (3,31,118)

Color info

#031F76 contains mainly blue color. Web safe color of #031F76 is #003366 (or #036).

RGB color model

#031F76 color RGB value is (3,31,118).

  • red value is 3;
  • green value is 31;
  • blue value is 118.
RGB:
(3,31,118)
(1%,12%,46%)

RGB channels and saturation

R 3 of 255 = 1%
G 31 of 255 = 12%
B 118 of 255 = 46%

3
31
118

R + G + B ~ 20%. #031F76 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 31 + 118 = 152 (100%)
R 3 of 152 ~ 1.97%
G 31 of 152 ~ 20.39%
B 118 of 152 ~ 77.63%

%20.39
%77.63

CMYK color model

#031F76 color CMYK value is (97,74,0,54).

  • cyan value is 97.46%
  • magenta value is 73.73%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(97,74,0,54)
C97M74Y0K54 
(97%,74%,0%,54%)
(0.97/0.74/0.00/0.54)	

CMYK percentages

%97.46
%73.73
%0
%53.73

Codes

Color #031F76 in popluar color models

031F76
RGB331118
HSL225°95.04%23.73%
HSB/HSV225°97.46%46.27%
CMYK97.46%73.73%0.00%
53.73%

Color #031F76 in popluar number systems.

HEX031F76
Decimal331118
Binary11111111110110
Octal337166

Shades and tints

Shades of #031F76

#031F76
(3,31,118)
#031D6C
(3,29,108)
#031B62
(3,27,98)
#031958
(3,25,88)
#03174E
(3,23,78)
#031544
(3,21,68)
#03133A
(3,19,58)
#031130
(3,17,48)
#030F26
(3,15,38)
#030D1C
(3,13,28)
#030B12
(3,11,18)
#000000
(0,0,0)

Tints of #031F76

#031F76
(3,31,118)
#193382
(25,51,130)
#2F478E
(47,71,142)
#455B9A
(69,91,154)
#5B6FA6
(91,111,166)
#7183B2
(113,131,178)
#8797BE
(135,151,190)
#9DABCA
(157,171,202)
#B3BFD6
(179,191,214)
#C9D3E2
(201,211,226)
#DFE7EE
(223,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031F76 color. Also use rgb(3,31,118) instead hex code.

Text Font Color

.myTextColor { color: #031F76; }

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

This text font color is #031F76.


Background Color

.myBgColor { background-color: #031F76; }

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

This div background color is #031F76.


Border color

.myBorderColor { border: 1px solid #031F76; }

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

This div border color is #031F76.


Opacity

.myOpacity80 { color: #031F76; opacity: 0.8; }

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

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

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

This text has shadow with #031F76 color.

.textShadow {text-shadow: 3px 3px 1px #031F76, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031F76 on black background.


Color preview on white background

This text has color #031F76 on white background.



Black color preview on #031F76 background

This text has black color on #031F76 background.


White color preview on #031F76 background

This text has white color on #031F76 background.