#03306B

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

Shades of Prussian Blue #03306B

Tints of Prussian Blue #03306B

Color information

#03306B (or 0x03306B) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 6B. RGB value is (3,48,107). Sum of RGB (Red+Green+Blue) = 3+48+107=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #03306B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03306B is #FCCF94. Grayscale: #282828. Windows color (decimal): -16568213 or 7024643. OLE color: 7024643.

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

Color convert

RGB348107-
CMYK0.970.5500.58
HSL214.04º94.55%21.57%-
HSV(B)214.04º97.2%41.96%-
XYZ3.753.1914.33-
YUV41.27165.09100.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=1.90%
G=30.38%
B=67.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3481070.970.5500.58214.0494.5521.57
Hex3306B613703Ad65f16
Octal3601531416707232613726
Binary1111000011010111100001110111011101011010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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