Shades of Christalle #352263
Tints of Christalle #352263
RGB
CMYK
RGB Variations
Color information
#352263 (or 0x352263) is known color: Christalle. HEX triplet: 35, 22 and 63. RGB value is (53,34,99). Sum of RGB (Red+Green+Blue) = 53+34+99=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #352263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352263 is #CADD9C. Grayscale: #2E2E2E. Windows color (decimal): -13295005 or 6496821. OLE color: 6496821.
HSL color Cylindrical-coordinate representation of color #352263: hue angle of 257.54º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352263 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 34 | 99 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.61 |
| HSL | 257.54º | 0.49% | 0.26% | - |
| HSV(B) | 257.54º | 0.66% | 0.39% | - |
| XYZ | 4.29 | 2.8 | 12.12 | - |
| YUV | 47.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 99 | 0.46 | 0.66 | 0 | 0.61 | 257.54 | 0.49 | 0.26 |
| Hex | 35 | 22 | 63 | 2E | 42 | 0 | 3D | 102 | 31 | 1A |
| Octal | 65 | 42 | 143 | 56 | 102 | 0 | 75 | 402 | 61 | 32 |
| Binary | 110101 | 100010 | 1100011 | 101110 | 1000010 | 0 | 111101 | 100000010 | 110001 | 11010 |
Color Harmonies of #352263
Complementary color
Monochromatic Colors of #352263
Black with #352263
Text Example
Text Example
White with #352263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352263; }
p { color: rgb(53,34,99); }
H1.HeaderClassName
{
color: #352263;
}
.AnyTagClassName
{
color: #352263;
}
</style>
background-color css
<style>
a { background-color: #352263; }
a { background-color: rgb(53,34,99); }
div.DivClassName
{
background-color: #352263;
}
.BgClassName
{
background-color: #352263;
}
</style>
border-color css
<style>
span { border-color: #352263; }
span { border-color: rgb(53,34,99); }
td.TdClassName
{
border-color: #352263;
}
.TagClassName
{
border-color: #352263;
}
</style>