Shades of Prussian Blue #032C59
Tints of Prussian Blue #032C59
RGB
CMYK
RGB Variations
Color information
#032C59 (or 0x032C59) is known color: Prussian Blue. HEX triplet: 03, 2C and 59. RGB value is (3,44,89). Sum of RGB (Red+Green+Blue) = 3+44+89=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #032C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C59 is #FCD3A6. Grayscale: #242424. Windows color (decimal): -16569255 or 5843971. OLE color: 5843971.
HSL color Cylindrical-coordinate representation of color #032C59: hue angle of 211.4º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C59 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 44 | 89 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.65 |
| HSL | 211.4º | 0.93% | 0.18% | - |
| HSV(B) | 211.4º | 0.97% | 0.35% | - |
| XYZ | 2.74 | 2.54 | 9.8 | - |
| YUV | 36.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 89 | 0.97 | 0.51 | 0 | 0.65 | 211.4 | 0.93 | 0.18 |
| Hex | 3 | 2C | 59 | 61 | 33 | 0 | 41 | D3 | 5D | 12 |
| Octal | 3 | 54 | 131 | 141 | 63 | 0 | 101 | 323 | 135 | 22 |
| Binary | 11 | 101100 | 1011001 | 1100001 | 110011 | 0 | 1000001 | 11010011 | 1011101 | 10010 |
Color Harmonies of #032C59
Complementary color
Monochromatic Colors of #032C59
Black with #032C59
Text Example
Text Example
White with #032C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C59; }
p { color: rgb(3,44,89); }
H1.HeaderClassName
{
color: #032C59;
}
.AnyTagClassName
{
color: #032C59;
}
</style>
background-color css
<style>
a { background-color: #032C59; }
a { background-color: rgb(3,44,89); }
div.DivClassName
{
background-color: #032C59;
}
.BgClassName
{
background-color: #032C59;
}
</style>
border-color css
<style>
span { border-color: #032C59; }
span { border-color: rgb(3,44,89); }
td.TdClassName
{
border-color: #032C59;
}
.TagClassName
{
border-color: #032C59;
}
</style>