Shades of Jagger #3E334A
Tints of Jagger #3E334A
RGB
CMYK
RGB Variations
Color information
#3E334A (or 0x3E334A) is known color: Jagger. HEX triplet: 3E, 33 and 4A. RGB value is (62,51,74). Sum of RGB (Red+Green+Blue) = 62+51+74=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E334A is #C1CCB5. Grayscale: #383838. Windows color (decimal): -12700854 or 4862782. OLE color: 4862782.
HSL color Cylindrical-coordinate representation of color #3E334A: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E334A is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 51 | 74 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.71 |
| HSL | 268.7º | 0.18% | 0.25% | - |
| HSV(B) | 268.7º | 0.31% | 0.29% | - |
| XYZ | 4.41 | 3.89 | 7 | - |
| YUV | 56.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 74 | 0.16 | 0.31 | 0 | 0.71 | 268.7 | 0.18 | 0.25 |
| Hex | 3E | 33 | 4A | 10 | 1F | 0 | 47 | 10D | 12 | 19 |
| Octal | 76 | 63 | 112 | 20 | 37 | 0 | 107 | 415 | 22 | 31 |
| Binary | 111110 | 110011 | 1001010 | 10000 | 11111 | 0 | 1000111 | 100001101 | 10010 | 11001 |
Color Harmonies of #3E334A
Complementary color
Monochromatic Colors of #3E334A
Black with #3E334A
Text Example
Text Example
White with #3E334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E334A; }
p { color: rgb(62,51,74); }
H1.HeaderClassName
{
color: #3E334A;
}
.AnyTagClassName
{
color: #3E334A;
}
</style>
background-color css
<style>
a { background-color: #3E334A; }
a { background-color: rgb(62,51,74); }
div.DivClassName
{
background-color: #3E334A;
}
.BgClassName
{
background-color: #3E334A;
}
</style>
border-color css
<style>
span { border-color: #3E334A; }
span { border-color: rgb(62,51,74); }
td.TdClassName
{
border-color: #3E334A;
}
.TagClassName
{
border-color: #3E334A;
}
</style>