COLOR #031D5D

HEX: #031D5D
RGB: (3,29,93)

Color info

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

RGB color model

#031D5D color RGB value is (3,29,93).

  • red value is 3;
  • green value is 29;
  • blue value is 93.
RGB:
(3,29,93)
(1%,11%,36%)

RGB channels and saturation

R 3 of 255 = 1%
G 29 of 255 = 11%
B 93 of 255 = 36%

3
29
93

R + G + B ~ 16%. #031D5D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 29 + 93 = 125 (100%)
R 3 of 125 ~ 2.4%
G 29 of 125 ~ 23.2%
B 93 of 125 ~ 74.4%

%23.2
%74.4

CMYK color model

#031D5D color CMYK value is (97,69,0,64).

  • cyan value is 96.77%
  • magenta value is 68.82%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(97,69,0,64)
C97M69Y0K64 
(97%,69%,0%,64%)
(0.97/0.69/0.00/0.64)	

CMYK percentages

%96.77
%68.82
%0
%63.53

Codes

Color #031D5D in popluar color models

031D5D
RGB32993
HSL223°93.75%18.82%
HSB/HSV223°96.77%36.47%
CMYK96.77%68.82%0.00%
63.53%

Color #031D5D in popluar number systems.

HEX031D5D
Decimal32993
Binary11111011011101
Octal335135

Shades and tints

Shades of #031D5D

#031D5D
(3,29,93)
#031B55
(3,27,85)
#03194D
(3,25,77)
#031745
(3,23,69)
#03153D
(3,21,61)
#031335
(3,19,53)
#03112D
(3,17,45)
#030F25
(3,15,37)
#030D1D
(3,13,29)
#030B15
(3,11,21)
#03090D
(3,9,13)
#000000
(0,0,0)

Tints of #031D5D

#031D5D
(3,29,93)
#19316B
(25,49,107)
#2F4579
(47,69,121)
#455987
(69,89,135)
#5B6D95
(91,109,149)
#7181A3
(113,129,163)
#8795B1
(135,149,177)
#9DA9BF
(157,169,191)
#B3BDCD
(179,189,205)
#C9D1DB
(201,209,219)
#DFE5E9
(223,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031D5D color. Also use rgb(3,29,93) instead hex code.

Text Font Color

.myTextColor { color: #031D5D; }

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

This text font color is #031D5D.


Background Color

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

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

This div background color is #031D5D.


Border color

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

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

This div border color is #031D5D.


Opacity

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

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

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

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

This text has shadow with #031D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031D5D on black background.


Color preview on white background

This text has color #031D5D on white background.



Black color preview on #031D5D background

This text has black color on #031D5D background.


White color preview on #031D5D background

This text has white color on #031D5D background.