Shades of Prussian Blue #032C52
Tints of Prussian Blue #032C52
RGB
CMYK
RGB Variations
Color information
#032C52 (or 0x032C52) is known color: Prussian Blue. HEX triplet: 03, 2C and 52. RGB value is (3,44,82). Sum of RGB (Red+Green+Blue) = 3+44+82=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 82 (32.42% from 255 or 63.57% from 129); Max value from RGB is 82 - color contains mainly: blue. Hex color #032C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C52 is #FCD3AD. Grayscale: #232323. Windows color (decimal): -16569262 or 5385219. OLE color: 5385219.
HSL color Cylindrical-coordinate representation of color #032C52: hue angle of 208.86º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C52 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 44 | 82 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.68 |
| HSL | 208.86º | 0.93% | 0.17% | - |
| HSV(B) | 208.86º | 0.96% | 0.32% | - |
| XYZ | 2.46 | 2.43 | 8.32 | - |
| YUV | 36.07 | 153.92 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 82 | 0.96 | 0.46 | 0 | 0.68 | 208.86 | 0.93 | 0.17 |
| Hex | 3 | 2C | 52 | 60 | 2E | 0 | 44 | D1 | 5D | 11 |
| Octal | 3 | 54 | 122 | 140 | 56 | 0 | 104 | 321 | 135 | 21 |
| Binary | 11 | 101100 | 1010010 | 1100000 | 101110 | 0 | 1000100 | 11010001 | 1011101 | 10001 |
Color Harmonies of #032C52
Complementary color
Monochromatic Colors of #032C52
Black with #032C52
Text Example
Text Example
White with #032C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C52; }
p { color: rgb(3,44,82); }
H1.HeaderClassName
{
color: #032C52;
}
.AnyTagClassName
{
color: #032C52;
}
</style>
background-color css
<style>
a { background-color: #032C52; }
a { background-color: rgb(3,44,82); }
div.DivClassName
{
background-color: #032C52;
}
.BgClassName
{
background-color: #032C52;
}
</style>
border-color css
<style>
span { border-color: #032C52; }
span { border-color: rgb(3,44,82); }
td.TdClassName
{
border-color: #032C52;
}
.TagClassName
{
border-color: #032C52;
}
</style>