Shades of Prussian Blue #032F64
Tints of Prussian Blue #032F64
RGB
CMYK
RGB Variations
Color information
#032F64 (or 0x032F64) is known color: Prussian Blue. HEX triplet: 03, 2F and 64. RGB value is (3,47,100). Sum of RGB (Red+Green+Blue) = 3+47+100=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #032F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F64 is #FCD09B. Grayscale: #272727. Windows color (decimal): -16568476 or 6565635. OLE color: 6565635.
HSL color Cylindrical-coordinate representation of color #032F64: hue angle of 212.78º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F64 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 47 | 100 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.61 |
| HSL | 212.78º | 0.94% | 0.2% | - |
| HSV(B) | 212.78º | 0.97% | 0.39% | - |
| XYZ | 3.35 | 2.97 | 12.45 | - |
| YUV | 39.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 100 | 0.97 | 0.53 | 0 | 0.61 | 212.78 | 0.94 | 0.2 |
| Hex | 3 | 2F | 64 | 61 | 35 | 0 | 3D | D5 | 5E | 14 |
| Octal | 3 | 57 | 144 | 141 | 65 | 0 | 75 | 325 | 136 | 24 |
| Binary | 11 | 101111 | 1100100 | 1100001 | 110101 | 0 | 111101 | 11010101 | 1011110 | 10100 |
Color Harmonies of #032F64
Complementary color
Monochromatic Colors of #032F64
Black with #032F64
Text Example
Text Example
White with #032F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F64; }
p { color: rgb(3,47,100); }
H1.HeaderClassName
{
color: #032F64;
}
.AnyTagClassName
{
color: #032F64;
}
</style>
background-color css
<style>
a { background-color: #032F64; }
a { background-color: rgb(3,47,100); }
div.DivClassName
{
background-color: #032F64;
}
.BgClassName
{
background-color: #032F64;
}
</style>
border-color css
<style>
span { border-color: #032F64; }
span { border-color: rgb(3,47,100); }
td.TdClassName
{
border-color: #032F64;
}
.TagClassName
{
border-color: #032F64;
}
</style>