Shades of Christalle #352260
Tints of Christalle #352260
RGB
CMYK
RGB Variations
Color information
#352260 (or 0x352260) is known color: Christalle. HEX triplet: 35, 22 and 60. RGB value is (53,34,96). Sum of RGB (Red+Green+Blue) = 53+34+96=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #352260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352260 is #CADD9F. Grayscale: #2E2E2E. Windows color (decimal): -13295008 or 6300213. OLE color: 6300213.
HSL color Cylindrical-coordinate representation of color #352260: hue angle of 258.39º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #352260 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 34 | 96 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.62 |
| HSL | 258.39º | 0.48% | 0.25% | - |
| HSV(B) | 258.39º | 0.65% | 0.38% | - |
| XYZ | 4.15 | 2.75 | 11.38 | - |
| YUV | 46.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 96 | 0.45 | 0.65 | 0 | 0.62 | 258.39 | 0.48 | 0.25 |
| Hex | 35 | 22 | 60 | 2D | 41 | 0 | 3E | 102 | 30 | 19 |
| Octal | 65 | 42 | 140 | 55 | 101 | 0 | 76 | 402 | 60 | 31 |
| Binary | 110101 | 100010 | 1100000 | 101101 | 1000001 | 0 | 111110 | 100000010 | 110000 | 11001 |
Color Harmonies of #352260
Complementary color
Monochromatic Colors of #352260
Black with #352260
Text Example
Text Example
White with #352260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352260; }
p { color: rgb(53,34,96); }
H1.HeaderClassName
{
color: #352260;
}
.AnyTagClassName
{
color: #352260;
}
</style>
background-color css
<style>
a { background-color: #352260; }
a { background-color: rgb(53,34,96); }
div.DivClassName
{
background-color: #352260;
}
.BgClassName
{
background-color: #352260;
}
</style>
border-color css
<style>
span { border-color: #352260; }
span { border-color: rgb(53,34,96); }
td.TdClassName
{
border-color: #352260;
}
.TagClassName
{
border-color: #352260;
}
</style>