#033060

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

Shades of Prussian Blue #033060

Tints of Prussian Blue #033060

Color information

#033060 (or 0x033060) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 60. RGB value is (3,48,96). Sum of RGB (Red+Green+Blue) = 3+48+96=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #033060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033060 is #FCCF9F. Grayscale: #272727. Windows color (decimal): -16568224 or 6303747. OLE color: 6303747.

HSL color Cylindrical-coordinate representation of color #033060: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033060 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34896-
CMYK0.970.5000.62
HSL210.97º93.94%19.41%-
HSV(B)210.97º96.88%37.65%-
XYZ3.212.9811.47-
YUV40.02159.59101.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=2.04%
G=32.65%
B=65.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal348960.970.5000.62210.9793.9419.41
Hex33060613203Ed35e13
Octal3601401416207632313623
Binary1111000011000001100001110010011111011010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033060; }

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

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

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

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

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

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

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

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