Shades of Prussian Blue #003566
Tints of Prussian Blue #003566
RGB
CMYK
RGB Variations
Color information
#003566 (or 0x003566) is known color: Prussian Blue. HEX triplet: 00, 35 and 66. RGB value is (0,53,102). Sum of RGB (Red+Green+Blue) = 0+53+102=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #003566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003566 is #FFCA99. Grayscale: #2A2A2A. Windows color (decimal): -16763546 or 6698240. OLE color: 6698240.
HSL color Cylindrical-coordinate representation of color #003566: hue angle of 208.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003566 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 0 | 53 | 102 | - |
| CMYK | 1 | 0.48 | 0 | 0.6 |
| HSL | 208.82º | 1% | 0.2% | - |
| HSV(B) | 208.82º | 1% | 0.4% | - |
| XYZ | 3.67 | 3.51 | 13.05 | - |
| YUV | 42.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 102 | 1 | 0.48 | 0 | 0.6 | 208.82 | 1 | 0.2 |
| Hex | 0 | 35 | 66 | 64 | 30 | 0 | 3C | D1 | 64 | 14 |
| Octal | 0 | 65 | 146 | 144 | 60 | 0 | 74 | 321 | 144 | 24 |
| Binary | 0 | 110101 | 1100110 | 1100100 | 110000 | 0 | 111100 | 11010001 | 1100100 | 10100 |
Color Harmonies of #003566
Complementary color
Monochromatic Colors of #003566
Black with #003566
Text Example
Text Example
White with #003566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003566; }
p { color: rgb(0,53,102); }
H1.HeaderClassName
{
color: #003566;
}
.AnyTagClassName
{
color: #003566;
}
</style>
background-color css
<style>
a { background-color: #003566; }
a { background-color: rgb(0,53,102); }
div.DivClassName
{
background-color: #003566;
}
.BgClassName
{
background-color: #003566;
}
</style>
border-color css
<style>
span { border-color: #003566; }
span { border-color: rgb(0,53,102); }
td.TdClassName
{
border-color: #003566;
}
.TagClassName
{
border-color: #003566;
}
</style>