Shades of Jagger #3C254C
Tints of Jagger #3C254C
RGB
CMYK
RGB Variations
Color information
#3C254C (or 0x3C254C) is known color: Jagger. HEX triplet: 3C, 25 and 4C. RGB value is (60,37,76). Sum of RGB (Red+Green+Blue) = 60+37+76=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C254C is #C3DAB3. Grayscale: #303030. Windows color (decimal): -12835508 or 4990268. OLE color: 4990268.
HSL color Cylindrical-coordinate representation of color #3C254C: hue angle of 275.38º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C254C is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 37 | 76 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.70 |
| HSL | 275.38º | 0.35% | 0.22% | - |
| HSV(B) | 275.38º | 0.51% | 0.3% | - |
| XYZ | 3.83 | 2.81 | 7.18 | - |
| YUV | 48.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 76 | 0.21 | 0.51 | 0 | 0.70 | 275.38 | 0.35 | 0.22 |
| Hex | 3C | 25 | 4C | 15 | 33 | 0 | 46 | 113 | 23 | 16 |
| Octal | 74 | 45 | 114 | 25 | 63 | 0 | 106 | 423 | 43 | 26 |
| Binary | 111100 | 100101 | 1001100 | 10101 | 110011 | 0 | 1000110 | 100010011 | 100011 | 10110 |
Color Harmonies of #3C254C
Complementary color
Monochromatic Colors of #3C254C
Black with #3C254C
Text Example
Text Example
White with #3C254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C254C; }
p { color: rgb(60,37,76); }
H1.HeaderClassName
{
color: #3C254C;
}
.AnyTagClassName
{
color: #3C254C;
}
</style>
background-color css
<style>
a { background-color: #3C254C; }
a { background-color: rgb(60,37,76); }
div.DivClassName
{
background-color: #3C254C;
}
.BgClassName
{
background-color: #3C254C;
}
</style>
border-color css
<style>
span { border-color: #3C254C; }
span { border-color: rgb(60,37,76); }
td.TdClassName
{
border-color: #3C254C;
}
.TagClassName
{
border-color: #3C254C;
}
</style>