Shades of Prussian Blue #033F60
Tints of Prussian Blue #033F60
RGB
CMYK
RGB Variations
Color information
#033F60 (or 0x033F60) is known color: Prussian Blue. HEX triplet: 03, 3F and 60. RGB value is (3,63,96). Sum of RGB (Red+Green+Blue) = 3+63+96=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #033F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033F60 is #FCC09F. Grayscale: #303030. Windows color (decimal): -16564384 or 6307587. OLE color: 6307587.
HSL color Cylindrical-coordinate representation of color #033F60: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033F60 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 63 | 96 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.62 |
| HSL | 201.29º | 0.94% | 0.19% | - |
| HSV(B) | 201.29º | 0.97% | 0.38% | - |
| XYZ | 3.93 | 4.42 | 11.71 | - |
| YUV | 48.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 96 | 0.97 | 0.34 | 0 | 0.62 | 201.29 | 0.94 | 0.19 |
| Hex | 3 | 3F | 60 | 61 | 22 | 0 | 3E | C9 | 5E | 13 |
| Octal | 3 | 77 | 140 | 141 | 42 | 0 | 76 | 311 | 136 | 23 |
| Binary | 11 | 111111 | 1100000 | 1100001 | 100010 | 0 | 111110 | 11001001 | 1011110 | 10011 |
Color Harmonies of #033F60
Complementary color
Monochromatic Colors of #033F60
Black with #033F60
Text Example
Text Example
White with #033F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F60; }
p { color: rgb(3,63,96); }
H1.HeaderClassName
{
color: #033F60;
}
.AnyTagClassName
{
color: #033F60;
}
</style>
background-color css
<style>
a { background-color: #033F60; }
a { background-color: rgb(3,63,96); }
div.DivClassName
{
background-color: #033F60;
}
.BgClassName
{
background-color: #033F60;
}
</style>
border-color css
<style>
span { border-color: #033F60; }
span { border-color: rgb(3,63,96); }
td.TdClassName
{
border-color: #033F60;
}
.TagClassName
{
border-color: #033F60;
}
</style>