Shades of Prussian Blue #033C56
Tints of Prussian Blue #033C56
RGB
CMYK
RGB Variations
Color information
#033C56 (or 0x033C56) is known color: Prussian Blue. HEX triplet: 03, 3C and 56. RGB value is (3,60,86). Sum of RGB (Red+Green+Blue) = 3+60+86=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #033C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C56 is #FCC3A9. Grayscale: #2D2D2D. Windows color (decimal): -16565162 or 5651459. OLE color: 5651459.
HSL color Cylindrical-coordinate representation of color #033C56: hue angle of 198.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C56 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 60 | 86 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.66 |
| HSL | 198.8º | 0.93% | 0.17% | - |
| HSV(B) | 198.8º | 0.97% | 0.34% | - |
| XYZ | 3.33 | 3.92 | 9.39 | - |
| YUV | 45.92 | 150.62 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 86 | 0.97 | 0.30 | 0 | 0.66 | 198.8 | 0.93 | 0.17 |
| Hex | 3 | 3C | 56 | 61 | 1E | 0 | 42 | C7 | 5D | 11 |
| Octal | 3 | 74 | 126 | 141 | 36 | 0 | 102 | 307 | 135 | 21 |
| Binary | 11 | 111100 | 1010110 | 1100001 | 11110 | 0 | 1000010 | 11000111 | 1011101 | 10001 |
Color Harmonies of #033C56
Complementary color
Monochromatic Colors of #033C56
Black with #033C56
Text Example
Text Example
White with #033C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C56; }
p { color: rgb(3,60,86); }
H1.HeaderClassName
{
color: #033C56;
}
.AnyTagClassName
{
color: #033C56;
}
</style>
background-color css
<style>
a { background-color: #033C56; }
a { background-color: rgb(3,60,86); }
div.DivClassName
{
background-color: #033C56;
}
.BgClassName
{
background-color: #033C56;
}
</style>
border-color css
<style>
span { border-color: #033C56; }
span { border-color: rgb(3,60,86); }
td.TdClassName
{
border-color: #033C56;
}
.TagClassName
{
border-color: #033C56;
}
</style>