Shades of Christalle #3C2865
Tints of Christalle #3C2865
RGB
CMYK
RGB Variations
Color information
#3C2865 (or 0x3C2865) is known color: Christalle. HEX triplet: 3C, 28 and 65. RGB value is (60,40,101). Sum of RGB (Red+Green+Blue) = 60+40+101=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #3C2865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2865 is #C3D79A. Grayscale: #343434. Windows color (decimal): -12834715 or 6629436. OLE color: 6629436.
HSL color Cylindrical-coordinate representation of color #3C2865: hue angle of 259.67º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C2865 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 40 | 101 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.60 |
| HSL | 259.67º | 0.43% | 0.28% | - |
| HSV(B) | 259.67º | 0.6% | 0.4% | - |
| XYZ | 4.97 | 3.42 | 12.71 | - |
| YUV | 52.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 101 | 0.41 | 0.60 | 0 | 0.60 | 259.67 | 0.43 | 0.28 |
| Hex | 3C | 28 | 65 | 29 | 3C | 0 | 3C | 104 | 2B | 1C |
| Octal | 74 | 50 | 145 | 51 | 74 | 0 | 74 | 404 | 53 | 34 |
| Binary | 111100 | 101000 | 1100101 | 101001 | 111100 | 0 | 111100 | 100000100 | 101011 | 11100 |
Color Harmonies of #3C2865
Complementary color
Monochromatic Colors of #3C2865
Black with #3C2865
Text Example
Text Example
White with #3C2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2865; }
p { color: rgb(60,40,101); }
H1.HeaderClassName
{
color: #3C2865;
}
.AnyTagClassName
{
color: #3C2865;
}
</style>
background-color css
<style>
a { background-color: #3C2865; }
a { background-color: rgb(60,40,101); }
div.DivClassName
{
background-color: #3C2865;
}
.BgClassName
{
background-color: #3C2865;
}
</style>
border-color css
<style>
span { border-color: #3C2865; }
span { border-color: rgb(60,40,101); }
td.TdClassName
{
border-color: #3C2865;
}
.TagClassName
{
border-color: #3C2865;
}
</style>