#03306F

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

Shades of Prussian Blue #03306F

Tints of Prussian Blue #03306F

Color information

#03306F (or 0x03306F) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 6F. RGB value is (3,48,111). Sum of RGB (Red+Green+Blue) = 3+48+111=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #03306F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03306F is #FCCF90. Grayscale: #292929. Windows color (decimal): -16568209 or 7286787. OLE color: 7286787.

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

Color convert

RGB348111-
CMYK0.970.5700.56
HSL215º94.74%22.35%-
HSV(B)215º97.3%43.53%-
XYZ3.963.2815.46-
YUV41.73167.09100.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 111 (43.75% from 255) = 68.52%
R=1.85%
G=29.63%
B=68.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3481110.970.5700.5621594.7422.35
Hex3306F6139038d75f16
Octal3601571417107032713726
Binary1111000011011111100001111001011100011010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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