COLOR #03314B

HEX: #03314B RGB: (3,49,75)

Color info

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

RGB color model

#03314B color RGB value is (3,49,75).

RGB: (3,49,75) (1%, 19%, 29%)

RGB channels and saturation

R 3 of 255 = 1%
G 49 of 255 = 19%
B 75 of 255 = 29%

3
49
75

R + G + B ~ 16%. #03314B is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 49 + 75 = 127 (100%)
R 3 of 127 ~ 2.36%
G 49 of 127 ~ 38.58%
B 75 of 127 ~ 59.06'%

%38.58
%59.06

CMYK color model

#03314B color CMYK value is (96,35,0,71).

  • cyan value is 96.00%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (96,35,0,71)
C96M35Y0K71 (96%, 35%, 0%, 71%)
(0.96 / 0.35 / 0.00 / 0.71)

CMYK percentages

%96
%34.67
%0
%70.59

Codes

Color #03314B in popluar color models

03 31 4B
RGB 3 49 75
HSL 202° 92.31% 15.29%
HSB/HSV 202° 96.00% 29.41%
CMYK 96.00% 34.67% 0.00%
70.59%

Color #03314B in popluar number systems.

HEX 03 31 4B
Decimal 3 49 75
Binary 11 110001 1001011
Octal 3 61 113

Shades and tints

Shades of #03314B

#03314B
(3,49,75)
#032D45
(3,45,69)
#03293F
(3,41,63)
#032539
(3,37,57)
#032133
(3,33,51)
#031D2D
(3,29,45)
#031927
(3,25,39)
#031521
(3,21,33)
#03111B
(3,17,27)
#030D15
(3,13,21)
#03090F
(3,9,15)
#000000
(0,0,0)

Tints of #03314B

#03314B
(3,49,75)
#19435B
(25,67,91)
#2F556B
(47,85,107)
#45677B
(69,103,123)
#5B798B
(91,121,139)
#718B9B
(113,139,155)
#879DAB
(135,157,171)
#9DAFBB
(157,175,187)
#B3C1CB
(179,193,203)
#C9D3DB
(201,211,219)
#DFE5EB
(223,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03314B color. Also use rgb(3,49,75) instead hex code.

Text Font Color

.myTextColor { color: #03314B; }

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

This text font color is #03314B.

Background Color

.myBgColor { background-color: #03314B; }

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

This div background color is #03314B.

Border color

.myBorderColor { border: 1px solid #03314B; }

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

This div border color is #03314B.

Opacity

.myOpacity80 { color: #03314B; opacity: 0.8; }

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

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

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

This text has shadow with #03314B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03314B.

Preview

Color preview on black background

This text has color #03314B on black background.


Color preview on white background

This text has color #03314B on white background.


Black color preview on #03314B background

This text has black color on #03314B background.


White color preview on #03314B background

This text has white color on #03314B background.


Related colors

Complementary color

Complementary color for #hex is #FCCEB4.


I love getcolorcode.com

Triadic colors

1 #4B0331 and #314B03 with #03314B are triadic colors.

2 #4B3103 and #31034B with #03314B are triadic colors.