Shades of Christalle #3C2869
Tints of Christalle #3C2869
RGB
CMYK
RGB Variations
Color information
#3C2869 (or 0x3C2869) is known color: Christalle. HEX triplet: 3C, 28 and 69. RGB value is (60,40,105). Sum of RGB (Red+Green+Blue) = 60+40+105=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C2869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2869 is #C3D796. Grayscale: #353535. Windows color (decimal): -12834711 or 6891580. OLE color: 6891580.
HSL color Cylindrical-coordinate representation of color #3C2869: hue angle of 258.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C2869 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 40 | 105 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.59 |
| HSL | 258.46º | 0.45% | 0.28% | - |
| HSV(B) | 258.46º | 0.62% | 0.41% | - |
| XYZ | 5.17 | 3.5 | 13.77 | - |
| YUV | 53.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 105 | 0.43 | 0.62 | 0 | 0.59 | 258.46 | 0.45 | 0.28 |
| Hex | 3C | 28 | 69 | 2B | 3E | 0 | 3B | 102 | 2D | 1C |
| Octal | 74 | 50 | 151 | 53 | 76 | 0 | 73 | 402 | 55 | 34 |
| Binary | 111100 | 101000 | 1101001 | 101011 | 111110 | 0 | 111011 | 100000010 | 101101 | 11100 |
Color Harmonies of #3C2869
Complementary color
Monochromatic Colors of #3C2869
Black with #3C2869
Text Example
Text Example
White with #3C2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2869; }
p { color: rgb(60,40,105); }
H1.HeaderClassName
{
color: #3C2869;
}
.AnyTagClassName
{
color: #3C2869;
}
</style>
background-color css
<style>
a { background-color: #3C2869; }
a { background-color: rgb(60,40,105); }
div.DivClassName
{
background-color: #3C2869;
}
.BgClassName
{
background-color: #3C2869;
}
</style>
border-color css
<style>
span { border-color: #3C2869; }
span { border-color: rgb(60,40,105); }
td.TdClassName
{
border-color: #3C2869;
}
.TagClassName
{
border-color: #3C2869;
}
</style>