Shades of Prussian Blue #032C5B
Tints of Prussian Blue #032C5B
RGB
CMYK
RGB Variations
Color information
#032C5B (or 0x032C5B) is known color: Prussian Blue. HEX triplet: 03, 2C and 5B. RGB value is (3,44,91). Sum of RGB (Red+Green+Blue) = 3+44+91=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 91 (35.94% from 255 or 65.94% from 138); Max value from RGB is 91 - color contains mainly: blue. Hex color #032C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C5B is #FCD3A4. Grayscale: #242424. Windows color (decimal): -16569253 or 5975043. OLE color: 5975043.
HSL color Cylindrical-coordinate representation of color #032C5B: hue angle of 212.05º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C5B is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 44 | 91 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.64 |
| HSL | 212.05º | 0.94% | 0.18% | - |
| HSV(B) | 212.05º | 0.97% | 0.36% | - |
| XYZ | 2.83 | 2.58 | 10.25 | - |
| YUV | 37.1 | 158.42 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 91 | 0.97 | 0.52 | 0 | 0.64 | 212.05 | 0.94 | 0.18 |
| Hex | 3 | 2C | 5B | 61 | 34 | 0 | 40 | D4 | 5E | 12 |
| Octal | 3 | 54 | 133 | 141 | 64 | 0 | 100 | 324 | 136 | 22 |
| Binary | 11 | 101100 | 1011011 | 1100001 | 110100 | 0 | 1000000 | 11010100 | 1011110 | 10010 |
Color Harmonies of #032C5B
Complementary color
Monochromatic Colors of #032C5B
Black with #032C5B
Text Example
Text Example
White with #032C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C5B; }
p { color: rgb(3,44,91); }
H1.HeaderClassName
{
color: #032C5B;
}
.AnyTagClassName
{
color: #032C5B;
}
</style>
background-color css
<style>
a { background-color: #032C5B; }
a { background-color: rgb(3,44,91); }
div.DivClassName
{
background-color: #032C5B;
}
.BgClassName
{
background-color: #032C5B;
}
</style>
border-color css
<style>
span { border-color: #032C5B; }
span { border-color: rgb(3,44,91); }
td.TdClassName
{
border-color: #032C5B;
}
.TagClassName
{
border-color: #032C5B;
}
</style>