Shades of Prussian Blue #003562
Tints of Prussian Blue #003562
RGB
CMYK
RGB Variations
Color information
#003562 (or 0x003562) is known color: Prussian Blue. HEX triplet: 00, 35 and 62. RGB value is (0,53,98). Sum of RGB (Red+Green+Blue) = 0+53+98=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #003562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003562 is #FFCA9D. Grayscale: #2A2A2A. Windows color (decimal): -16763550 or 6436096. OLE color: 6436096.
HSL color Cylindrical-coordinate representation of color #003562: hue angle of 207.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003562 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 53 | 98 | - |
| CMYK | 1 | 0.46 | 0 | 0.62 |
| HSL | 207.55º | 1% | 0.19% | - |
| HSV(B) | 207.55º | 1% | 0.38% | - |
| XYZ | 3.48 | 3.43 | 12.03 | - |
| YUV | 42.28 | 159.44 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 98 | 1 | 0.46 | 0 | 0.62 | 207.55 | 1 | 0.19 |
| Hex | 0 | 35 | 62 | 64 | 2E | 0 | 3E | D0 | 64 | 13 |
| Octal | 0 | 65 | 142 | 144 | 56 | 0 | 76 | 320 | 144 | 23 |
| Binary | 0 | 110101 | 1100010 | 1100100 | 101110 | 0 | 111110 | 11010000 | 1100100 | 10011 |
Color Harmonies of #003562
Complementary color
Monochromatic Colors of #003562
Black with #003562
Text Example
Text Example
White with #003562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003562; }
p { color: rgb(0,53,98); }
H1.HeaderClassName
{
color: #003562;
}
.AnyTagClassName
{
color: #003562;
}
</style>
background-color css
<style>
a { background-color: #003562; }
a { background-color: rgb(0,53,98); }
div.DivClassName
{
background-color: #003562;
}
.BgClassName
{
background-color: #003562;
}
</style>
border-color css
<style>
span { border-color: #003562; }
span { border-color: rgb(0,53,98); }
td.TdClassName
{
border-color: #003562;
}
.TagClassName
{
border-color: #003562;
}
</style>