COLOR #031E48

HEX: #031E48
RGB: (3,30,72)

Color info

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

RGB color model

#031E48 color RGB value is (3,30,72).

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

RGB channels and saturation

R 3 of 255 = 1%
G 30 of 255 = 12%
B 72 of 255 = 28%

3
30
72

R + G + B ~ 14%. #031E48 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 30 + 72 = 105 (100%)
R 3 of 105 ~ 2.86%
G 30 of 105 ~ 28.57%
B 72 of 105 ~ 68.57%

%28.57
%68.57

CMYK color model

#031E48 color CMYK value is (96,58,0,72).

  • cyan value is 95.83%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(96,58,0,72)
C96M58Y0K72 
(96%,58%,0%,72%)
(0.96/0.58/0.00/0.72)	

CMYK percentages

%95.83
%58.33
%0
%71.76

Codes

Color #031E48 in popluar color models

031E48
RGB33072
HSL217°92.00%14.71%
HSB/HSV217°95.83%28.24%
CMYK95.83%58.33%0.00%
71.76%

Color #031E48 in popluar number systems.

HEX031E48
Decimal33072
Binary11111101001000
Octal336110

Shades and tints

Shades of #031E48

#031E48
(3,30,72)
#031C42
(3,28,66)
#031A3C
(3,26,60)
#031836
(3,24,54)
#031630
(3,22,48)
#03142A
(3,20,42)
#031224
(3,18,36)
#03101E
(3,16,30)
#030E18
(3,14,24)
#030C12
(3,12,18)
#030A0C
(3,10,12)
#000000
(0,0,0)

Tints of #031E48

#031E48
(3,30,72)
#193258
(25,50,88)
#2F4668
(47,70,104)
#455A78
(69,90,120)
#5B6E88
(91,110,136)
#718298
(113,130,152)
#8796A8
(135,150,168)
#9DAAB8
(157,170,184)
#B3BEC8
(179,190,200)
#C9D2D8
(201,210,216)
#DFE6E8
(223,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #031E48; }

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

This text font color is #031E48.


Background Color

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

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

This div background color is #031E48.


Border color

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

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

This div border color is #031E48.


Opacity

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

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

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

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

This text has shadow with #031E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #031E48 on black background.


Color preview on white background

This text has color #031E48 on white background.



Black color preview on #031E48 background

This text has black color on #031E48 background.


White color preview on #031E48 background

This text has white color on #031E48 background.