Shades of Prussian Blue #032A57
Tints of Prussian Blue #032A57
RGB
CMYK
RGB Variations
Color information
#032A57 (or 0x032A57) is known color: Prussian Blue. HEX triplet: 03, 2A and 57. RGB value is (3,42,87). Sum of RGB (Red+Green+Blue) = 3+42+87=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #032A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A57 is #FCD5A8. Grayscale: #232323. Windows color (decimal): -16569769 or 5712387. OLE color: 5712387.
HSL color Cylindrical-coordinate representation of color #032A57: hue angle of 212.14º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032A57 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 42 | 87 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.66 |
| HSL | 212.14º | 0.93% | 0.18% | - |
| HSV(B) | 212.14º | 0.97% | 0.34% | - |
| XYZ | 2.59 | 2.36 | 9.34 | - |
| YUV | 35.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 87 | 0.97 | 0.52 | 0 | 0.66 | 212.14 | 0.93 | 0.18 |
| Hex | 3 | 2A | 57 | 61 | 34 | 0 | 42 | D4 | 5D | 12 |
| Octal | 3 | 52 | 127 | 141 | 64 | 0 | 102 | 324 | 135 | 22 |
| Binary | 11 | 101010 | 1010111 | 1100001 | 110100 | 0 | 1000010 | 11010100 | 1011101 | 10010 |
Color Harmonies of #032A57
Complementary color
Monochromatic Colors of #032A57
Black with #032A57
Text Example
Text Example
White with #032A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A57; }
p { color: rgb(3,42,87); }
H1.HeaderClassName
{
color: #032A57;
}
.AnyTagClassName
{
color: #032A57;
}
</style>
background-color css
<style>
a { background-color: #032A57; }
a { background-color: rgb(3,42,87); }
div.DivClassName
{
background-color: #032A57;
}
.BgClassName
{
background-color: #032A57;
}
</style>
border-color css
<style>
span { border-color: #032A57; }
span { border-color: rgb(3,42,87); }
td.TdClassName
{
border-color: #032A57;
}
.TagClassName
{
border-color: #032A57;
}
</style>