Shades of Prussian Blue #033366
Tints of Prussian Blue #033366
RGB
CMYK
RGB Variations
Color information
#033366 (or 0x033366) is known color: Prussian Blue. HEX triplet: 03, 33 and 66. RGB value is (3,51,102). Sum of RGB (Red+Green+Blue) = 3+51+102=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #033366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033366 is #FCCC99. Grayscale: #2A2A2A. Windows color (decimal): -16567450 or 6697731. OLE color: 6697731.
HSL color Cylindrical-coordinate representation of color #033366: hue angle of 210.91º 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 #033366 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 51 | 102 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.6 |
| HSL | 210.91º | 0.94% | 0.21% | - |
| HSV(B) | 210.91º | 0.97% | 0.4% | - |
| XYZ | 3.62 | 3.35 | 13.03 | - |
| YUV | 42.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 102 | 0.97 | 0.5 | 0 | 0.6 | 210.91 | 0.94 | 0.21 |
| Hex | 3 | 33 | 66 | 61 | 32 | 0 | 3C | D3 | 5E | 15 |
| Octal | 3 | 63 | 146 | 141 | 62 | 0 | 74 | 323 | 136 | 25 |
| Binary | 11 | 110011 | 1100110 | 1100001 | 110010 | 0 | 111100 | 11010011 | 1011110 | 10101 |
Color Harmonies of #033366
Complementary color
Monochromatic Colors of #033366
Black with #033366
Text Example
Text Example
White with #033366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033366; }
p { color: rgb(3,51,102); }
H1.HeaderClassName
{
color: #033366;
}
.AnyTagClassName
{
color: #033366;
}
</style>
background-color css
<style>
a { background-color: #033366; }
a { background-color: rgb(3,51,102); }
div.DivClassName
{
background-color: #033366;
}
.BgClassName
{
background-color: #033366;
}
</style>
border-color css
<style>
span { border-color: #033366; }
span { border-color: rgb(3,51,102); }
td.TdClassName
{
border-color: #033366;
}
.TagClassName
{
border-color: #033366;
}
</style>