Shades of Prussian Blue #033553
Tints of Prussian Blue #033553
RGB
CMYK
RGB Variations
Color information
#033553 (or 0x033553) is known color: Prussian Blue. HEX triplet: 03, 35 and 53. RGB value is (3,53,83). Sum of RGB (Red+Green+Blue) = 3+53+83=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #033553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033553 is #FCCAAC. Grayscale: #292929. Windows color (decimal): -16566957 or 5453059. OLE color: 5453059.
HSL color Cylindrical-coordinate representation of color #033553: hue angle of 202.5º 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 #033553 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 53 | 83 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.67 |
| HSL | 202.5º | 0.93% | 0.17% | - |
| HSV(B) | 202.5º | 0.96% | 0.33% | - |
| XYZ | 2.87 | 3.19 | 8.65 | - |
| YUV | 41.47 | 151.44 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 83 | 0.96 | 0.36 | 0 | 0.67 | 202.5 | 0.93 | 0.17 |
| Hex | 3 | 35 | 53 | 60 | 24 | 0 | 43 | CA | 5D | 11 |
| Octal | 3 | 65 | 123 | 140 | 44 | 0 | 103 | 312 | 135 | 21 |
| Binary | 11 | 110101 | 1010011 | 1100000 | 100100 | 0 | 1000011 | 11001010 | 1011101 | 10001 |
Color Harmonies of #033553
Complementary color
Monochromatic Colors of #033553
Black with #033553
Text Example
Text Example
White with #033553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033553; }
p { color: rgb(3,53,83); }
H1.HeaderClassName
{
color: #033553;
}
.AnyTagClassName
{
color: #033553;
}
</style>
background-color css
<style>
a { background-color: #033553; }
a { background-color: rgb(3,53,83); }
div.DivClassName
{
background-color: #033553;
}
.BgClassName
{
background-color: #033553;
}
</style>
border-color css
<style>
span { border-color: #033553; }
span { border-color: rgb(3,53,83); }
td.TdClassName
{
border-color: #033553;
}
.TagClassName
{
border-color: #033553;
}
</style>