Shades of Prussian Blue #032F4C
Tints of Prussian Blue #032F4C
RGB
CMYK
RGB Variations
Color information
#032F4C (or 0x032F4C) is known color: Prussian Blue. HEX triplet: 03, 2F and 4C. RGB value is (3,47,76). Sum of RGB (Red+Green+Blue) = 3+47+76=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 76 (30.08% from 255 or 60.32% from 126); Max value from RGB is 76 - color contains mainly: blue. Hex color #032F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F4C is #FCD0B3. Grayscale: #242424. Windows color (decimal): -16568500 or 4992771. OLE color: 4992771.
HSL color Cylindrical-coordinate representation of color #032F4C: hue angle of 203.84º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032F4C is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 47 | 76 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.70 |
| HSL | 203.84º | 0.92% | 0.15% | - |
| HSV(B) | 203.84º | 0.96% | 0.3% | - |
| XYZ | 2.36 | 2.57 | 7.21 | - |
| YUV | 37.15 | 149.92 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 76 | 0.96 | 0.38 | 0 | 0.70 | 203.84 | 0.92 | 0.15 |
| Hex | 3 | 2F | 4C | 60 | 26 | 0 | 46 | CC | 5C | F |
| Octal | 3 | 57 | 114 | 140 | 46 | 0 | 106 | 314 | 134 | 17 |
| Binary | 11 | 101111 | 1001100 | 1100000 | 100110 | 0 | 1000110 | 11001100 | 1011100 | 1111 |
Color Harmonies of #032F4C
Complementary color
Monochromatic Colors of #032F4C
Black with #032F4C
Text Example
Text Example
White with #032F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F4C; }
p { color: rgb(3,47,76); }
H1.HeaderClassName
{
color: #032F4C;
}
.AnyTagClassName
{
color: #032F4C;
}
</style>
background-color css
<style>
a { background-color: #032F4C; }
a { background-color: rgb(3,47,76); }
div.DivClassName
{
background-color: #032F4C;
}
.BgClassName
{
background-color: #032F4C;
}
</style>
border-color css
<style>
span { border-color: #032F4C; }
span { border-color: rgb(3,47,76); }
td.TdClassName
{
border-color: #032F4C;
}
.TagClassName
{
border-color: #032F4C;
}
</style>