Shades of Christalle #35226C
Tints of Christalle #35226C
RGB
CMYK
RGB Variations
Color information
#35226C (or 0x35226C) is known color: Christalle. HEX triplet: 35, 22 and 6C. RGB value is (53,34,108). Sum of RGB (Red+Green+Blue) = 53+34+108=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #35226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35226C is #CADD93. Grayscale: #2F2F2F. Windows color (decimal): -13294996 or 7086645. OLE color: 7086645.
HSL color Cylindrical-coordinate representation of color #35226C: hue angle of 255.41º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35226C is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 34 | 108 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.58 |
| HSL | 255.41º | 0.52% | 0.28% | - |
| HSV(B) | 255.41º | 0.69% | 0.42% | - |
| XYZ | 4.75 | 2.98 | 14.51 | - |
| YUV | 48.12 | 161.79 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 108 | 0.51 | 0.69 | 0 | 0.58 | 255.41 | 0.52 | 0.28 |
| Hex | 35 | 22 | 6C | 33 | 45 | 0 | 3A | FF | 34 | 1C |
| Octal | 65 | 42 | 154 | 63 | 105 | 0 | 72 | 377 | 64 | 34 |
| Binary | 110101 | 100010 | 1101100 | 110011 | 1000101 | 0 | 111010 | 11111111 | 110100 | 11100 |
Color Harmonies of #35226C
Complementary color
Monochromatic Colors of #35226C
Black with #35226C
Text Example
Text Example
White with #35226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35226C; }
p { color: rgb(53,34,108); }
H1.HeaderClassName
{
color: #35226C;
}
.AnyTagClassName
{
color: #35226C;
}
</style>
background-color css
<style>
a { background-color: #35226C; }
a { background-color: rgb(53,34,108); }
div.DivClassName
{
background-color: #35226C;
}
.BgClassName
{
background-color: #35226C;
}
</style>
border-color css
<style>
span { border-color: #35226C; }
span { border-color: rgb(53,34,108); }
td.TdClassName
{
border-color: #35226C;
}
.TagClassName
{
border-color: #35226C;
}
</style>