Shades of Christalle #352256
Tints of Christalle #352256
RGB
CMYK
RGB Variations
Color information
#352256 (or 0x352256) is known color: Christalle. HEX triplet: 35, 22 and 56. RGB value is (53,34,86). Sum of RGB (Red+Green+Blue) = 53+34+86=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #352256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352256 is #CADDA9. Grayscale: #2D2D2D. Windows color (decimal): -13295018 or 5644853. OLE color: 5644853.
HSL color Cylindrical-coordinate representation of color #352256: hue angle of 261.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #352256 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 34 | 86 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.66 |
| HSL | 261.92º | 0.43% | 0.24% | - |
| HSV(B) | 261.92º | 0.6% | 0.34% | - |
| XYZ | 3.72 | 2.57 | 9.1 | - |
| YUV | 45.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 86 | 0.38 | 0.60 | 0 | 0.66 | 261.92 | 0.43 | 0.24 |
| Hex | 35 | 22 | 56 | 26 | 3C | 0 | 42 | 106 | 2B | 18 |
| Octal | 65 | 42 | 126 | 46 | 74 | 0 | 102 | 406 | 53 | 30 |
| Binary | 110101 | 100010 | 1010110 | 100110 | 111100 | 0 | 1000010 | 100000110 | 101011 | 11000 |
Color Harmonies of #352256
Complementary color
Monochromatic Colors of #352256
Black with #352256
Text Example
Text Example
White with #352256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352256; }
p { color: rgb(53,34,86); }
H1.HeaderClassName
{
color: #352256;
}
.AnyTagClassName
{
color: #352256;
}
</style>
background-color css
<style>
a { background-color: #352256; }
a { background-color: rgb(53,34,86); }
div.DivClassName
{
background-color: #352256;
}
.BgClassName
{
background-color: #352256;
}
</style>
border-color css
<style>
span { border-color: #352256; }
span { border-color: rgb(53,34,86); }
td.TdClassName
{
border-color: #352256;
}
.TagClassName
{
border-color: #352256;
}
</style>