COLOR #031637

HEX: #031637 RGB: (3,22,55)

Color info

#031637 contains red, green and blue colors in about the same proportion. Web safe color of #031637 is #000033 (or #003).

RGB color model

#031637 color RGB value is (3,22,55).

RGB: (3,22,55) (1%, 9%, 22%)

RGB channels and saturation

R 3 of 255 = 1%
G 22 of 255 = 9%
B 55 of 255 = 22%

3
22
55

R + G + B ~ 11%. #031637 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 22 + 55 = 80 (100%)
R 3 of 80 ~ 3.75%
G 22 of 80 ~ 27.5%
B 55 of 80 ~ 68.75'%

%27.5
%68.75

CMYK color model

#031637 color CMYK value is (95,60,0,78).

  • cyan value is 94.55%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 78.43%

CMYK: (95,60,0,78)
C95M60Y0K78 (95%, 60%, 0%, 78%)
(0.95 / 0.60 / 0.00 / 0.78)

CMYK percentages

%94.55
%60
%0
%78.43

Codes

Color #031637 in popluar color models

03 16 37
RGB 3 22 55
HSL 218° 89.66% 11.37%
HSB/HSV 218° 94.55% 21.57%
CMYK 94.55% 60.00% 0.00%
78.43%

Color #031637 in popluar number systems.

HEX 03 16 37
Decimal 3 22 55
Binary 11 10110 110111
Octal 3 26 67

Shades and tints

Shades of #031637

#031637
(3,22,55)
#031432
(3,20,50)
#03122D
(3,18,45)
#031028
(3,16,40)
#030E23
(3,14,35)
#030C1E
(3,12,30)
#030A19
(3,10,25)
#030814
(3,8,20)
#03060F
(3,6,15)
#03040A
(3,4,10)
#030205
(3,2,5)
#000000
(0,0,0)

Tints of #031637

#031637
(3,22,55)
#192B49
(25,43,73)
#2F405B
(47,64,91)
#45556D
(69,85,109)
#5B6A7F
(91,106,127)
#717F91
(113,127,145)
#8794A3
(135,148,163)
#9DA9B5
(157,169,181)
#B3BEC7
(179,190,199)
#C9D3D9
(201,211,217)
#DFE8EB
(223,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031637 color. Also use rgb(3,22,55) instead hex code.

Text Font Color

.myTextColor { color: #031637; }

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

This text font color is #031637.

Background Color

.myBgColor { background-color: #031637; }

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

This div background color is #031637.

Border color

.myBorderColor { border: 1px solid #031637; }

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

This div border color is #031637.

Opacity

.myOpacity80 { color: #031637; opacity: 0.8; }

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

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

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

This text has shadow with #031637 color.


.textShadow {text-shadow: 3px 3px 1px #031637', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #031637; -webkit-box-shadow: 1px 1px 3px 2px #031637; box-shadow:1px 1px 3px 2px #031637;">
Div content here
</div>

This div box has shadow with color #031637.

Preview

Color preview on black background

This text has color #031637 on black background.


Color preview on white background

This text has color #031637 on white background.


Black color preview on #031637 background

This text has black color on #031637 background.


White color preview on #031637 background

This text has white color on #031637 background.


Related colors

Complementary color

Complementary color for #hex is #FCE9C8.


I love getcolorcode.com

Triadic colors

1 #370316 and #163703 with #031637 are triadic colors.

2 #371603 and #160337 with #031637 are triadic colors.