Shades of Jagger #3C264E
Tints of Jagger #3C264E
RGB
CMYK
RGB Variations
Color information
#3C264E (or 0x3C264E) is known color: Jagger. HEX triplet: 3C, 26 and 4E. RGB value is (60,38,78). Sum of RGB (Red+Green+Blue) = 60+38+78=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C264E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C264E is #C3D9B1. Grayscale: #313131. Windows color (decimal): -12835250 or 5121596. OLE color: 5121596.
HSL color Cylindrical-coordinate representation of color #3C264E: hue angle of 273º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C264E is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 38 | 78 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.69 |
| HSL | 273º | 0.34% | 0.23% | - |
| HSV(B) | 273º | 0.51% | 0.31% | - |
| XYZ | 3.93 | 2.9 | 7.56 | - |
| YUV | 49.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 78 | 0.23 | 0.51 | 0 | 0.69 | 273 | 0.34 | 0.23 |
| Hex | 3C | 26 | 4E | 17 | 33 | 0 | 45 | 111 | 22 | 17 |
| Octal | 74 | 46 | 116 | 27 | 63 | 0 | 105 | 421 | 42 | 27 |
| Binary | 111100 | 100110 | 1001110 | 10111 | 110011 | 0 | 1000101 | 100010001 | 100010 | 10111 |
Color Harmonies of #3C264E
Complementary color
Monochromatic Colors of #3C264E
Black with #3C264E
Text Example
Text Example
White with #3C264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C264E; }
p { color: rgb(60,38,78); }
H1.HeaderClassName
{
color: #3C264E;
}
.AnyTagClassName
{
color: #3C264E;
}
</style>
background-color css
<style>
a { background-color: #3C264E; }
a { background-color: rgb(60,38,78); }
div.DivClassName
{
background-color: #3C264E;
}
.BgClassName
{
background-color: #3C264E;
}
</style>
border-color css
<style>
span { border-color: #3C264E; }
span { border-color: rgb(60,38,78); }
td.TdClassName
{
border-color: #3C264E;
}
.TagClassName
{
border-color: #3C264E;
}
</style>