#03366E

Color #03366E Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #03366E

Tints of Prussian Blue #03366E

Color information

#03366E (or 0x03366E) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 6E. RGB value is (3,54,110). Sum of RGB (Red+Green+Blue) = 3+54+110=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #03366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03366E is #FCC991. Grayscale: #2C2C2C. Windows color (decimal): -16566674 or 7222787. OLE color: 7222787.

HSL color Cylindrical-coordinate representation of color #03366E: hue angle of 211.4º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03366E is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB354110-
CMYK0.970.5100.57
HSL211.4º94.69%22.16%-
HSV(B)211.4º97.27%43.14%-
XYZ4.173.7815.26-
YUV45.14164.697.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 110 (43.36% from 255) = 65.87%
R=1.80%
G=32.34%
B=65.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3541100.970.5100.57211.494.6922.16
Hex3366E6133039d35f16
Octal3661561416307132313726
Binary1111011011011101100001110011011100111010011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03366E; }

 p { color: rgb(3,54,110); }

 H1.HeaderClassName
 {
   color: #03366E;
 }
 .AnyTagClassName
 {
   color: #03366E;
 }
</style>
background-color css

<style>
 a { background-color: #03366E; }

 a { background-color: rgb(3,54,110); }

 div.DivClassName
 {
   background-color: #03366E;
 }
 .BgClassName
 {
   background-color: #03366E;
 }
</style>
border-color css

<style>
 span { border-color: #03366E; }

 span { border-color: rgb(3,54,110); }

 td.TdClassName
 {
   border-color: #03366E;
 }
 .TagClassName
 {
   border-color: #03366E;
 }
</style>