Shades of Prussian Blue #033356
Tints of Prussian Blue #033356
RGB
CMYK
RGB Variations
Color information
#033356 (or 0x033356) is known color: Prussian Blue. HEX triplet: 03, 33 and 56. RGB value is (3,51,86). Sum of RGB (Red+Green+Blue) = 3+51+86=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #033356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033356 is #FCCCA9. Grayscale: #282828. Windows color (decimal): -16567466 or 5649155. OLE color: 5649155.
HSL color Cylindrical-coordinate representation of color #033356: hue angle of 205.3º 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 #033356 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 51 | 86 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.66 |
| HSL | 205.3º | 0.93% | 0.17% | - |
| HSV(B) | 205.3º | 0.97% | 0.34% | - |
| XYZ | 2.9 | 3.06 | 9.24 | - |
| YUV | 40.64 | 153.6 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 86 | 0.97 | 0.41 | 0 | 0.66 | 205.3 | 0.93 | 0.17 |
| Hex | 3 | 33 | 56 | 61 | 29 | 0 | 42 | CD | 5D | 11 |
| Octal | 3 | 63 | 126 | 141 | 51 | 0 | 102 | 315 | 135 | 21 |
| Binary | 11 | 110011 | 1010110 | 1100001 | 101001 | 0 | 1000010 | 11001101 | 1011101 | 10001 |
Color Harmonies of #033356
Complementary color
Monochromatic Colors of #033356
Black with #033356
Text Example
Text Example
White with #033356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033356; }
p { color: rgb(3,51,86); }
H1.HeaderClassName
{
color: #033356;
}
.AnyTagClassName
{
color: #033356;
}
</style>
background-color css
<style>
a { background-color: #033356; }
a { background-color: rgb(3,51,86); }
div.DivClassName
{
background-color: #033356;
}
.BgClassName
{
background-color: #033356;
}
</style>
border-color css
<style>
span { border-color: #033356; }
span { border-color: rgb(3,51,86); }
td.TdClassName
{
border-color: #033356;
}
.TagClassName
{
border-color: #033356;
}
</style>