Shades of Christalle #352060
Tints of Christalle #352060
RGB
CMYK
RGB Variations
Color information
#352060 (or 0x352060) is known color: Christalle. HEX triplet: 35, 20 and 60. RGB value is (53,32,96). Sum of RGB (Red+Green+Blue) = 53+32+96=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #352060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352060 is #CADF9F. Grayscale: #2D2D2D. Windows color (decimal): -13295520 or 6299701. OLE color: 6299701.
HSL color Cylindrical-coordinate representation of color #352060: hue angle of 259.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352060 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 32 | 96 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.62 |
| HSL | 259.69º | 0.5% | 0.25% | - |
| HSV(B) | 259.69º | 0.67% | 0.38% | - |
| XYZ | 4.1 | 2.63 | 11.36 | - |
| YUV | 45.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 96 | 0.45 | 0.67 | 0 | 0.62 | 259.69 | 0.5 | 0.25 |
| Hex | 35 | 20 | 60 | 2D | 43 | 0 | 3E | 104 | 32 | 19 |
| Octal | 65 | 40 | 140 | 55 | 103 | 0 | 76 | 404 | 62 | 31 |
| Binary | 110101 | 100000 | 1100000 | 101101 | 1000011 | 0 | 111110 | 100000100 | 110010 | 11001 |
Color Harmonies of #352060
Complementary color
Monochromatic Colors of #352060
Black with #352060
Text Example
Text Example
White with #352060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352060; }
p { color: rgb(53,32,96); }
H1.HeaderClassName
{
color: #352060;
}
.AnyTagClassName
{
color: #352060;
}
</style>
background-color css
<style>
a { background-color: #352060; }
a { background-color: rgb(53,32,96); }
div.DivClassName
{
background-color: #352060;
}
.BgClassName
{
background-color: #352060;
}
</style>
border-color css
<style>
span { border-color: #352060; }
span { border-color: rgb(53,32,96); }
td.TdClassName
{
border-color: #352060;
}
.TagClassName
{
border-color: #352060;
}
</style>