COLOR #031946

HEX: #031946 RGB: (3,25,70)

Color info

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

RGB color model

#031946 color RGB value is (3,25,70).

RGB: (3,25,70) (1%, 10%, 27%)

RGB channels and saturation

R 3 of 255 = 1%
G 25 of 255 = 10%
B 70 of 255 = 27%

3
25
70

R + G + B ~ 13%. #031946 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 25 + 70 = 98 (100%)
R 3 of 98 ~ 3.06%
G 25 of 98 ~ 25.51%
B 70 of 98 ~ 71.43'%

%25.51
%71.43

CMYK color model

#031946 color CMYK value is (96,64,0,73).

  • cyan value is 95.71%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK: (96,64,0,73) C96M64Y0K73 (96%,64%,0%,73%) (0.96/0.64/0.00/0.73) 

CMYK percentages

%95.71
%64.29
%0
%72.55

Codes

Color #031946 in popluar color models

03 19 46
RGB 3 25 70
HSL 220° 91.78% 14.31%
HSB/HSV 220° 95.71% 27.45%
CMYK 95.71% 64.29% 0.00%
72.55%

Color #031946 in popluar number systems.

HEX 03 19 46
Decimal 3 25 70
Binary 11 11001 1000110
Octal 3 31 106

Shades and tints

Shades of #031946

#031946
(3,25,70)
#031740
(3,23,64)
#03153A
(3,21,58)
#031334
(3,19,52)
#03112E
(3,17,46)
#030F28
(3,15,40)
#030D22
(3,13,34)
#030B1C
(3,11,28)
#030916
(3,9,22)
#030710
(3,7,16)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #031946

#031946
(3,25,70)
#192D56
(25,45,86)
#2F4166
(47,65,102)
#455576
(69,85,118)
#5B6986
(91,105,134)
#717D96
(113,125,150)
#8791A6
(135,145,166)
#9DA5B6
(157,165,182)
#B3B9C6
(179,185,198)
#C9CDD6
(201,205,214)
#DFE1E6
(223,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031946 color. Also use rgb(3,25,70) instead hex code.

Text Font Color

.myTextColor { color: #031946; }

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

This text font color is #031946.

Background Color

.myBgColor { background-color: #031946; }

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

This div background color is #031946.

Border color

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

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

This div border color is #031946.

Opacity

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

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

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

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

This text has shadow with #031946 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031946.

Preview

Color preview on black background

This text has color #031946 on black background.


Color preview on white background

This text has color #031946 on white background.


Black color preview on #031946 background

This text has black color on #031946 background.


White color preview on #031946 background

This text has white color on #031946 background.


Related colors

Complementary color

Complementary color for #hex is #FCE6B9.


I love getcolorcode.com

Triadic colors

1 #460319 and #194603 with #031946 are triadic colors.

2 #461903 and #190346 with #031946 are triadic colors.