Shades of Prussian Blue #032C57
Tints of Prussian Blue #032C57
RGB
CMYK
RGB Variations
Color information
#032C57 (or 0x032C57) is known color: Prussian Blue. HEX triplet: 03, 2C and 57. RGB value is (3,44,87). Sum of RGB (Red+Green+Blue) = 3+44+87=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #032C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C57 is #FCD3A8. Grayscale: #242424. Windows color (decimal): -16569257 or 5712899. OLE color: 5712899.
HSL color Cylindrical-coordinate representation of color #032C57: hue angle of 210.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C57 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 44 | 87 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.66 |
| HSL | 210.71º | 0.93% | 0.18% | - |
| HSV(B) | 210.71º | 0.97% | 0.34% | - |
| XYZ | 2.66 | 2.51 | 9.36 | - |
| YUV | 36.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 87 | 0.97 | 0.49 | 0 | 0.66 | 210.71 | 0.93 | 0.18 |
| Hex | 3 | 2C | 57 | 61 | 31 | 0 | 42 | D3 | 5D | 12 |
| Octal | 3 | 54 | 127 | 141 | 61 | 0 | 102 | 323 | 135 | 22 |
| Binary | 11 | 101100 | 1010111 | 1100001 | 110001 | 0 | 1000010 | 11010011 | 1011101 | 10010 |
Color Harmonies of #032C57
Complementary color
Monochromatic Colors of #032C57
Black with #032C57
Text Example
Text Example
White with #032C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C57; }
p { color: rgb(3,44,87); }
H1.HeaderClassName
{
color: #032C57;
}
.AnyTagClassName
{
color: #032C57;
}
</style>
background-color css
<style>
a { background-color: #032C57; }
a { background-color: rgb(3,44,87); }
div.DivClassName
{
background-color: #032C57;
}
.BgClassName
{
background-color: #032C57;
}
</style>
border-color css
<style>
span { border-color: #032C57; }
span { border-color: rgb(3,44,87); }
td.TdClassName
{
border-color: #032C57;
}
.TagClassName
{
border-color: #032C57;
}
</style>