Shades of Christalle #35206B
Tints of Christalle #35206B
RGB
CMYK
RGB Variations
Color information
#35206B (or 0x35206B) is known color: Christalle. HEX triplet: 35, 20 and 6B. RGB value is (53,32,107). Sum of RGB (Red+Green+Blue) = 53+32+107=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #35206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35206B is #CADF94. Grayscale: #2E2E2E. Windows color (decimal): -13295509 or 7020597. OLE color: 7020597.
HSL color Cylindrical-coordinate representation of color #35206B: hue angle of 256.8º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35206B is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 32 | 107 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.58 |
| HSL | 256.8º | 0.54% | 0.27% | - |
| HSV(B) | 256.8º | 0.7% | 0.42% | - |
| XYZ | 4.64 | 2.85 | 14.22 | - |
| YUV | 46.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 107 | 0.50 | 0.70 | 0 | 0.58 | 256.8 | 0.54 | 0.27 |
| Hex | 35 | 20 | 6B | 32 | 46 | 0 | 3A | 101 | 36 | 1B |
| Octal | 65 | 40 | 153 | 62 | 106 | 0 | 72 | 401 | 66 | 33 |
| Binary | 110101 | 100000 | 1101011 | 110010 | 1000110 | 0 | 111010 | 100000001 | 110110 | 11011 |
Color Harmonies of #35206B
Complementary color
Monochromatic Colors of #35206B
Black with #35206B
Text Example
Text Example
White with #35206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35206B; }
p { color: rgb(53,32,107); }
H1.HeaderClassName
{
color: #35206B;
}
.AnyTagClassName
{
color: #35206B;
}
</style>
background-color css
<style>
a { background-color: #35206B; }
a { background-color: rgb(53,32,107); }
div.DivClassName
{
background-color: #35206B;
}
.BgClassName
{
background-color: #35206B;
}
</style>
border-color css
<style>
span { border-color: #35206B; }
span { border-color: rgb(53,32,107); }
td.TdClassName
{
border-color: #35206B;
}
.TagClassName
{
border-color: #35206B;
}
</style>