Shades of Prussian Blue #032C56
Tints of Prussian Blue #032C56
RGB
CMYK
RGB Variations
Color information
#032C56 (or 0x032C56) is known color: Prussian Blue. HEX triplet: 03, 2C and 56. RGB value is (3,44,86). Sum of RGB (Red+Green+Blue) = 3+44+86=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 86 (33.98% from 255 or 64.66% from 133); Max value from RGB is 86 - color contains mainly: blue. Hex color #032C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C56 is #FCD3A9. Grayscale: #242424. Windows color (decimal): -16569258 or 5647363. OLE color: 5647363.
HSL color Cylindrical-coordinate representation of color #032C56: hue angle of 210.36º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C56 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 44 | 86 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.66 |
| HSL | 210.36º | 0.93% | 0.17% | - |
| HSV(B) | 210.36º | 0.97% | 0.34% | - |
| XYZ | 2.62 | 2.49 | 9.15 | - |
| YUV | 36.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 86 | 0.97 | 0.49 | 0 | 0.66 | 210.36 | 0.93 | 0.17 |
| Hex | 3 | 2C | 56 | 61 | 31 | 0 | 42 | D2 | 5D | 11 |
| Octal | 3 | 54 | 126 | 141 | 61 | 0 | 102 | 322 | 135 | 21 |
| Binary | 11 | 101100 | 1010110 | 1100001 | 110001 | 0 | 1000010 | 11010010 | 1011101 | 10001 |
Color Harmonies of #032C56
Complementary color
Monochromatic Colors of #032C56
Black with #032C56
Text Example
Text Example
White with #032C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C56; }
p { color: rgb(3,44,86); }
H1.HeaderClassName
{
color: #032C56;
}
.AnyTagClassName
{
color: #032C56;
}
</style>
background-color css
<style>
a { background-color: #032C56; }
a { background-color: rgb(3,44,86); }
div.DivClassName
{
background-color: #032C56;
}
.BgClassName
{
background-color: #032C56;
}
</style>
border-color css
<style>
span { border-color: #032C56; }
span { border-color: rgb(3,44,86); }
td.TdClassName
{
border-color: #032C56;
}
.TagClassName
{
border-color: #032C56;
}
</style>