Shades of Prussian Blue #032C69
Tints of Prussian Blue #032C69
RGB
CMYK
RGB Variations
Color information
#032C69 (or 0x032C69) is known color: Prussian Blue. HEX triplet: 03, 2C and 69. RGB value is (3,44,105). Sum of RGB (Red+Green+Blue) = 3+44+105=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #032C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C69 is #FCD396. Grayscale: #262626. Windows color (decimal): -16569239 or 6892547. OLE color: 6892547.
HSL color Cylindrical-coordinate representation of color #032C69: hue angle of 215.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C69 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 44 | 105 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.59 |
| HSL | 215.88º | 0.94% | 0.21% | - |
| HSV(B) | 215.88º | 0.97% | 0.41% | - |
| XYZ | 3.49 | 2.84 | 13.73 | - |
| YUV | 38.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 105 | 0.97 | 0.58 | 0 | 0.59 | 215.88 | 0.94 | 0.21 |
| Hex | 3 | 2C | 69 | 61 | 3A | 0 | 3B | D8 | 5E | 15 |
| Octal | 3 | 54 | 151 | 141 | 72 | 0 | 73 | 330 | 136 | 25 |
| Binary | 11 | 101100 | 1101001 | 1100001 | 111010 | 0 | 111011 | 11011000 | 1011110 | 10101 |
Color Harmonies of #032C69
Complementary color
Monochromatic Colors of #032C69
Black with #032C69
Text Example
Text Example
White with #032C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C69; }
p { color: rgb(3,44,105); }
H1.HeaderClassName
{
color: #032C69;
}
.AnyTagClassName
{
color: #032C69;
}
</style>
background-color css
<style>
a { background-color: #032C69; }
a { background-color: rgb(3,44,105); }
div.DivClassName
{
background-color: #032C69;
}
.BgClassName
{
background-color: #032C69;
}
</style>
border-color css
<style>
span { border-color: #032C69; }
span { border-color: rgb(3,44,105); }
td.TdClassName
{
border-color: #032C69;
}
.TagClassName
{
border-color: #032C69;
}
</style>