Shades of Prussian Blue #032A55
Tints of Prussian Blue #032A55
RGB
CMYK
RGB Variations
Color information
#032A55 (or 0x032A55) is known color: Prussian Blue. HEX triplet: 03, 2A and 55. RGB value is (3,42,85). Sum of RGB (Red+Green+Blue) = 3+42+85=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #032A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A55 is #FCD5AA. Grayscale: #232323. Windows color (decimal): -16569771 or 5581315. OLE color: 5581315.
HSL color Cylindrical-coordinate representation of color #032A55: hue angle of 211.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A55 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 42 | 85 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.67 |
| HSL | 211.46º | 0.93% | 0.17% | - |
| HSV(B) | 211.46º | 0.96% | 0.33% | - |
| XYZ | 2.51 | 2.33 | 8.91 | - |
| YUV | 35.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 85 | 0.96 | 0.51 | 0 | 0.67 | 211.46 | 0.93 | 0.17 |
| Hex | 3 | 2A | 55 | 60 | 33 | 0 | 43 | D3 | 5D | 11 |
| Octal | 3 | 52 | 125 | 140 | 63 | 0 | 103 | 323 | 135 | 21 |
| Binary | 11 | 101010 | 1010101 | 1100000 | 110011 | 0 | 1000011 | 11010011 | 1011101 | 10001 |
Color Harmonies of #032A55
Complementary color
Monochromatic Colors of #032A55
Black with #032A55
Text Example
Text Example
White with #032A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A55; }
p { color: rgb(3,42,85); }
H1.HeaderClassName
{
color: #032A55;
}
.AnyTagClassName
{
color: #032A55;
}
</style>
background-color css
<style>
a { background-color: #032A55; }
a { background-color: rgb(3,42,85); }
div.DivClassName
{
background-color: #032A55;
}
.BgClassName
{
background-color: #032A55;
}
</style>
border-color css
<style>
span { border-color: #032A55; }
span { border-color: rgb(3,42,85); }
td.TdClassName
{
border-color: #032A55;
}
.TagClassName
{
border-color: #032A55;
}
</style>