Shades of Jagger #3C244D
Tints of Jagger #3C244D
RGB
CMYK
RGB Variations
Color information
#3C244D (or 0x3C244D) is known color: Jagger. HEX triplet: 3C, 24 and 4D. RGB value is (60,36,77). Sum of RGB (Red+Green+Blue) = 60+36+77=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C244D is #C3DBB2. Grayscale: #2F2F2F. Windows color (decimal): -12835763 or 5055548. OLE color: 5055548.
HSL color Cylindrical-coordinate representation of color #3C244D: hue angle of 275.12º 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 #3C244D is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 36 | 77 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.70 |
| HSL | 275.12º | 0.36% | 0.22% | - |
| HSV(B) | 275.12º | 0.53% | 0.3% | - |
| XYZ | 3.83 | 2.76 | 7.35 | - |
| YUV | 47.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 77 | 0.22 | 0.53 | 0 | 0.70 | 275.12 | 0.36 | 0.22 |
| Hex | 3C | 24 | 4D | 16 | 35 | 0 | 46 | 113 | 24 | 16 |
| Octal | 74 | 44 | 115 | 26 | 65 | 0 | 106 | 423 | 44 | 26 |
| Binary | 111100 | 100100 | 1001101 | 10110 | 110101 | 0 | 1000110 | 100010011 | 100100 | 10110 |
Color Harmonies of #3C244D
Complementary color
Monochromatic Colors of #3C244D
Black with #3C244D
Text Example
Text Example
White with #3C244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C244D; }
p { color: rgb(60,36,77); }
H1.HeaderClassName
{
color: #3C244D;
}
.AnyTagClassName
{
color: #3C244D;
}
</style>
background-color css
<style>
a { background-color: #3C244D; }
a { background-color: rgb(60,36,77); }
div.DivClassName
{
background-color: #3C244D;
}
.BgClassName
{
background-color: #3C244D;
}
</style>
border-color css
<style>
span { border-color: #3C244D; }
span { border-color: rgb(60,36,77); }
td.TdClassName
{
border-color: #3C244D;
}
.TagClassName
{
border-color: #3C244D;
}
</style>