Shades of Christalle #3C2669
Tints of Christalle #3C2669
RGB
CMYK
RGB Variations
Color information
#3C2669 (or 0x3C2669) is known color: Christalle. HEX triplet: 3C, 26 and 69. RGB value is (60,38,105). Sum of RGB (Red+Green+Blue) = 60+38+105=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C2669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2669 is #C3D996. Grayscale: #333333. Windows color (decimal): -12835223 or 6891068. OLE color: 6891068.
HSL color Cylindrical-coordinate representation of color #3C2669: hue angle of 259.7º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C2669 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 38 | 105 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.59 |
| HSL | 259.7º | 0.47% | 0.28% | - |
| HSV(B) | 259.7º | 0.64% | 0.41% | - |
| XYZ | 5.11 | 3.37 | 13.75 | - |
| YUV | 52.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 105 | 0.43 | 0.64 | 0 | 0.59 | 259.7 | 0.47 | 0.28 |
| Hex | 3C | 26 | 69 | 2B | 40 | 0 | 3B | 104 | 2F | 1C |
| Octal | 74 | 46 | 151 | 53 | 100 | 0 | 73 | 404 | 57 | 34 |
| Binary | 111100 | 100110 | 1101001 | 101011 | 1000000 | 0 | 111011 | 100000100 | 101111 | 11100 |
Color Harmonies of #3C2669
Complementary color
Monochromatic Colors of #3C2669
Black with #3C2669
Text Example
Text Example
White with #3C2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2669; }
p { color: rgb(60,38,105); }
H1.HeaderClassName
{
color: #3C2669;
}
.AnyTagClassName
{
color: #3C2669;
}
</style>
background-color css
<style>
a { background-color: #3C2669; }
a { background-color: rgb(60,38,105); }
div.DivClassName
{
background-color: #3C2669;
}
.BgClassName
{
background-color: #3C2669;
}
</style>
border-color css
<style>
span { border-color: #3C2669; }
span { border-color: rgb(60,38,105); }
td.TdClassName
{
border-color: #3C2669;
}
.TagClassName
{
border-color: #3C2669;
}
</style>