Shades of Prussian Blue #003E61
Tints of Prussian Blue #003E61
RGB
CMYK
RGB Variations
Color information
#003E61 (or 0x003E61) is known color: Prussian Blue. HEX triplet: 00, 3E and 61. RGB value is (0,62,97). Sum of RGB (Red+Green+Blue) = 0+62+97=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #003E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E61 is #FFC19E. Grayscale: #2F2F2F. Windows color (decimal): -16761247 or 6372864. OLE color: 6372864.
HSL color Cylindrical-coordinate representation of color #003E61: hue angle of 201.65º 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 #003E61 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 62 | 97 | - |
| CMYK | 1 | 0.36 | 0 | 0.62 |
| HSL | 201.65º | 1% | 0.19% | - |
| HSV(B) | 201.65º | 1% | 0.38% | - |
| XYZ | 3.88 | 4.31 | 11.94 | - |
| YUV | 47.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 97 | 1 | 0.36 | 0 | 0.62 | 201.65 | 1 | 0.19 |
| Hex | 0 | 3E | 61 | 64 | 24 | 0 | 3E | CA | 64 | 13 |
| Octal | 0 | 76 | 141 | 144 | 44 | 0 | 76 | 312 | 144 | 23 |
| Binary | 0 | 111110 | 1100001 | 1100100 | 100100 | 0 | 111110 | 11001010 | 1100100 | 10011 |
Color Harmonies of #003E61
Complementary color
Monochromatic Colors of #003E61
Black with #003E61
Text Example
Text Example
White with #003E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003E61; }
p { color: rgb(0,62,97); }
H1.HeaderClassName
{
color: #003E61;
}
.AnyTagClassName
{
color: #003E61;
}
</style>
background-color css
<style>
a { background-color: #003E61; }
a { background-color: rgb(0,62,97); }
div.DivClassName
{
background-color: #003E61;
}
.BgClassName
{
background-color: #003E61;
}
</style>
border-color css
<style>
span { border-color: #003E61; }
span { border-color: rgb(0,62,97); }
td.TdClassName
{
border-color: #003E61;
}
.TagClassName
{
border-color: #003E61;
}
</style>