Shades of Prussian Blue #032C5F
Tints of Prussian Blue #032C5F
RGB
CMYK
RGB Variations
Color information
#032C5F (or 0x032C5F) is known color: Prussian Blue. HEX triplet: 03, 2C and 5F. RGB value is (3,44,95). Sum of RGB (Red+Green+Blue) = 3+44+95=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 44 (17.58% from 255 or 30.99% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #032C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C5F is #FCD3A0. Grayscale: #252525. Windows color (decimal): -16569249 or 6237187. OLE color: 6237187.
HSL color Cylindrical-coordinate representation of color #032C5F: hue angle of 213.26º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C5F is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 44 | 95 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.63 |
| HSL | 213.26º | 0.94% | 0.19% | - |
| HSV(B) | 213.26º | 0.97% | 0.37% | - |
| XYZ | 3 | 2.65 | 11.18 | - |
| YUV | 37.56 | 160.42 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 95 | 0.97 | 0.54 | 0 | 0.63 | 213.26 | 0.94 | 0.19 |
| Hex | 3 | 2C | 5F | 61 | 36 | 0 | 3F | D5 | 5E | 13 |
| Octal | 3 | 54 | 137 | 141 | 66 | 0 | 77 | 325 | 136 | 23 |
| Binary | 11 | 101100 | 1011111 | 1100001 | 110110 | 0 | 111111 | 11010101 | 1011110 | 10011 |
Color Harmonies of #032C5F
Complementary color
Monochromatic Colors of #032C5F
Black with #032C5F
Text Example
Text Example
White with #032C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C5F; }
p { color: rgb(3,44,95); }
H1.HeaderClassName
{
color: #032C5F;
}
.AnyTagClassName
{
color: #032C5F;
}
</style>
background-color css
<style>
a { background-color: #032C5F; }
a { background-color: rgb(3,44,95); }
div.DivClassName
{
background-color: #032C5F;
}
.BgClassName
{
background-color: #032C5F;
}
</style>
border-color css
<style>
span { border-color: #032C5F; }
span { border-color: rgb(3,44,95); }
td.TdClassName
{
border-color: #032C5F;
}
.TagClassName
{
border-color: #032C5F;
}
</style>