Shades of Prussian Blue #032C4C
Tints of Prussian Blue #032C4C
RGB
CMYK
RGB Variations
Color information
#032C4C (or 0x032C4C) is known color: Prussian Blue. HEX triplet: 03, 2C and 4C. RGB value is (3,44,76). Sum of RGB (Red+Green+Blue) = 3+44+76=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #032C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C4C is #FCD3B3. Grayscale: #232323. Windows color (decimal): -16569268 or 4992003. OLE color: 4992003.
HSL color Cylindrical-coordinate representation of color #032C4C: hue angle of 206.3º 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 #032C4C is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 44 | 76 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.70 |
| HSL | 206.3º | 0.92% | 0.15% | - |
| HSV(B) | 206.3º | 0.96% | 0.3% | - |
| XYZ | 2.24 | 2.34 | 7.17 | - |
| YUV | 35.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 76 | 0.96 | 0.42 | 0 | 0.70 | 206.3 | 0.92 | 0.15 |
| Hex | 3 | 2C | 4C | 60 | 2A | 0 | 46 | CE | 5C | F |
| Octal | 3 | 54 | 114 | 140 | 52 | 0 | 106 | 316 | 134 | 17 |
| Binary | 11 | 101100 | 1001100 | 1100000 | 101010 | 0 | 1000110 | 11001110 | 1011100 | 1111 |
Color Harmonies of #032C4C
Complementary color
Monochromatic Colors of #032C4C
Black with #032C4C
Text Example
Text Example
White with #032C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C4C; }
p { color: rgb(3,44,76); }
H1.HeaderClassName
{
color: #032C4C;
}
.AnyTagClassName
{
color: #032C4C;
}
</style>
background-color css
<style>
a { background-color: #032C4C; }
a { background-color: rgb(3,44,76); }
div.DivClassName
{
background-color: #032C4C;
}
.BgClassName
{
background-color: #032C4C;
}
</style>
border-color css
<style>
span { border-color: #032C4C; }
span { border-color: rgb(3,44,76); }
td.TdClassName
{
border-color: #032C4C;
}
.TagClassName
{
border-color: #032C4C;
}
</style>