Shades of Christalle #35235E
Tints of Christalle #35235E
RGB
CMYK
RGB Variations
Color information
#35235E (or 0x35235E) is known color: Christalle. HEX triplet: 35, 23 and 5E. RGB value is (53,35,94). Sum of RGB (Red+Green+Blue) = 53+35+94=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #35235E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35235E is #CADCA1. Grayscale: #2E2E2E. Windows color (decimal): -13294754 or 6169397. OLE color: 6169397.
HSL color Cylindrical-coordinate representation of color #35235E: hue angle of 258.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35235E is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 35 | 94 | - |
| CMYK | 0.44 | 0.63 | 0 | 0.63 |
| HSL | 258.31º | 0.46% | 0.25% | - |
| HSV(B) | 258.31º | 0.63% | 0.37% | - |
| XYZ | 4.09 | 2.77 | 10.91 | - |
| YUV | 47.11 | 154.46 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 94 | 0.44 | 0.63 | 0 | 0.63 | 258.31 | 0.46 | 0.25 |
| Hex | 35 | 23 | 5E | 2C | 3F | 0 | 3F | 102 | 2E | 19 |
| Octal | 65 | 43 | 136 | 54 | 77 | 0 | 77 | 402 | 56 | 31 |
| Binary | 110101 | 100011 | 1011110 | 101100 | 111111 | 0 | 111111 | 100000010 | 101110 | 11001 |
Color Harmonies of #35235E
Complementary color
Monochromatic Colors of #35235E
Black with #35235E
Text Example
Text Example
White with #35235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35235E; }
p { color: rgb(53,35,94); }
H1.HeaderClassName
{
color: #35235E;
}
.AnyTagClassName
{
color: #35235E;
}
</style>
background-color css
<style>
a { background-color: #35235E; }
a { background-color: rgb(53,35,94); }
div.DivClassName
{
background-color: #35235E;
}
.BgClassName
{
background-color: #35235E;
}
</style>
border-color css
<style>
span { border-color: #35235E; }
span { border-color: rgb(53,35,94); }
td.TdClassName
{
border-color: #35235E;
}
.TagClassName
{
border-color: #35235E;
}
</style>