Shades of Jagger #3E344B
Tints of Jagger #3E344B
RGB
CMYK
RGB Variations
Color information
#3E344B (or 0x3E344B) is known color: Jagger. HEX triplet: 3E, 34 and 4B. RGB value is (62,52,75). Sum of RGB (Red+Green+Blue) = 62+52+75=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #3E344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E344B is #C1CBB4. Grayscale: #393939. Windows color (decimal): -12700597 or 4928574. OLE color: 4928574.
HSL color Cylindrical-coordinate representation of color #3E344B: hue angle of 266.09º 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 #3E344B is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 52 | 75 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.71 |
| HSL | 266.09º | 0.18% | 0.25% | - |
| HSV(B) | 266.09º | 0.31% | 0.29% | - |
| XYZ | 4.48 | 3.99 | 7.19 | - |
| YUV | 57.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 75 | 0.17 | 0.31 | 0 | 0.71 | 266.09 | 0.18 | 0.25 |
| Hex | 3E | 34 | 4B | 11 | 1F | 0 | 47 | 10A | 12 | 19 |
| Octal | 76 | 64 | 113 | 21 | 37 | 0 | 107 | 412 | 22 | 31 |
| Binary | 111110 | 110100 | 1001011 | 10001 | 11111 | 0 | 1000111 | 100001010 | 10010 | 11001 |
Color Harmonies of #3E344B
Complementary color
Monochromatic Colors of #3E344B
Black with #3E344B
Text Example
Text Example
White with #3E344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E344B; }
p { color: rgb(62,52,75); }
H1.HeaderClassName
{
color: #3E344B;
}
.AnyTagClassName
{
color: #3E344B;
}
</style>
background-color css
<style>
a { background-color: #3E344B; }
a { background-color: rgb(62,52,75); }
div.DivClassName
{
background-color: #3E344B;
}
.BgClassName
{
background-color: #3E344B;
}
</style>
border-color css
<style>
span { border-color: #3E344B; }
span { border-color: rgb(62,52,75); }
td.TdClassName
{
border-color: #3E344B;
}
.TagClassName
{
border-color: #3E344B;
}
</style>