Shades of Jagger #3E254D
Tints of Jagger #3E254D
RGB
CMYK
RGB Variations
Color information
#3E254D (or 0x3E254D) is known color: Jagger. HEX triplet: 3E, 25 and 4D. RGB value is (62,37,77). Sum of RGB (Red+Green+Blue) = 62+37+77=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E254D is #C1DAB2. Grayscale: #303030. Windows color (decimal): -12704435 or 5055806. OLE color: 5055806.
HSL color Cylindrical-coordinate representation of color #3E254D: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E254D is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 37 | 77 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.70 |
| HSL | 277.5º | 0.35% | 0.22% | - |
| HSV(B) | 277.5º | 0.52% | 0.3% | - |
| XYZ | 3.99 | 2.88 | 7.37 | - |
| YUV | 49.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 77 | 0.19 | 0.52 | 0 | 0.70 | 277.5 | 0.35 | 0.22 |
| Hex | 3E | 25 | 4D | 13 | 34 | 0 | 46 | 116 | 23 | 16 |
| Octal | 76 | 45 | 115 | 23 | 64 | 0 | 106 | 426 | 43 | 26 |
| Binary | 111110 | 100101 | 1001101 | 10011 | 110100 | 0 | 1000110 | 100010110 | 100011 | 10110 |
Color Harmonies of #3E254D
Complementary color
Monochromatic Colors of #3E254D
Black with #3E254D
Text Example
Text Example
White with #3E254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E254D; }
p { color: rgb(62,37,77); }
H1.HeaderClassName
{
color: #3E254D;
}
.AnyTagClassName
{
color: #3E254D;
}
</style>
background-color css
<style>
a { background-color: #3E254D; }
a { background-color: rgb(62,37,77); }
div.DivClassName
{
background-color: #3E254D;
}
.BgClassName
{
background-color: #3E254D;
}
</style>
border-color css
<style>
span { border-color: #3E254D; }
span { border-color: rgb(62,37,77); }
td.TdClassName
{
border-color: #3E254D;
}
.TagClassName
{
border-color: #3E254D;
}
</style>