COLOR #031F38

HEX: #031F38 RGB: (3,31,56)

Color info

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

RGB color model

#031F38 color RGB value is (3,31,56).

RGB: (3,31,56) (1%, 12%, 22%)

RGB channels and saturation

R 3 of 255 = 1%
G 31 of 255 = 12%
B 56 of 255 = 22%

3
31
56

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

Portions of RGB colors in percentages

R + G + B = 3 + 31 + 56 = 90 (100%)
R 3 of 90 ~ 3.33%
G 31 of 90 ~ 34.44%
B 56 of 90 ~ 62.22'%

%34.44
%62.22

CMYK color model

#031F38 color CMYK value is (95,45,0,78).

  • cyan value is 94.64%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (95,45,0,78)
C95M45Y0K78 (95%, 45%, 0%, 78%)
(0.95 / 0.45 / 0.00 / 0.78)

CMYK percentages

%94.64
%44.64
%0
%78.04

Codes

Color #031F38 in popluar color models

03 1F 38
RGB 3 31 56
HSL 208° 89.83% 11.57%
HSB/HSV 208° 94.64% 21.96%
CMYK 94.64% 44.64% 0.00%
78.04%

Color #031F38 in popluar number systems.

HEX 03 1F 38
Decimal 3 31 56
Binary 11 11111 111000
Octal 3 37 70

Shades and tints

Shades of #031F38

#031F38
(3,31,56)
#031D33
(3,29,51)
#031B2E
(3,27,46)
#031929
(3,25,41)
#031724
(3,23,36)
#03151F
(3,21,31)
#03131A
(3,19,26)
#031115
(3,17,21)
#030F10
(3,15,16)
#030D0B
(3,13,11)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #031F38

#031F38
(3,31,56)
#19334A
(25,51,74)
#2F475C
(47,71,92)
#455B6E
(69,91,110)
#5B6F80
(91,111,128)
#718392
(113,131,146)
#8797A4
(135,151,164)
#9DABB6
(157,171,182)
#B3BFC8
(179,191,200)
#C9D3DA
(201,211,218)
#DFE7EC
(223,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031F38 color. Also use rgb(3,31,56) instead hex code.

Text Font Color

.myTextColor { color: #031F38; }

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

This text font color is #031F38.

Background Color

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

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

This div background color is #031F38.

Border color

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

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

This div border color is #031F38.

Opacity

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

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

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

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

This text has shadow with #031F38 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031F38.

Preview

Color preview on black background

This text has color #031F38 on black background.


Color preview on white background

This text has color #031F38 on white background.


Black color preview on #031F38 background

This text has black color on #031F38 background.


White color preview on #031F38 background

This text has white color on #031F38 background.


Related colors

Complementary color

Complementary color for #hex is #FCE0C7.


I love getcolorcode.com

Triadic colors

1 #38031F and #1F3803 with #031F38 are triadic colors.

2 #381F03 and #1F0338 with #031F38 are triadic colors.