Shades of Christalle #351C53
Tints of Christalle #351C53
RGB
CMYK
RGB Variations
Color information
#351C53 (or 0x351C53) is known color: Christalle. HEX triplet: 35, 1C and 53. RGB value is (53,28,83). Sum of RGB (Red+Green+Blue) = 53+28+83=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #351C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351C53 is #CAE3AC. Grayscale: #292929. Windows color (decimal): -13296557 or 5446709. OLE color: 5446709.
HSL color Cylindrical-coordinate representation of color #351C53: hue angle of 267.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351C53 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 28 | 83 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.67 |
| HSL | 267.27º | 0.5% | 0.22% | - |
| HSV(B) | 267.27º | 0.66% | 0.33% | - |
| XYZ | 3.44 | 2.21 | 8.43 | - |
| YUV | 41.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 83 | 0.36 | 0.66 | 0 | 0.67 | 267.27 | 0.5 | 0.22 |
| Hex | 35 | 1C | 53 | 24 | 42 | 0 | 43 | 10B | 32 | 16 |
| Octal | 65 | 34 | 123 | 44 | 102 | 0 | 103 | 413 | 62 | 26 |
| Binary | 110101 | 11100 | 1010011 | 100100 | 1000010 | 0 | 1000011 | 100001011 | 110010 | 10110 |
Color Harmonies of #351C53
Complementary color
Monochromatic Colors of #351C53
Black with #351C53
Text Example
Text Example
White with #351C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C53; }
p { color: rgb(53,28,83); }
H1.HeaderClassName
{
color: #351C53;
}
.AnyTagClassName
{
color: #351C53;
}
</style>
background-color css
<style>
a { background-color: #351C53; }
a { background-color: rgb(53,28,83); }
div.DivClassName
{
background-color: #351C53;
}
.BgClassName
{
background-color: #351C53;
}
</style>
border-color css
<style>
span { border-color: #351C53; }
span { border-color: rgb(53,28,83); }
td.TdClassName
{
border-color: #351C53;
}
.TagClassName
{
border-color: #351C53;
}
</style>