Shades of Prussian Blue #033666
Tints of Prussian Blue #033666
RGB
CMYK
RGB Variations
Color information
#033666 (or 0x033666) is known color: Prussian Blue. HEX triplet: 03, 36 and 66. RGB value is (3,54,102). Sum of RGB (Red+Green+Blue) = 3+54+102=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #033666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033666 is #FCC999. Grayscale: #2B2B2B. Windows color (decimal): -16566682 or 6698499. OLE color: 6698499.
HSL color Cylindrical-coordinate representation of color #033666: hue angle of 209.09º 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 #033666 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 54 | 102 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.6 |
| HSL | 209.09º | 0.94% | 0.21% | - |
| HSV(B) | 209.09º | 0.97% | 0.4% | - |
| XYZ | 3.75 | 3.62 | 13.07 | - |
| YUV | 44.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 102 | 0.97 | 0.47 | 0 | 0.6 | 209.09 | 0.94 | 0.21 |
| Hex | 3 | 36 | 66 | 61 | 2F | 0 | 3C | D1 | 5E | 15 |
| Octal | 3 | 66 | 146 | 141 | 57 | 0 | 74 | 321 | 136 | 25 |
| Binary | 11 | 110110 | 1100110 | 1100001 | 101111 | 0 | 111100 | 11010001 | 1011110 | 10101 |
Color Harmonies of #033666
Complementary color
Monochromatic Colors of #033666
Black with #033666
Text Example
Text Example
White with #033666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033666; }
p { color: rgb(3,54,102); }
H1.HeaderClassName
{
color: #033666;
}
.AnyTagClassName
{
color: #033666;
}
</style>
background-color css
<style>
a { background-color: #033666; }
a { background-color: rgb(3,54,102); }
div.DivClassName
{
background-color: #033666;
}
.BgClassName
{
background-color: #033666;
}
</style>
border-color css
<style>
span { border-color: #033666; }
span { border-color: rgb(3,54,102); }
td.TdClassName
{
border-color: #033666;
}
.TagClassName
{
border-color: #033666;
}
</style>