Shades of Prussian Blue #032A54
Tints of Prussian Blue #032A54
RGB
CMYK
RGB Variations
Color information
#032A54 (or 0x032A54) is known color: Prussian Blue. HEX triplet: 03, 2A and 54. RGB value is (3,42,84). Sum of RGB (Red+Green+Blue) = 3+42+84=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #032A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032A54 is #FCD5AB. Grayscale: #222222. Windows color (decimal): -16569772 or 5515779. OLE color: 5515779.
HSL color Cylindrical-coordinate representation of color #032A54: hue angle of 211.11º 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 #032A54 is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 42 | 84 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.67 |
| HSL | 211.11º | 0.93% | 0.17% | - |
| HSV(B) | 211.11º | 0.96% | 0.33% | - |
| XYZ | 2.47 | 2.32 | 8.7 | - |
| YUV | 35.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 84 | 0.96 | 0.5 | 0 | 0.67 | 211.11 | 0.93 | 0.17 |
| Hex | 3 | 2A | 54 | 60 | 32 | 0 | 43 | D3 | 5D | 11 |
| Octal | 3 | 52 | 124 | 140 | 62 | 0 | 103 | 323 | 135 | 21 |
| Binary | 11 | 101010 | 1010100 | 1100000 | 110010 | 0 | 1000011 | 11010011 | 1011101 | 10001 |
Color Harmonies of #032A54
Complementary color
Monochromatic Colors of #032A54
Black with #032A54
Text Example
Text Example
White with #032A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A54; }
p { color: rgb(3,42,84); }
H1.HeaderClassName
{
color: #032A54;
}
.AnyTagClassName
{
color: #032A54;
}
</style>
background-color css
<style>
a { background-color: #032A54; }
a { background-color: rgb(3,42,84); }
div.DivClassName
{
background-color: #032A54;
}
.BgClassName
{
background-color: #032A54;
}
</style>
border-color css
<style>
span { border-color: #032A54; }
span { border-color: rgb(3,42,84); }
td.TdClassName
{
border-color: #032A54;
}
.TagClassName
{
border-color: #032A54;
}
</style>