COLOR #031B3E

HEX: #031B3E
RGB: (3,27,62)

Color info

#031B3E contains red, green and blue colors in about the same proportion. Web safe color of #031B3E is #003333 (or #033).

RGB color model

#031B3E color RGB value is (3,27,62).

  • red value is 3;
  • green value is 27;
  • blue value is 62.
RGB:
(3,27,62)
(1%,11%,24%)

RGB channels and saturation

R 3 of 255 = 1%
G 27 of 255 = 11%
B 62 of 255 = 24%

3
27
62

R + G + B ~ 12%. #031B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 27 + 62 = 92 (100%)
R 3 of 92 ~ 3.26%
G 27 of 92 ~ 29.35%
B 62 of 92 ~ 67.39%

%29.35
%67.39

CMYK color model

#031B3E color CMYK value is (95,56,0,76).

  • cyan value is 95.16%
  • magenta value is 56.45%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(95,56,0,76)
C95M56Y0K76 
(95%,56%,0%,76%)
(0.95/0.56/0.00/0.76)	

CMYK percentages

%95.16
%56.45
%0
%75.69

Codes

Color #031B3E in popluar color models

031B3E
RGB32762
HSL216°90.77%12.75%
HSB/HSV216°95.16%24.31%
CMYK95.16%56.45%0.00%
75.69%

Color #031B3E in popluar number systems.

HEX031B3E
Decimal32762
Binary1111011111110
Octal33376

Shades and tints

Shades of #031B3E

#031B3E
(3,27,62)
#031939
(3,25,57)
#031734
(3,23,52)
#03152F
(3,21,47)
#03132A
(3,19,42)
#031125
(3,17,37)
#030F20
(3,15,32)
#030D1B
(3,13,27)
#030B16
(3,11,22)
#030911
(3,9,17)
#03070C
(3,7,12)
#000000
(0,0,0)

Tints of #031B3E

#031B3E
(3,27,62)
#192F4F
(25,47,79)
#2F4360
(47,67,96)
#455771
(69,87,113)
#5B6B82
(91,107,130)
#717F93
(113,127,147)
#8793A4
(135,147,164)
#9DA7B5
(157,167,181)
#B3BBC6
(179,187,198)
#C9CFD7
(201,207,215)
#DFE3E8
(223,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031B3E color. Also use rgb(3,27,62) instead hex code.

Text Font Color

.myTextColor { color: #031B3E; }

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

This text font color is #031B3E.


Background Color

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

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

This div background color is #031B3E.


Border color

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

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

This div border color is #031B3E.


Opacity

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

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

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

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

This text has shadow with #031B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031B3E on black background.


Color preview on white background

This text has color #031B3E on white background.



Black color preview on #031B3E background

This text has black color on #031B3E background.


White color preview on #031B3E background

This text has white color on #031B3E background.