Shades of Prussian Blue #033960
Tints of Prussian Blue #033960
RGB
CMYK
RGB Variations
Color information
#033960 (or 0x033960) is known color: Prussian Blue. HEX triplet: 03, 39 and 60. RGB value is (3,57,96). Sum of RGB (Red+Green+Blue) = 3+57+96=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #033960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033960 is #FCC69F. Grayscale: #2D2D2D. Windows color (decimal): -16565920 or 6306051. OLE color: 6306051.
HSL color Cylindrical-coordinate representation of color #033960: hue angle of 205.16º 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 #033960 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 57 | 96 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.62 |
| HSL | 205.16º | 0.94% | 0.19% | - |
| HSV(B) | 205.16º | 0.97% | 0.38% | - |
| XYZ | 3.61 | 3.79 | 11.61 | - |
| YUV | 45.3 | 156.61 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 96 | 0.97 | 0.41 | 0 | 0.62 | 205.16 | 0.94 | 0.19 |
| Hex | 3 | 39 | 60 | 61 | 29 | 0 | 3E | CD | 5E | 13 |
| Octal | 3 | 71 | 140 | 141 | 51 | 0 | 76 | 315 | 136 | 23 |
| Binary | 11 | 111001 | 1100000 | 1100001 | 101001 | 0 | 111110 | 11001101 | 1011110 | 10011 |
Color Harmonies of #033960
Complementary color
Monochromatic Colors of #033960
Black with #033960
Text Example
Text Example
White with #033960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033960; }
p { color: rgb(3,57,96); }
H1.HeaderClassName
{
color: #033960;
}
.AnyTagClassName
{
color: #033960;
}
</style>
background-color css
<style>
a { background-color: #033960; }
a { background-color: rgb(3,57,96); }
div.DivClassName
{
background-color: #033960;
}
.BgClassName
{
background-color: #033960;
}
</style>
border-color css
<style>
span { border-color: #033960; }
span { border-color: rgb(3,57,96); }
td.TdClassName
{
border-color: #033960;
}
.TagClassName
{
border-color: #033960;
}
</style>