Shades of Prussian Blue #032C62
Tints of Prussian Blue #032C62
RGB
CMYK
RGB Variations
Color information
#032C62 (or 0x032C62) is known color: Prussian Blue. HEX triplet: 03, 2C and 62. RGB value is (3,44,98). Sum of RGB (Red+Green+Blue) = 3+44+98=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #032C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C62 is #FCD39D. Grayscale: #252525. Windows color (decimal): -16569246 or 6433795. OLE color: 6433795.
HSL color Cylindrical-coordinate representation of color #032C62: hue angle of 214.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C62 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 44 | 98 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.62 |
| HSL | 214.11º | 0.94% | 0.2% | - |
| HSV(B) | 214.11º | 0.97% | 0.38% | - |
| XYZ | 3.14 | 2.7 | 11.91 | - |
| YUV | 37.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 98 | 0.97 | 0.55 | 0 | 0.62 | 214.11 | 0.94 | 0.2 |
| Hex | 3 | 2C | 62 | 61 | 37 | 0 | 3E | D6 | 5E | 14 |
| Octal | 3 | 54 | 142 | 141 | 67 | 0 | 76 | 326 | 136 | 24 |
| Binary | 11 | 101100 | 1100010 | 1100001 | 110111 | 0 | 111110 | 11010110 | 1011110 | 10100 |
Color Harmonies of #032C62
Complementary color
Monochromatic Colors of #032C62
Black with #032C62
Text Example
Text Example
White with #032C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C62; }
p { color: rgb(3,44,98); }
H1.HeaderClassName
{
color: #032C62;
}
.AnyTagClassName
{
color: #032C62;
}
</style>
background-color css
<style>
a { background-color: #032C62; }
a { background-color: rgb(3,44,98); }
div.DivClassName
{
background-color: #032C62;
}
.BgClassName
{
background-color: #032C62;
}
</style>
border-color css
<style>
span { border-color: #032C62; }
span { border-color: rgb(3,44,98); }
td.TdClassName
{
border-color: #032C62;
}
.TagClassName
{
border-color: #032C62;
}
</style>