Shades of Christalle #3C2060
Tints of Christalle #3C2060
RGB
CMYK
RGB Variations
Color information
#3C2060 (or 0x3C2060) is known color: Christalle. HEX triplet: 3C, 20 and 60. RGB value is (60,32,96). Sum of RGB (Red+Green+Blue) = 60+32+96=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C2060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2060 is #C3DF9F. Grayscale: #2F2F2F. Windows color (decimal): -12836768 or 6299708. OLE color: 6299708.
HSL color Cylindrical-coordinate representation of color #3C2060: hue angle of 266.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C2060 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 32 | 96 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.62 |
| HSL | 266.25º | 0.5% | 0.25% | - |
| HSV(B) | 266.25º | 0.67% | 0.38% | - |
| XYZ | 4.49 | 2.84 | 11.38 | - |
| YUV | 47.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 96 | 0.38 | 0.67 | 0 | 0.62 | 266.25 | 0.5 | 0.25 |
| Hex | 3C | 20 | 60 | 26 | 43 | 0 | 3E | 10A | 32 | 19 |
| Octal | 74 | 40 | 140 | 46 | 103 | 0 | 76 | 412 | 62 | 31 |
| Binary | 111100 | 100000 | 1100000 | 100110 | 1000011 | 0 | 111110 | 100001010 | 110010 | 11001 |
Color Harmonies of #3C2060
Complementary color
Monochromatic Colors of #3C2060
Black with #3C2060
Text Example
Text Example
White with #3C2060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2060; }
p { color: rgb(60,32,96); }
H1.HeaderClassName
{
color: #3C2060;
}
.AnyTagClassName
{
color: #3C2060;
}
</style>
background-color css
<style>
a { background-color: #3C2060; }
a { background-color: rgb(60,32,96); }
div.DivClassName
{
background-color: #3C2060;
}
.BgClassName
{
background-color: #3C2060;
}
</style>
border-color css
<style>
span { border-color: #3C2060; }
span { border-color: rgb(60,32,96); }
td.TdClassName
{
border-color: #3C2060;
}
.TagClassName
{
border-color: #3C2060;
}
</style>