Shades of Prussian Blue #003E60
Tints of Prussian Blue #003E60
RGB
CMYK
RGB Variations
Color information
#003E60 (or 0x003E60) is known color: Prussian Blue. HEX triplet: 00, 3E and 60. RGB value is (0,62,96). Sum of RGB (Red+Green+Blue) = 0+62+96=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #003E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E60 is #FFC19F. Grayscale: #2F2F2F. Windows color (decimal): -16761248 or 6307328. OLE color: 6307328.
HSL color Cylindrical-coordinate representation of color #003E60: hue angle of 201.25º 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 #003E60 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 62 | 96 | - |
| CMYK | 1 | 0.35 | 0 | 0.62 |
| HSL | 201.25º | 1% | 0.19% | - |
| HSV(B) | 201.25º | 1% | 0.38% | - |
| XYZ | 3.83 | 4.29 | 11.69 | - |
| YUV | 47.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 96 | 1 | 0.35 | 0 | 0.62 | 201.25 | 1 | 0.19 |
| Hex | 0 | 3E | 60 | 64 | 23 | 0 | 3E | C9 | 64 | 13 |
| Octal | 0 | 76 | 140 | 144 | 43 | 0 | 76 | 311 | 144 | 23 |
| Binary | 0 | 111110 | 1100000 | 1100100 | 100011 | 0 | 111110 | 11001001 | 1100100 | 10011 |
Color Harmonies of #003E60
Complementary color
Monochromatic Colors of #003E60
Black with #003E60
Text Example
Text Example
White with #003E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E60; }
p { color: rgb(0,62,96); }
H1.HeaderClassName
{
color: #003E60;
}
.AnyTagClassName
{
color: #003E60;
}
</style>
background-color css
<style>
a { background-color: #003E60; }
a { background-color: rgb(0,62,96); }
div.DivClassName
{
background-color: #003E60;
}
.BgClassName
{
background-color: #003E60;
}
</style>
border-color css
<style>
span { border-color: #003E60; }
span { border-color: rgb(0,62,96); }
td.TdClassName
{
border-color: #003E60;
}
.TagClassName
{
border-color: #003E60;
}
</style>