Shades of Christalle #35225D
Tints of Christalle #35225D
RGB
CMYK
RGB Variations
Color information
#35225D (or 0x35225D) is known color: Christalle. HEX triplet: 35, 22 and 5D. RGB value is (53,34,93). Sum of RGB (Red+Green+Blue) = 53+34+93=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #35225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35225D is #CADDA2. Grayscale: #2E2E2E. Windows color (decimal): -13295011 or 6103605. OLE color: 6103605.
HSL color Cylindrical-coordinate representation of color #35225D: hue angle of 259.32º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35225D is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 34 | 93 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.64 |
| HSL | 259.32º | 0.46% | 0.25% | - |
| HSV(B) | 259.32º | 0.63% | 0.36% | - |
| XYZ | 4.02 | 2.69 | 10.66 | - |
| YUV | 46.41 | 154.29 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 93 | 0.43 | 0.63 | 0 | 0.64 | 259.32 | 0.46 | 0.25 |
| Hex | 35 | 22 | 5D | 2B | 3F | 0 | 40 | 103 | 2E | 19 |
| Octal | 65 | 42 | 135 | 53 | 77 | 0 | 100 | 403 | 56 | 31 |
| Binary | 110101 | 100010 | 1011101 | 101011 | 111111 | 0 | 1000000 | 100000011 | 101110 | 11001 |
Color Harmonies of #35225D
Complementary color
Monochromatic Colors of #35225D
Black with #35225D
Text Example
Text Example
White with #35225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35225D; }
p { color: rgb(53,34,93); }
H1.HeaderClassName
{
color: #35225D;
}
.AnyTagClassName
{
color: #35225D;
}
</style>
background-color css
<style>
a { background-color: #35225D; }
a { background-color: rgb(53,34,93); }
div.DivClassName
{
background-color: #35225D;
}
.BgClassName
{
background-color: #35225D;
}
</style>
border-color css
<style>
span { border-color: #35225D; }
span { border-color: rgb(53,34,93); }
td.TdClassName
{
border-color: #35225D;
}
.TagClassName
{
border-color: #35225D;
}
</style>