Shades of Christalle #352366
Tints of Christalle #352366
RGB
CMYK
RGB Variations
Color information
#352366 (or 0x352366) is known color: Christalle. HEX triplet: 35, 23 and 66. RGB value is (53,35,102). Sum of RGB (Red+Green+Blue) = 53+35+102=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #352366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352366 is #CADC99. Grayscale: #2F2F2F. Windows color (decimal): -13294746 or 6693685. OLE color: 6693685.
HSL color Cylindrical-coordinate representation of color #352366: hue angle of 256.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352366 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 53 | 35 | 102 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.6 |
| HSL | 256.12º | 0.49% | 0.27% | - |
| HSV(B) | 256.12º | 0.66% | 0.4% | - |
| XYZ | 4.47 | 2.92 | 12.9 | - |
| YUV | 48.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 102 | 0.48 | 0.66 | 0 | 0.6 | 256.12 | 0.49 | 0.27 |
| Hex | 35 | 23 | 66 | 30 | 42 | 0 | 3C | 100 | 31 | 1B |
| Octal | 65 | 43 | 146 | 60 | 102 | 0 | 74 | 400 | 61 | 33 |
| Binary | 110101 | 100011 | 1100110 | 110000 | 1000010 | 0 | 111100 | 100000000 | 110001 | 11011 |
Color Harmonies of #352366
Complementary color
Monochromatic Colors of #352366
Black with #352366
Text Example
Text Example
White with #352366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352366; }
p { color: rgb(53,35,102); }
H1.HeaderClassName
{
color: #352366;
}
.AnyTagClassName
{
color: #352366;
}
</style>
background-color css
<style>
a { background-color: #352366; }
a { background-color: rgb(53,35,102); }
div.DivClassName
{
background-color: #352366;
}
.BgClassName
{
background-color: #352366;
}
</style>
border-color css
<style>
span { border-color: #352366; }
span { border-color: rgb(53,35,102); }
td.TdClassName
{
border-color: #352366;
}
.TagClassName
{
border-color: #352366;
}
</style>