Shades of Prussian Blue #033552
Tints of Prussian Blue #033552
RGB
CMYK
RGB Variations
Color information
#033552 (or 0x033552) is known color: Prussian Blue. HEX triplet: 03, 35 and 52. RGB value is (3,53,82). Sum of RGB (Red+Green+Blue) = 3+53+82=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #033552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033552 is #FCCAAD. Grayscale: #292929. Windows color (decimal): -16566958 or 5387523. OLE color: 5387523.
HSL color Cylindrical-coordinate representation of color #033552: hue angle of 202.03º 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 #033552 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 53 | 82 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.68 |
| HSL | 202.03º | 0.93% | 0.17% | - |
| HSV(B) | 202.03º | 0.96% | 0.32% | - |
| XYZ | 2.83 | 3.17 | 8.45 | - |
| YUV | 41.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 82 | 0.96 | 0.35 | 0 | 0.68 | 202.03 | 0.93 | 0.17 |
| Hex | 3 | 35 | 52 | 60 | 23 | 0 | 44 | CA | 5D | 11 |
| Octal | 3 | 65 | 122 | 140 | 43 | 0 | 104 | 312 | 135 | 21 |
| Binary | 11 | 110101 | 1010010 | 1100000 | 100011 | 0 | 1000100 | 11001010 | 1011101 | 10001 |
Color Harmonies of #033552
Complementary color
Monochromatic Colors of #033552
Black with #033552
Text Example
Text Example
White with #033552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033552; }
p { color: rgb(3,53,82); }
H1.HeaderClassName
{
color: #033552;
}
.AnyTagClassName
{
color: #033552;
}
</style>
background-color css
<style>
a { background-color: #033552; }
a { background-color: rgb(3,53,82); }
div.DivClassName
{
background-color: #033552;
}
.BgClassName
{
background-color: #033552;
}
</style>
border-color css
<style>
span { border-color: #033552; }
span { border-color: rgb(3,53,82); }
td.TdClassName
{
border-color: #033552;
}
.TagClassName
{
border-color: #033552;
}
</style>