Shades of Prussian Blue #032C51
Tints of Prussian Blue #032C51
RGB
CMYK
RGB Variations
Color information
#032C51 (or 0x032C51) is known color: Prussian Blue. HEX triplet: 03, 2C and 51. RGB value is (3,44,81). Sum of RGB (Red+Green+Blue) = 3+44+81=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #032C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C51 is #FCD3AE. Grayscale: #232323. Windows color (decimal): -16569263 or 5319683. OLE color: 5319683.
HSL color Cylindrical-coordinate representation of color #032C51: hue angle of 208.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C51 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 44 | 81 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.68 |
| HSL | 208.46º | 0.93% | 0.16% | - |
| HSV(B) | 208.46º | 0.96% | 0.32% | - |
| XYZ | 2.42 | 2.41 | 8.12 | - |
| YUV | 35.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 81 | 0.96 | 0.46 | 0 | 0.68 | 208.46 | 0.93 | 0.16 |
| Hex | 3 | 2C | 51 | 60 | 2E | 0 | 44 | D0 | 5D | 10 |
| Octal | 3 | 54 | 121 | 140 | 56 | 0 | 104 | 320 | 135 | 20 |
| Binary | 11 | 101100 | 1010001 | 1100000 | 101110 | 0 | 1000100 | 11010000 | 1011101 | 10000 |
Color Harmonies of #032C51
Complementary color
Monochromatic Colors of #032C51
Black with #032C51
Text Example
Text Example
White with #032C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C51; }
p { color: rgb(3,44,81); }
H1.HeaderClassName
{
color: #032C51;
}
.AnyTagClassName
{
color: #032C51;
}
</style>
background-color css
<style>
a { background-color: #032C51; }
a { background-color: rgb(3,44,81); }
div.DivClassName
{
background-color: #032C51;
}
.BgClassName
{
background-color: #032C51;
}
</style>
border-color css
<style>
span { border-color: #032C51; }
span { border-color: rgb(3,44,81); }
td.TdClassName
{
border-color: #032C51;
}
.TagClassName
{
border-color: #032C51;
}
</style>