Shades of Prussian Blue #032A58
Tints of Prussian Blue #032A58
RGB
CMYK
RGB Variations
Color information
#032A58 (or 0x032A58) is known color: Prussian Blue. HEX triplet: 03, 2A and 58. RGB value is (3,42,88). Sum of RGB (Red+Green+Blue) = 3+42+88=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #032A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A58 is #FCD5A7. Grayscale: #232323. Windows color (decimal): -16569768 or 5777923. OLE color: 5777923.
HSL color Cylindrical-coordinate representation of color #032A58: hue angle of 212.47º 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 #032A58 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 42 | 88 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.65 |
| HSL | 212.47º | 0.93% | 0.18% | - |
| HSV(B) | 212.47º | 0.97% | 0.35% | - |
| XYZ | 2.63 | 2.38 | 9.55 | - |
| YUV | 35.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 88 | 0.97 | 0.52 | 0 | 0.65 | 212.47 | 0.93 | 0.18 |
| Hex | 3 | 2A | 58 | 61 | 34 | 0 | 41 | D4 | 5D | 12 |
| Octal | 3 | 52 | 130 | 141 | 64 | 0 | 101 | 324 | 135 | 22 |
| Binary | 11 | 101010 | 1011000 | 1100001 | 110100 | 0 | 1000001 | 11010100 | 1011101 | 10010 |
Color Harmonies of #032A58
Complementary color
Monochromatic Colors of #032A58
Black with #032A58
Text Example
Text Example
White with #032A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A58; }
p { color: rgb(3,42,88); }
H1.HeaderClassName
{
color: #032A58;
}
.AnyTagClassName
{
color: #032A58;
}
</style>
background-color css
<style>
a { background-color: #032A58; }
a { background-color: rgb(3,42,88); }
div.DivClassName
{
background-color: #032A58;
}
.BgClassName
{
background-color: #032A58;
}
</style>
border-color css
<style>
span { border-color: #032A58; }
span { border-color: rgb(3,42,88); }
td.TdClassName
{
border-color: #032A58;
}
.TagClassName
{
border-color: #032A58;
}
</style>