Shades of Christalle #3C1868
Tints of Christalle #3C1868
RGB
CMYK
RGB Variations
Color information
#3C1868 (or 0x3C1868) is known color: Christalle. HEX triplet: 3C, 18 and 68. RGB value is (60,24,104). Sum of RGB (Red+Green+Blue) = 60+24+104=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C1868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1868 is #C3E797. Grayscale: #2B2B2B. Windows color (decimal): -12838808 or 6821948. OLE color: 6821948.
HSL color Cylindrical-coordinate representation of color #3C1868: hue angle of 267º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C1868 is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 24 | 104 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.59 |
| HSL | 267º | 0.63% | 0.25% | - |
| HSV(B) | 267º | 0.77% | 0.41% | - |
| XYZ | 4.69 | 2.61 | 13.35 | - |
| YUV | 43.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 104 | 0.42 | 0.77 | 0 | 0.59 | 267 | 0.63 | 0.25 |
| Hex | 3C | 18 | 68 | 2A | 4D | 0 | 3B | 10B | 3E | 19 |
| Octal | 74 | 30 | 150 | 52 | 115 | 0 | 73 | 413 | 76 | 31 |
| Binary | 111100 | 11000 | 1101000 | 101010 | 1001101 | 0 | 111011 | 100001011 | 111110 | 11001 |
Color Harmonies of #3C1868
Complementary color
Monochromatic Colors of #3C1868
Black with #3C1868
Text Example
Text Example
White with #3C1868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1868; }
p { color: rgb(60,24,104); }
H1.HeaderClassName
{
color: #3C1868;
}
.AnyTagClassName
{
color: #3C1868;
}
</style>
background-color css
<style>
a { background-color: #3C1868; }
a { background-color: rgb(60,24,104); }
div.DivClassName
{
background-color: #3C1868;
}
.BgClassName
{
background-color: #3C1868;
}
</style>
border-color css
<style>
span { border-color: #3C1868; }
span { border-color: rgb(60,24,104); }
td.TdClassName
{
border-color: #3C1868;
}
.TagClassName
{
border-color: #3C1868;
}
</style>