Shades of Prussian Blue #033358
Tints of Prussian Blue #033358
RGB
CMYK
RGB Variations
Color information
#033358 (or 0x033358) is known color: Prussian Blue. HEX triplet: 03, 33 and 58. RGB value is (3,51,88). Sum of RGB (Red+Green+Blue) = 3+51+88=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #033358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033358 is #FCCCA7. Grayscale: #282828. Windows color (decimal): -16567464 or 5780227. OLE color: 5780227.
HSL color Cylindrical-coordinate representation of color #033358: hue angle of 206.12º 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 #033358 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 51 | 88 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.65 |
| HSL | 206.12º | 0.93% | 0.18% | - |
| HSV(B) | 206.12º | 0.97% | 0.35% | - |
| XYZ | 2.98 | 3.09 | 9.67 | - |
| YUV | 40.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 88 | 0.97 | 0.42 | 0 | 0.65 | 206.12 | 0.93 | 0.18 |
| Hex | 3 | 33 | 58 | 61 | 2A | 0 | 41 | CE | 5D | 12 |
| Octal | 3 | 63 | 130 | 141 | 52 | 0 | 101 | 316 | 135 | 22 |
| Binary | 11 | 110011 | 1011000 | 1100001 | 101010 | 0 | 1000001 | 11001110 | 1011101 | 10010 |
Color Harmonies of #033358
Complementary color
Monochromatic Colors of #033358
Black with #033358
Text Example
Text Example
White with #033358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033358; }
p { color: rgb(3,51,88); }
H1.HeaderClassName
{
color: #033358;
}
.AnyTagClassName
{
color: #033358;
}
</style>
background-color css
<style>
a { background-color: #033358; }
a { background-color: rgb(3,51,88); }
div.DivClassName
{
background-color: #033358;
}
.BgClassName
{
background-color: #033358;
}
</style>
border-color css
<style>
span { border-color: #033358; }
span { border-color: rgb(3,51,88); }
td.TdClassName
{
border-color: #033358;
}
.TagClassName
{
border-color: #033358;
}
</style>