Shades of Christalle #351D57
Tints of Christalle #351D57
RGB
CMYK
RGB Variations
Color information
#351D57 (or 0x351D57) is known color: Christalle. HEX triplet: 35, 1D and 57. RGB value is (53,29,87). Sum of RGB (Red+Green+Blue) = 53+29+87=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #351D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351D57 is #CAE2A8. Grayscale: #2A2A2A. Windows color (decimal): -13296297 or 5709109. OLE color: 5709109.
HSL color Cylindrical-coordinate representation of color #351D57: hue angle of 264.83º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #351D57 is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 29 | 87 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.66 |
| HSL | 264.83º | 0.5% | 0.23% | - |
| HSV(B) | 264.83º | 0.67% | 0.34% | - |
| XYZ | 3.63 | 2.32 | 9.27 | - |
| YUV | 42.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 87 | 0.39 | 0.67 | 0 | 0.66 | 264.83 | 0.5 | 0.23 |
| Hex | 35 | 1D | 57 | 27 | 43 | 0 | 42 | 109 | 32 | 17 |
| Octal | 65 | 35 | 127 | 47 | 103 | 0 | 102 | 411 | 62 | 27 |
| Binary | 110101 | 11101 | 1010111 | 100111 | 1000011 | 0 | 1000010 | 100001001 | 110010 | 10111 |
Color Harmonies of #351D57
Complementary color
Monochromatic Colors of #351D57
Black with #351D57
Text Example
Text Example
White with #351D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D57; }
p { color: rgb(53,29,87); }
H1.HeaderClassName
{
color: #351D57;
}
.AnyTagClassName
{
color: #351D57;
}
</style>
background-color css
<style>
a { background-color: #351D57; }
a { background-color: rgb(53,29,87); }
div.DivClassName
{
background-color: #351D57;
}
.BgClassName
{
background-color: #351D57;
}
</style>
border-color css
<style>
span { border-color: #351D57; }
span { border-color: rgb(53,29,87); }
td.TdClassName
{
border-color: #351D57;
}
.TagClassName
{
border-color: #351D57;
}
</style>