Shades of Prussian Blue #032F54
Tints of Prussian Blue #032F54
RGB
CMYK
RGB Variations
Color information
#032F54 (or 0x032F54) is known color: Prussian Blue. HEX triplet: 03, 2F and 54. RGB value is (3,47,84). Sum of RGB (Red+Green+Blue) = 3+47+84=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 84 (33.20% from 255 or 62.69% from 134); Max value from RGB is 84 - color contains mainly: blue. Hex color #032F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F54 is #FCD0AB. Grayscale: #252525. Windows color (decimal): -16568492 or 5517059. OLE color: 5517059.
HSL color Cylindrical-coordinate representation of color #032F54: hue angle of 207.41º 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 #032F54 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 47 | 84 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.67 |
| HSL | 207.41º | 0.93% | 0.17% | - |
| HSV(B) | 207.41º | 0.96% | 0.33% | - |
| XYZ | 2.65 | 2.69 | 8.77 | - |
| YUV | 38.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 84 | 0.96 | 0.44 | 0 | 0.67 | 207.41 | 0.93 | 0.17 |
| Hex | 3 | 2F | 54 | 60 | 2C | 0 | 43 | CF | 5D | 11 |
| Octal | 3 | 57 | 124 | 140 | 54 | 0 | 103 | 317 | 135 | 21 |
| Binary | 11 | 101111 | 1010100 | 1100000 | 101100 | 0 | 1000011 | 11001111 | 1011101 | 10001 |
Color Harmonies of #032F54
Complementary color
Monochromatic Colors of #032F54
Black with #032F54
Text Example
Text Example
White with #032F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F54; }
p { color: rgb(3,47,84); }
H1.HeaderClassName
{
color: #032F54;
}
.AnyTagClassName
{
color: #032F54;
}
</style>
background-color css
<style>
a { background-color: #032F54; }
a { background-color: rgb(3,47,84); }
div.DivClassName
{
background-color: #032F54;
}
.BgClassName
{
background-color: #032F54;
}
</style>
border-color css
<style>
span { border-color: #032F54; }
span { border-color: rgb(3,47,84); }
td.TdClassName
{
border-color: #032F54;
}
.TagClassName
{
border-color: #032F54;
}
</style>