Shades of Prussian Blue #003E59
Tints of Prussian Blue #003E59
RGB
CMYK
RGB Variations
Color information
#003E59 (or 0x003E59) is known color: Prussian Blue. HEX triplet: 00, 3E and 59. RGB value is (0,62,89). Sum of RGB (Red+Green+Blue) = 0+62+89=151 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #003E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E59 is #FFC1A6. Grayscale: #2E2E2E. Windows color (decimal): -16761255 or 5848576. OLE color: 5848576.
HSL color Cylindrical-coordinate representation of color #003E59: hue angle of 198.2º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E59 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 62 | 89 | - |
| CMYK | 1 | 0.30 | 0 | 0.65 |
| HSL | 198.2º | 1% | 0.17% | - |
| HSV(B) | 198.2º | 1% | 0.35% | - |
| XYZ | 3.53 | 4.17 | 10.07 | - |
| YUV | 46.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 89 | 1 | 0.30 | 0 | 0.65 | 198.2 | 1 | 0.17 |
| Hex | 0 | 3E | 59 | 64 | 1E | 0 | 41 | C6 | 64 | 11 |
| Octal | 0 | 76 | 131 | 144 | 36 | 0 | 101 | 306 | 144 | 21 |
| Binary | 0 | 111110 | 1011001 | 1100100 | 11110 | 0 | 1000001 | 11000110 | 1100100 | 10001 |
Color Harmonies of #003E59
Complementary color
Monochromatic Colors of #003E59
Black with #003E59
Text Example
Text Example
White with #003E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E59; }
p { color: rgb(0,62,89); }
H1.HeaderClassName
{
color: #003E59;
}
.AnyTagClassName
{
color: #003E59;
}
</style>
background-color css
<style>
a { background-color: #003E59; }
a { background-color: rgb(0,62,89); }
div.DivClassName
{
background-color: #003E59;
}
.BgClassName
{
background-color: #003E59;
}
</style>
border-color css
<style>
span { border-color: #003E59; }
span { border-color: rgb(0,62,89); }
td.TdClassName
{
border-color: #003E59;
}
.TagClassName
{
border-color: #003E59;
}
</style>