Shades of Prussian Blue #032F68
Tints of Prussian Blue #032F68
RGB
CMYK
RGB Variations
Color information
#032F68 (or 0x032F68) is known color: Prussian Blue. HEX triplet: 03, 2F and 68. RGB value is (3,47,104). Sum of RGB (Red+Green+Blue) = 3+47+104=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #032F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F68 is #FCD097. Grayscale: #282828. Windows color (decimal): -16568472 or 6827779. OLE color: 6827779.
HSL color Cylindrical-coordinate representation of color #032F68: hue angle of 213.86º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F68 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 47 | 104 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.59 |
| HSL | 213.86º | 0.94% | 0.21% | - |
| HSV(B) | 213.86º | 0.97% | 0.41% | - |
| XYZ | 3.55 | 3.05 | 13.5 | - |
| YUV | 40.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 104 | 0.97 | 0.55 | 0 | 0.59 | 213.86 | 0.94 | 0.21 |
| Hex | 3 | 2F | 68 | 61 | 37 | 0 | 3B | D6 | 5E | 15 |
| Octal | 3 | 57 | 150 | 141 | 67 | 0 | 73 | 326 | 136 | 25 |
| Binary | 11 | 101111 | 1101000 | 1100001 | 110111 | 0 | 111011 | 11010110 | 1011110 | 10101 |
Color Harmonies of #032F68
Complementary color
Monochromatic Colors of #032F68
Black with #032F68
Text Example
Text Example
White with #032F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F68; }
p { color: rgb(3,47,104); }
H1.HeaderClassName
{
color: #032F68;
}
.AnyTagClassName
{
color: #032F68;
}
</style>
background-color css
<style>
a { background-color: #032F68; }
a { background-color: rgb(3,47,104); }
div.DivClassName
{
background-color: #032F68;
}
.BgClassName
{
background-color: #032F68;
}
</style>
border-color css
<style>
span { border-color: #032F68; }
span { border-color: rgb(3,47,104); }
td.TdClassName
{
border-color: #032F68;
}
.TagClassName
{
border-color: #032F68;
}
</style>