Shades of Prussian Blue #032A5C
Tints of Prussian Blue #032A5C
RGB
CMYK
RGB Variations
Color information
#032A5C (or 0x032A5C) is known color: Prussian Blue. HEX triplet: 03, 2A and 5C. RGB value is (3,42,92). Sum of RGB (Red+Green+Blue) = 3+42+92=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #032A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A5C is #FCD5A3. Grayscale: #232323. Windows color (decimal): -16569764 or 6040067. OLE color: 6040067.
HSL color Cylindrical-coordinate representation of color #032A5C: hue angle of 213.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A5C is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 42 | 92 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.64 |
| HSL | 213.71º | 0.94% | 0.19% | - |
| HSV(B) | 213.71º | 0.97% | 0.36% | - |
| XYZ | 2.8 | 2.45 | 10.45 | - |
| YUV | 36.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 92 | 0.97 | 0.54 | 0 | 0.64 | 213.71 | 0.94 | 0.19 |
| Hex | 3 | 2A | 5C | 61 | 36 | 0 | 40 | D6 | 5E | 13 |
| Octal | 3 | 52 | 134 | 141 | 66 | 0 | 100 | 326 | 136 | 23 |
| Binary | 11 | 101010 | 1011100 | 1100001 | 110110 | 0 | 1000000 | 11010110 | 1011110 | 10011 |
Color Harmonies of #032A5C
Complementary color
Monochromatic Colors of #032A5C
Black with #032A5C
Text Example
Text Example
White with #032A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A5C; }
p { color: rgb(3,42,92); }
H1.HeaderClassName
{
color: #032A5C;
}
.AnyTagClassName
{
color: #032A5C;
}
</style>
background-color css
<style>
a { background-color: #032A5C; }
a { background-color: rgb(3,42,92); }
div.DivClassName
{
background-color: #032A5C;
}
.BgClassName
{
background-color: #032A5C;
}
</style>
border-color css
<style>
span { border-color: #032A5C; }
span { border-color: rgb(3,42,92); }
td.TdClassName
{
border-color: #032A5C;
}
.TagClassName
{
border-color: #032A5C;
}
</style>