Shades of Jagger #3C264B
Tints of Jagger #3C264B
RGB
CMYK
RGB Variations
Color information
#3C264B (or 0x3C264B) is known color: Jagger. HEX triplet: 3C, 26 and 4B. RGB value is (60,38,75). Sum of RGB (Red+Green+Blue) = 60+38+75=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C264B is #C3D9B4. Grayscale: #303030. Windows color (decimal): -12835253 or 4924988. OLE color: 4924988.
HSL color Cylindrical-coordinate representation of color #3C264B: hue angle of 275.68º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C264B is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 60 | 38 | 75 | - |
CMYK | 0.20 | 0.49 | 0 | 0.71 |
HSL | 275.68º | 0.33% | 0.22% | - |
HSV(B) | 275.68º | 0.49% | 0.29% | - |
XYZ | 3.83 | 2.85 | 7.01 | - |
YUV | 48.8 | 142.79 | 135.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 38 | 75 | 0.20 | 0.49 | 0 | 0.71 | 275.68 | 0.33 | 0.22 |
Hex | 3C | 26 | 4B | 14 | 31 | 0 | 47 | 114 | 21 | 16 |
Octal | 74 | 46 | 113 | 24 | 61 | 0 | 107 | 424 | 41 | 26 |
Binary | 111100 | 100110 | 1001011 | 10100 | 110001 | 0 | 1000111 | 100010100 | 100001 | 10110 |
Color Harmonies of #3C264B
Complementary color
Monochromatic Colors of #3C264B
Black with #3C264B
Text Example
Text Example
White with #3C264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C264B; }
p { color: rgb(60,38,75); }
H1.HeaderClassName
{
color: #3C264B;
}
.AnyTagClassName
{
color: #3C264B;
}
</style>
background-color css
<style>
a { background-color: #3C264B; }
a { background-color: rgb(60,38,75); }
div.DivClassName
{
background-color: #3C264B;
}
.BgClassName
{
background-color: #3C264B;
}
</style>
border-color css
<style>
span { border-color: #3C264B; }
span { border-color: rgb(60,38,75); }
td.TdClassName
{
border-color: #3C264B;
}
.TagClassName
{
border-color: #3C264B;
}
</style>