COLOR #003366

HEX: #003366
RGB: (0,51,102)

Color info

#003366 contains only green and blue colors. #003366 color is web safe color. It maybe written shortly as #036.

RGB color model

#003366 color RGB value is (0,51,102).

  • red value is 0;
  • green value is 51;
  • blue value is 102.
RGB:
(0,51,102)
(0%,20%,40%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 102 of 255 = 40%

0
51
102

R + G + B ~ 20%. #003366 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 102 = 153 (100%)
R 0 of 153 ~ 0%
G 51 of 153 ~ 33.33%
B 102 of 153 ~ 66.67%

%33.33
%66.67

CMYK color model

#003366 color CMYK value is (100,50,0,60).

  • cyan value is 100.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(100,50,0,60)
C100M50Y0K60 
(100%,50%,0%,60%)
(1.00/0.50/0.00/0.60)	

CMYK percentages

%100
%50
%0
%60

Codes

Color #003366 in popluar color models

003366
RGB051102
HSL210°100.00%20.00%
HSB/HSV210°100.00%40.00%
CMYK100.00%50.00%0.00%
60.00%

Color #003366 in popluar number systems.

HEX003366
Decimal051102
Binary01100111100110
Octal063146

Shades and tints

Shades of #003366

#003366
(0,51,102)
#002F5D
(0,47,93)
#002B54
(0,43,84)
#00274B
(0,39,75)
#002342
(0,35,66)
#001F39
(0,31,57)
#001B30
(0,27,48)
#001727
(0,23,39)
#00131E
(0,19,30)
#000F15
(0,15,21)
#000B0C
(0,11,12)
#000000
(0,0,0)

Tints of #003366

#003366
(0,51,102)
#174573
(23,69,115)
#2E5780
(46,87,128)
#45698D
(69,105,141)
#5C7B9A
(92,123,154)
#738DA7
(115,141,167)
#8A9FB4
(138,159,180)
#A1B1C1
(161,177,193)
#B8C3CE
(184,195,206)
#CFD5DB
(207,213,219)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003366 color. Also use rgb(0,51,102) instead hex code.

Text Font Color

.myTextColor { color: #003366; }

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

This text font color is #003366.


Background Color

.myBgColor { background-color: #003366; }

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

This div background color is #003366.


Border color

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

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

This div border color is #003366.


Opacity

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

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

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

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

This text has shadow with #003366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003366 on black background.


Color preview on white background

This text has color #003366 on white background.



Black color preview on #003366 background

This text has black color on #003366 background.


White color preview on #003366 background

This text has white color on #003366 background.