Shades of Prussian Blue #032A59
Tints of Prussian Blue #032A59
RGB
CMYK
RGB Variations
Color information
#032A59 (or 0x032A59) is known color: Prussian Blue. HEX triplet: 03, 2A and 59. RGB value is (3,42,89). Sum of RGB (Red+Green+Blue) = 3+42+89=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #032A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A59 is #FCD5A6. Grayscale: #232323. Windows color (decimal): -16569767 or 5843459. OLE color: 5843459.
HSL color Cylindrical-coordinate representation of color #032A59: hue angle of 212.79º 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 #032A59 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 42 | 89 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.65 |
| HSL | 212.79º | 0.93% | 0.18% | - |
| HSV(B) | 212.79º | 0.97% | 0.35% | - |
| XYZ | 2.67 | 2.4 | 9.77 | - |
| YUV | 35.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 89 | 0.97 | 0.53 | 0 | 0.65 | 212.79 | 0.93 | 0.18 |
| Hex | 3 | 2A | 59 | 61 | 35 | 0 | 41 | D5 | 5D | 12 |
| Octal | 3 | 52 | 131 | 141 | 65 | 0 | 101 | 325 | 135 | 22 |
| Binary | 11 | 101010 | 1011001 | 1100001 | 110101 | 0 | 1000001 | 11010101 | 1011101 | 10010 |
Color Harmonies of #032A59
Complementary color
Monochromatic Colors of #032A59
Black with #032A59
Text Example
Text Example
White with #032A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A59; }
p { color: rgb(3,42,89); }
H1.HeaderClassName
{
color: #032A59;
}
.AnyTagClassName
{
color: #032A59;
}
</style>
background-color css
<style>
a { background-color: #032A59; }
a { background-color: rgb(3,42,89); }
div.DivClassName
{
background-color: #032A59;
}
.BgClassName
{
background-color: #032A59;
}
</style>
border-color css
<style>
span { border-color: #032A59; }
span { border-color: rgb(3,42,89); }
td.TdClassName
{
border-color: #032A59;
}
.TagClassName
{
border-color: #032A59;
}
</style>