#032D66

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

Shades of Prussian Blue #032D66

Tints of Prussian Blue #032D66

Color information

#032D66 (or 0x032D66) is unknown color: approx Prussian Blue. HEX triplet: 03, 2D and 66. RGB value is (3,45,102). Sum of RGB (Red+Green+Blue) = 3+45+102=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #032D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D66 is #FCD299. Grayscale: #262626. Windows color (decimal): -16568986 or 6696195. OLE color: 6696195.

HSL color Cylindrical-coordinate representation of color #032D66: hue angle of 214.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D66 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB345102-
CMYK0.970.5600.6
HSL214.55º94.29%20.59%-
HSV(B)214.55º97.06%40%-
XYZ3.372.8612.94-
YUV38.94163.59102.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 102 (40.23% from 255) = 68%
R=2%
G=30%
B=68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3451020.970.5600.6214.5594.2920.59
Hex32D66613803Cd75e15
Octal3551461417007432713625
Binary1110110111001101100001111000011110011010111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032D66; }

 p { color: rgb(3,45,102); }

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

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

 a { background-color: rgb(3,45,102); }

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

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

 span { border-color: rgb(3,45,102); }

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