COLOR #031340

HEX: #031340 RGB: (3,19,64)

Color info

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

RGB color model

#031340 color RGB value is (3,19,64).

RGB: (3,19,64) (1%, 7%, 25%)

RGB channels and saturation

R 3 of 255 = 1%
G 19 of 255 = 7%
B 64 of 255 = 25%

3
19
64

R + G + B ~ 11%. #031340 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 19 + 64 = 86 (100%)
R 3 of 86 ~ 3.49%
G 19 of 86 ~ 22.09%
B 64 of 86 ~ 74.42'%

%22.09
%74.42

CMYK color model

#031340 color CMYK value is (95,70,0,75).

  • cyan value is 95.31%
  • magenta value is 70.31%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (95,70,0,75)
C95M70Y0K75 (95%, 70%, 0%, 75%)
(0.95 / 0.70 / 0.00 / 0.75)

CMYK percentages

%95.31
%70.31
%0
%74.9

Codes

Color #031340 in popluar color models

03 13 40
RGB 3 19 64
HSL 224° 91.04% 13.14%
HSB/HSV 224° 95.31% 25.10%
CMYK 95.31% 70.31% 0.00%
74.90%

Color #031340 in popluar number systems.

HEX 03 13 40
Decimal 3 19 64
Binary 11 10011 1000000
Octal 3 23 100

Shades and tints

Shades of #031340

#031340
(3,19,64)
#03123B
(3,18,59)
#031136
(3,17,54)
#031031
(3,16,49)
#030F2C
(3,15,44)
#030E27
(3,14,39)
#030D22
(3,13,34)
#030C1D
(3,12,29)
#030B18
(3,11,24)
#030A13
(3,10,19)
#03090E
(3,9,14)
#000000
(0,0,0)

Tints of #031340

#031340
(3,19,64)
#192851
(25,40,81)
#2F3D62
(47,61,98)
#455273
(69,82,115)
#5B6784
(91,103,132)
#717C95
(113,124,149)
#8791A6
(135,145,166)
#9DA6B7
(157,166,183)
#B3BBC8
(179,187,200)
#C9D0D9
(201,208,217)
#DFE5EA
(223,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #031340 color. Also use rgb(3,19,64) instead hex code.

Text Font Color

.myTextColor { color: #031340; }

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

This text font color is #031340.

Background Color

.myBgColor { background-color: #031340; }

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

This div background color is #031340.

Border color

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

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

This div border color is #031340.

Opacity

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

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

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

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

This text has shadow with #031340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #031340.

Preview

Color preview on black background

This text has color #031340 on black background.


Color preview on white background

This text has color #031340 on white background.


Black color preview on #031340 background

This text has black color on #031340 background.


White color preview on #031340 background

This text has white color on #031340 background.


Related colors

Complementary color

Complementary color for #hex is #FCECBF.


I love getcolorcode.com

Triadic colors

1 #400313 and #134003 with #031340 are triadic colors.

2 #401303 and #130340 with #031340 are triadic colors.