Shades of Prussian Blue #032955
Tints of Prussian Blue #032955
RGB
CMYK
RGB Variations
Color information
#032955 (or 0x032955) is known color: Prussian Blue. HEX triplet: 03, 29 and 55. RGB value is (3,41,85). Sum of RGB (Red+Green+Blue) = 3+41+85=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #032955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032955 is #FCD6AA. Grayscale: #222222. Windows color (decimal): -16570027 or 5581059. OLE color: 5581059.
HSL color Cylindrical-coordinate representation of color #032955: hue angle of 212.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032955 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 41 | 85 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.67 |
| HSL | 212.2º | 0.93% | 0.17% | - |
| HSV(B) | 212.2º | 0.96% | 0.33% | - |
| XYZ | 2.47 | 2.26 | 8.9 | - |
| YUV | 34.65 | 156.41 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 85 | 0.96 | 0.52 | 0 | 0.67 | 212.2 | 0.93 | 0.17 |
| Hex | 3 | 29 | 55 | 60 | 34 | 0 | 43 | D4 | 5D | 11 |
| Octal | 3 | 51 | 125 | 140 | 64 | 0 | 103 | 324 | 135 | 21 |
| Binary | 11 | 101001 | 1010101 | 1100000 | 110100 | 0 | 1000011 | 11010100 | 1011101 | 10001 |
Color Harmonies of #032955
Complementary color
Monochromatic Colors of #032955
Black with #032955
Text Example
Text Example
White with #032955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032955; }
p { color: rgb(3,41,85); }
H1.HeaderClassName
{
color: #032955;
}
.AnyTagClassName
{
color: #032955;
}
</style>
background-color css
<style>
a { background-color: #032955; }
a { background-color: rgb(3,41,85); }
div.DivClassName
{
background-color: #032955;
}
.BgClassName
{
background-color: #032955;
}
</style>
border-color css
<style>
span { border-color: #032955; }
span { border-color: rgb(3,41,85); }
td.TdClassName
{
border-color: #032955;
}
.TagClassName
{
border-color: #032955;
}
</style>