Shades of Christalle #3C2766
Tints of Christalle #3C2766
RGB
CMYK
RGB Variations
Color information
#3C2766 (or 0x3C2766) is known color: Christalle. HEX triplet: 3C, 27 and 66. RGB value is (60,39,102). Sum of RGB (Red+Green+Blue) = 60+39+102=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #3C2766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2766 is #C3D899. Grayscale: #343434. Windows color (decimal): -12834970 or 6694716. OLE color: 6694716.
HSL color Cylindrical-coordinate representation of color #3C2766: hue angle of 260º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2766 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 39 | 102 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.6 |
| HSL | 260º | 0.45% | 0.28% | - |
| HSV(B) | 260º | 0.62% | 0.4% | - |
| XYZ | 4.99 | 3.37 | 12.96 | - |
| YUV | 52.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 39 | 102 | 0.41 | 0.62 | 0 | 0.6 | 260 | 0.45 | 0.28 |
| Hex | 3C | 27 | 66 | 29 | 3E | 0 | 3C | 104 | 2D | 1C |
| Octal | 74 | 47 | 146 | 51 | 76 | 0 | 74 | 404 | 55 | 34 |
| Binary | 111100 | 100111 | 1100110 | 101001 | 111110 | 0 | 111100 | 100000100 | 101101 | 11100 |
Color Harmonies of #3C2766
Complementary color
Monochromatic Colors of #3C2766
Black with #3C2766
Text Example
Text Example
White with #3C2766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2766; }
p { color: rgb(60,39,102); }
H1.HeaderClassName
{
color: #3C2766;
}
.AnyTagClassName
{
color: #3C2766;
}
</style>
background-color css
<style>
a { background-color: #3C2766; }
a { background-color: rgb(60,39,102); }
div.DivClassName
{
background-color: #3C2766;
}
.BgClassName
{
background-color: #3C2766;
}
</style>
border-color css
<style>
span { border-color: #3C2766; }
span { border-color: rgb(60,39,102); }
td.TdClassName
{
border-color: #3C2766;
}
.TagClassName
{
border-color: #3C2766;
}
</style>