#03306E

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

Shades of Prussian Blue #03306E

Tints of Prussian Blue #03306E

Color information

#03306E (or 0x03306E) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 6E. RGB value is (3,48,110). Sum of RGB (Red+Green+Blue) = 3+48+110=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #03306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03306E is #FCCF91. Grayscale: #292929. Windows color (decimal): -16568210 or 7221251. OLE color: 7221251.

HSL color Cylindrical-coordinate representation of color #03306E: hue angle of 214.77º 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 #03306E is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB348110-
CMYK0.970.5600.57
HSL214.77º94.69%22.16%-
HSV(B)214.77º97.27%43.14%-
XYZ3.913.2615.17-
YUV41.61166.59100.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=1.86%
G=29.81%
B=68.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3481100.970.5600.57214.7794.6922.16
Hex3306E6138039d75f16
Octal3601561417007132713726
Binary1111000011011101100001111000011100111010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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