Shades of Prussian Blue #033966
Tints of Prussian Blue #033966
RGB
CMYK
RGB Variations
Color information
#033966 (or 0x033966) is known color: Prussian Blue. HEX triplet: 03, 39 and 66. RGB value is (3,57,102). Sum of RGB (Red+Green+Blue) = 3+57+102=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #033966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033966 is #FCC699. Grayscale: #2D2D2D. Windows color (decimal): -16565914 or 6699267. OLE color: 6699267.
HSL color Cylindrical-coordinate representation of color #033966: hue angle of 207.27º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033966 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 57 | 102 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.6 |
| HSL | 207.27º | 0.94% | 0.21% | - |
| HSV(B) | 207.27º | 0.97% | 0.4% | - |
| XYZ | 3.9 | 3.9 | 13.12 | - |
| YUV | 45.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 57 | 102 | 0.97 | 0.44 | 0 | 0.6 | 207.27 | 0.94 | 0.21 |
| Hex | 3 | 39 | 66 | 61 | 2C | 0 | 3C | CF | 5E | 15 |
| Octal | 3 | 71 | 146 | 141 | 54 | 0 | 74 | 317 | 136 | 25 |
| Binary | 11 | 111001 | 1100110 | 1100001 | 101100 | 0 | 111100 | 11001111 | 1011110 | 10101 |
Color Harmonies of #033966
Complementary color
Monochromatic Colors of #033966
Black with #033966
Text Example
Text Example
White with #033966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033966; }
p { color: rgb(3,57,102); }
H1.HeaderClassName
{
color: #033966;
}
.AnyTagClassName
{
color: #033966;
}
</style>
background-color css
<style>
a { background-color: #033966; }
a { background-color: rgb(3,57,102); }
div.DivClassName
{
background-color: #033966;
}
.BgClassName
{
background-color: #033966;
}
</style>
border-color css
<style>
span { border-color: #033966; }
span { border-color: rgb(3,57,102); }
td.TdClassName
{
border-color: #033966;
}
.TagClassName
{
border-color: #033966;
}
</style>