Shades of Christalle #3C246A
Tints of Christalle #3C246A
RGB
CMYK
RGB Variations
Color information
#3C246A (or 0x3C246A) is known color: Christalle. HEX triplet: 3C, 24 and 6A. RGB value is (60,36,106). Sum of RGB (Red+Green+Blue) = 60+36+106=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C246A is #C3DB95. Grayscale: #323232. Windows color (decimal): -12835734 or 6956092. OLE color: 6956092.
HSL color Cylindrical-coordinate representation of color #3C246A: hue angle of 260.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C246A is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 36 | 106 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.58 |
| HSL | 260.57º | 0.49% | 0.28% | - |
| HSV(B) | 260.57º | 0.66% | 0.42% | - |
| XYZ | 5.1 | 3.26 | 14 | - |
| YUV | 51.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 106 | 0.43 | 0.66 | 0 | 0.58 | 260.57 | 0.49 | 0.28 |
| Hex | 3C | 24 | 6A | 2B | 42 | 0 | 3A | 105 | 31 | 1C |
| Octal | 74 | 44 | 152 | 53 | 102 | 0 | 72 | 405 | 61 | 34 |
| Binary | 111100 | 100100 | 1101010 | 101011 | 1000010 | 0 | 111010 | 100000101 | 110001 | 11100 |
Color Harmonies of #3C246A
Complementary color
Monochromatic Colors of #3C246A
Black with #3C246A
Text Example
Text Example
White with #3C246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C246A; }
p { color: rgb(60,36,106); }
H1.HeaderClassName
{
color: #3C246A;
}
.AnyTagClassName
{
color: #3C246A;
}
</style>
background-color css
<style>
a { background-color: #3C246A; }
a { background-color: rgb(60,36,106); }
div.DivClassName
{
background-color: #3C246A;
}
.BgClassName
{
background-color: #3C246A;
}
</style>
border-color css
<style>
span { border-color: #3C246A; }
span { border-color: rgb(60,36,106); }
td.TdClassName
{
border-color: #3C246A;
}
.TagClassName
{
border-color: #3C246A;
}
</style>