Shades of Prussian Blue #033359
Tints of Prussian Blue #033359
RGB
CMYK
RGB Variations
Color information
#033359 (or 0x033359) is known color: Prussian Blue. HEX triplet: 03, 33 and 59. RGB value is (3,51,89). Sum of RGB (Red+Green+Blue) = 3+51+89=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #033359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033359 is #FCCCA6. Grayscale: #282828. Windows color (decimal): -16567463 or 5845763. OLE color: 5845763.
HSL color Cylindrical-coordinate representation of color #033359: hue angle of 206.51º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033359 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 51 | 89 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.65 |
| HSL | 206.51º | 0.93% | 0.18% | - |
| HSV(B) | 206.51º | 0.97% | 0.35% | - |
| XYZ | 3.02 | 3.11 | 9.89 | - |
| YUV | 40.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 89 | 0.97 | 0.43 | 0 | 0.65 | 206.51 | 0.93 | 0.18 |
| Hex | 3 | 33 | 59 | 61 | 2B | 0 | 41 | CF | 5D | 12 |
| Octal | 3 | 63 | 131 | 141 | 53 | 0 | 101 | 317 | 135 | 22 |
| Binary | 11 | 110011 | 1011001 | 1100001 | 101011 | 0 | 1000001 | 11001111 | 1011101 | 10010 |
Color Harmonies of #033359
Complementary color
Monochromatic Colors of #033359
Black with #033359
Text Example
Text Example
White with #033359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033359; }
p { color: rgb(3,51,89); }
H1.HeaderClassName
{
color: #033359;
}
.AnyTagClassName
{
color: #033359;
}
</style>
background-color css
<style>
a { background-color: #033359; }
a { background-color: rgb(3,51,89); }
div.DivClassName
{
background-color: #033359;
}
.BgClassName
{
background-color: #033359;
}
</style>
border-color css
<style>
span { border-color: #033359; }
span { border-color: rgb(3,51,89); }
td.TdClassName
{
border-color: #033359;
}
.TagClassName
{
border-color: #033359;
}
</style>