COLOR #031641

HEX: #031641 RGB: (3,22,65)

Color info

#031641 contains mainly green and blue colors. Web safe color of #031641 is #000033 (or #003).

RGB color model

#031641 color RGB value is (3,22,65).

RGB: (3,22,65) (1%, 9%, 25%)

RGB channels and saturation

R 3 of 255 = 1%
G 22 of 255 = 9%
B 65 of 255 = 25%

3
22
65

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

Portions of RGB colors in percentages

R + G + B = 3 + 22 + 65 = 90 (100%)
R 3 of 90 ~ 3.33%
G 22 of 90 ~ 24.44%
B 65 of 90 ~ 72.22'%

%24.44
%72.22

CMYK color model

#031641 color CMYK value is (95,66,0,75).

  • cyan value is 95.38%
  • magenta value is 66.15%
  • yellow value is 0.00%
  • key color value is 74.51%

CMYK: (95,66,0,75)
C95M66Y0K75 (95%, 66%, 0%, 75%)
(0.95 / 0.66 / 0.00 / 0.75)

CMYK percentages

%95.38
%66.15
%0
%74.51

Codes

Color #031641 in popluar color models

03 16 41
RGB 3 22 65
HSL 222° 91.18% 13.33%
HSB/HSV 222° 95.38% 25.49%
CMYK 95.38% 66.15% 0.00%
74.51%

Color #031641 in popluar number systems.

HEX 03 16 41
Decimal 3 22 65
Binary 11 10110 1000001
Octal 3 26 101

Shades and tints

Shades of #031641

#031641
(3,22,65)
#03143C
(3,20,60)
#031237
(3,18,55)
#031032
(3,16,50)
#030E2D
(3,14,45)
#030C28
(3,12,40)
#030A23
(3,10,35)
#03081E
(3,8,30)
#030619
(3,6,25)
#030414
(3,4,20)
#03020F
(3,2,15)
#000000
(0,0,0)

Tints of #031641

#031641
(3,22,65)
#192B52
(25,43,82)
#2F4063
(47,64,99)
#455574
(69,85,116)
#5B6A85
(91,106,133)
#717F96
(113,127,150)
#8794A7
(135,148,167)
#9DA9B8
(157,169,184)
#B3BEC9
(179,190,201)
#C9D3DA
(201,211,218)
#DFE8EB
(223,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031641; }

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

This text font color is #031641.

Background Color

.myBgColor { background-color: #031641; }

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

This div background color is #031641.

Border color

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

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

This div border color is #031641.

Opacity

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

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

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

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

This text has shadow with #031641 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031641.

Preview

Color preview on black background

This text has color #031641 on black background.


Color preview on white background

This text has color #031641 on white background.


Black color preview on #031641 background

This text has black color on #031641 background.


White color preview on #031641 background

This text has white color on #031641 background.


Related colors

Complementary color

Complementary color for #hex is #FCE9BE.


I love getcolorcode.com

Triadic colors

1 #410316 and #164103 with #031641 are triadic colors.

2 #411603 and #160341 with #031641 are triadic colors.