Shades of Prussian Blue #032A60
Tints of Prussian Blue #032A60
RGB
CMYK
RGB Variations
Color information
#032A60 (or 0x032A60) is known color: Prussian Blue. HEX triplet: 03, 2A and 60. RGB value is (3,42,96). Sum of RGB (Red+Green+Blue) = 3+42+96=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #032A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A60 is #FCD59F. Grayscale: #242424. Windows color (decimal): -16569760 or 6302211. OLE color: 6302211.
HSL color Cylindrical-coordinate representation of color #032A60: hue angle of 214.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A60 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 42 | 96 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.62 |
| HSL | 214.84º | 0.94% | 0.19% | - |
| HSV(B) | 214.84º | 0.97% | 0.38% | - |
| XYZ | 2.98 | 2.52 | 11.4 | - |
| YUV | 36.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 96 | 0.97 | 0.56 | 0 | 0.62 | 214.84 | 0.94 | 0.19 |
| Hex | 3 | 2A | 60 | 61 | 38 | 0 | 3E | D7 | 5E | 13 |
| Octal | 3 | 52 | 140 | 141 | 70 | 0 | 76 | 327 | 136 | 23 |
| Binary | 11 | 101010 | 1100000 | 1100001 | 111000 | 0 | 111110 | 11010111 | 1011110 | 10011 |
Color Harmonies of #032A60
Complementary color
Monochromatic Colors of #032A60
Black with #032A60
Text Example
Text Example
White with #032A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A60; }
p { color: rgb(3,42,96); }
H1.HeaderClassName
{
color: #032A60;
}
.AnyTagClassName
{
color: #032A60;
}
</style>
background-color css
<style>
a { background-color: #032A60; }
a { background-color: rgb(3,42,96); }
div.DivClassName
{
background-color: #032A60;
}
.BgClassName
{
background-color: #032A60;
}
</style>
border-color css
<style>
span { border-color: #032A60; }
span { border-color: rgb(3,42,96); }
td.TdClassName
{
border-color: #032A60;
}
.TagClassName
{
border-color: #032A60;
}
</style>