Shades of Jagger #3E244D
Tints of Jagger #3E244D
RGB
CMYK
RGB Variations
Color information
#3E244D (or 0x3E244D) is known color: Jagger. HEX triplet: 3E, 24 and 4D. RGB value is (62,36,77). Sum of RGB (Red+Green+Blue) = 62+36+77=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 77 - color contains mainly: blue. Hex color #3E244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E244D is #C1DBB2. Grayscale: #303030. Windows color (decimal): -12704691 or 5055550. OLE color: 5055550.
HSL color Cylindrical-coordinate representation of color #3E244D: hue angle of 278.05º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E244D is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 62 | 36 | 77 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.70 |
| HSL | 278.05º | 0.36% | 0.22% | - |
| HSV(B) | 278.05º | 0.53% | 0.3% | - |
| XYZ | 3.96 | 2.82 | 7.36 | - |
| YUV | 48.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 77 | 0.19 | 0.53 | 0 | 0.70 | 278.05 | 0.36 | 0.22 |
| Hex | 3E | 24 | 4D | 13 | 35 | 0 | 46 | 116 | 24 | 16 |
| Octal | 76 | 44 | 115 | 23 | 65 | 0 | 106 | 426 | 44 | 26 |
| Binary | 111110 | 100100 | 1001101 | 10011 | 110101 | 0 | 1000110 | 100010110 | 100100 | 10110 |
Color Harmonies of #3E244D
Complementary color
Monochromatic Colors of #3E244D
Black with #3E244D
Text Example
Text Example
White with #3E244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E244D; }
p { color: rgb(62,36,77); }
H1.HeaderClassName
{
color: #3E244D;
}
.AnyTagClassName
{
color: #3E244D;
}
</style>
background-color css
<style>
a { background-color: #3E244D; }
a { background-color: rgb(62,36,77); }
div.DivClassName
{
background-color: #3E244D;
}
.BgClassName
{
background-color: #3E244D;
}
</style>
border-color css
<style>
span { border-color: #3E244D; }
span { border-color: rgb(62,36,77); }
td.TdClassName
{
border-color: #3E244D;
}
.TagClassName
{
border-color: #3E244D;
}
</style>