Shades of Jagger #3C264D
Tints of Jagger #3C264D
RGB
CMYK
RGB Variations
Color information
#3C264D (or 0x3C264D) is known color: Jagger. HEX triplet: 3C, 26 and 4D. RGB value is (60,38,77). Sum of RGB (Red+Green+Blue) = 60+38+77=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 38 (15.23% from 255 or 21.71% 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 #3C264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C264D is #C3D9B2. Grayscale: #303030. Windows color (decimal): -12835251 or 5056060. OLE color: 5056060.
HSL color Cylindrical-coordinate representation of color #3C264D: hue angle of 273.85º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C264D is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 38 | 77 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.70 |
| HSL | 273.85º | 0.34% | 0.23% | - |
| HSV(B) | 273.85º | 0.51% | 0.3% | - |
| XYZ | 3.9 | 2.88 | 7.37 | - |
| YUV | 49.02 | 143.79 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 77 | 0.22 | 0.51 | 0 | 0.70 | 273.85 | 0.34 | 0.23 |
| Hex | 3C | 26 | 4D | 16 | 33 | 0 | 46 | 112 | 22 | 17 |
| Octal | 74 | 46 | 115 | 26 | 63 | 0 | 106 | 422 | 42 | 27 |
| Binary | 111100 | 100110 | 1001101 | 10110 | 110011 | 0 | 1000110 | 100010010 | 100010 | 10111 |
Color Harmonies of #3C264D
Complementary color
Monochromatic Colors of #3C264D
Black with #3C264D
Text Example
Text Example
White with #3C264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C264D; }
p { color: rgb(60,38,77); }
H1.HeaderClassName
{
color: #3C264D;
}
.AnyTagClassName
{
color: #3C264D;
}
</style>
background-color css
<style>
a { background-color: #3C264D; }
a { background-color: rgb(60,38,77); }
div.DivClassName
{
background-color: #3C264D;
}
.BgClassName
{
background-color: #3C264D;
}
</style>
border-color css
<style>
span { border-color: #3C264D; }
span { border-color: rgb(60,38,77); }
td.TdClassName
{
border-color: #3C264D;
}
.TagClassName
{
border-color: #3C264D;
}
</style>