COLOR #03356E

HEX: #03356E
RGB: (3,53,110)

Color info

#03356E contains mainly green and blue colors. Web safe color of #03356E is #003366 (or #036).

RGB color model

#03356E color RGB value is (3,53,110).

  • red value is 3;
  • green value is 53;
  • blue value is 110.
RGB:
(3,53,110)
(1%,21%,43%)

RGB channels and saturation

R 3 of 255 = 1%
G 53 of 255 = 21%
B 110 of 255 = 43%

3
53
110

R + G + B ~ 22%. #03356E is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 53 + 110 = 166 (100%)
R 3 of 166 ~ 1.81%
G 53 of 166 ~ 31.93%
B 110 of 166 ~ 66.27%

%31.93
%66.27

CMYK color model

#03356E color CMYK value is (97,52,0,57).

  • cyan value is 97.27%
  • magenta value is 51.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(97,52,0,57)
C97M52Y0K57 
(97%,52%,0%,57%)
(0.97/0.52/0.00/0.57)	

CMYK percentages

%97.27
%51.82
%0
%56.86

Codes

Color #03356E in popluar color models

03356E
RGB353110
HSL212°94.69%22.16%
HSB/HSV212°97.27%43.14%
CMYK97.27%51.82%0.00%
56.86%

Color #03356E in popluar number systems.

HEX03356E
Decimal353110
Binary111101011101110
Octal365156

Shades and tints

Shades of #03356E

#03356E
(3,53,110)
#033164
(3,49,100)
#032D5A
(3,45,90)
#032950
(3,41,80)
#032546
(3,37,70)
#03213C
(3,33,60)
#031D32
(3,29,50)
#031928
(3,25,40)
#03151E
(3,21,30)
#031114
(3,17,20)
#030D0A
(3,13,10)
#000000
(0,0,0)

Tints of #03356E

#03356E
(3,53,110)
#19477B
(25,71,123)
#2F5988
(47,89,136)
#456B95
(69,107,149)
#5B7DA2
(91,125,162)
#718FAF
(113,143,175)
#87A1BC
(135,161,188)
#9DB3C9
(157,179,201)
#B3C5D6
(179,197,214)
#C9D7E3
(201,215,227)
#DFE9F0
(223,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03356E color. Also use rgb(3,53,110) instead hex code.

Text Font Color

.myTextColor { color: #03356E; }

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

This text font color is #03356E.


Background Color

.myBgColor { background-color: #03356E; }

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

This div background color is #03356E.


Border color

.myBorderColor { border: 1px solid #03356E; }

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

This div border color is #03356E.


Opacity

.myOpacity80 { color: #03356E; opacity: 0.8; }

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

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

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

This text has shadow with #03356E color.

.textShadow {text-shadow: 3px 3px 1px #03356E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03356E on black background.


Color preview on white background

This text has color #03356E on white background.



Black color preview on #03356E background

This text has black color on #03356E background.


White color preview on #03356E background

This text has white color on #03356E background.