Shades of Prussian Blue #033551
Tints of Prussian Blue #033551
RGB
CMYK
RGB Variations
Color information
#033551 (or 0x033551) is known color: Prussian Blue. HEX triplet: 03, 35 and 51. RGB value is (3,53,81). Sum of RGB (Red+Green+Blue) = 3+53+81=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #033551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033551 is #FCCAAE. Grayscale: #292929. Windows color (decimal): -16566959 or 5321987. OLE color: 5321987.
HSL color Cylindrical-coordinate representation of color #033551: hue angle of 201.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033551 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 53 | 81 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.68 |
| HSL | 201.54º | 0.93% | 0.16% | - |
| HSV(B) | 201.54º | 0.96% | 0.32% | - |
| XYZ | 2.8 | 3.16 | 8.25 | - |
| YUV | 41.24 | 150.44 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 81 | 0.96 | 0.35 | 0 | 0.68 | 201.54 | 0.93 | 0.16 |
| Hex | 3 | 35 | 51 | 60 | 23 | 0 | 44 | CA | 5D | 10 |
| Octal | 3 | 65 | 121 | 140 | 43 | 0 | 104 | 312 | 135 | 20 |
| Binary | 11 | 110101 | 1010001 | 1100000 | 100011 | 0 | 1000100 | 11001010 | 1011101 | 10000 |
Color Harmonies of #033551
Complementary color
Monochromatic Colors of #033551
Black with #033551
Text Example
Text Example
White with #033551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033551; }
p { color: rgb(3,53,81); }
H1.HeaderClassName
{
color: #033551;
}
.AnyTagClassName
{
color: #033551;
}
</style>
background-color css
<style>
a { background-color: #033551; }
a { background-color: rgb(3,53,81); }
div.DivClassName
{
background-color: #033551;
}
.BgClassName
{
background-color: #033551;
}
</style>
border-color css
<style>
span { border-color: #033551; }
span { border-color: rgb(3,53,81); }
td.TdClassName
{
border-color: #033551;
}
.TagClassName
{
border-color: #033551;
}
</style>