COLOR #031E41

HEX: #031E41
RGB: (3,30,65)

Color info

#031E41 contains mainly green and blue colors. Web safe color of #031E41 is #003333 (or #033).

RGB color model

#031E41 color RGB value is (3,30,65).

  • red value is 3;
  • green value is 30;
  • blue value is 65.
RGB:
(3,30,65)
(1%,12%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 30 of 255 = 12%
B 65 of 255 = 25%

3
30
65

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

Portions of RGB colors in percentages

R + G + B =
3 + 30 + 65 = 98 (100%)
R 3 of 98 ~ 3.06%
G 30 of 98 ~ 30.61%
B 65 of 98 ~ 66.33%

%30.61
%66.33

CMYK color model

#031E41 color CMYK value is (95,54,0,75).

  • cyan value is 95.38%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(95,54,0,75)
C95M54Y0K75 
(95%,54%,0%,75%)
(0.95/0.54/0.00/0.75)	

CMYK percentages

%95.38
%53.85
%0
%74.51

Codes

Color #031E41 in popluar color models

031E41
RGB33065
HSL214°91.18%13.33%
HSB/HSV214°95.38%25.49%
CMYK95.38%53.85%0.00%
74.51%

Color #031E41 in popluar number systems.

HEX031E41
Decimal33065
Binary11111101000001
Octal336101

Shades and tints

Shades of #031E41

#031E41
(3,30,65)
#031C3C
(3,28,60)
#031A37
(3,26,55)
#031832
(3,24,50)
#03162D
(3,22,45)
#031428
(3,20,40)
#031223
(3,18,35)
#03101E
(3,16,30)
#030E19
(3,14,25)
#030C14
(3,12,20)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #031E41

#031E41
(3,30,65)
#193252
(25,50,82)
#2F4663
(47,70,99)
#455A74
(69,90,116)
#5B6E85
(91,110,133)
#718296
(113,130,150)
#8796A7
(135,150,167)
#9DAAB8
(157,170,184)
#B3BEC9
(179,190,201)
#C9D2DA
(201,210,218)
#DFE6EB
(223,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031E41; }

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

This text font color is #031E41.


Background Color

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

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

This div background color is #031E41.


Border color

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

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

This div border color is #031E41.


Opacity

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

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

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

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

This text has shadow with #031E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031E41 on black background.


Color preview on white background

This text has color #031E41 on white background.



Black color preview on #031E41 background

This text has black color on #031E41 background.


White color preview on #031E41 background

This text has white color on #031E41 background.