Shades of Christalle #351B57
Tints of Christalle #351B57
RGB
CMYK
RGB Variations
Color information
#351B57 (or 0x351B57) is known color: Christalle. HEX triplet: 35, 1B and 57. RGB value is (53,27,87). Sum of RGB (Red+Green+Blue) = 53+27+87=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #351B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351B57 is #CAE4A8. Grayscale: #292929. Windows color (decimal): -13296809 or 5708597. OLE color: 5708597.
HSL color Cylindrical-coordinate representation of color #351B57: hue angle of 266º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351B57 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 27 | 87 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.66 |
| HSL | 266º | 0.53% | 0.22% | - |
| HSV(B) | 266º | 0.69% | 0.34% | - |
| XYZ | 3.58 | 2.23 | 9.26 | - |
| YUV | 41.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 27 | 87 | 0.39 | 0.69 | 0 | 0.66 | 266 | 0.53 | 0.22 |
| Hex | 35 | 1B | 57 | 27 | 45 | 0 | 42 | 10A | 35 | 16 |
| Octal | 65 | 33 | 127 | 47 | 105 | 0 | 102 | 412 | 65 | 26 |
| Binary | 110101 | 11011 | 1010111 | 100111 | 1000101 | 0 | 1000010 | 100001010 | 110101 | 10110 |
Color Harmonies of #351B57
Complementary color
Monochromatic Colors of #351B57
Black with #351B57
Text Example
Text Example
White with #351B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351B57; }
p { color: rgb(53,27,87); }
H1.HeaderClassName
{
color: #351B57;
}
.AnyTagClassName
{
color: #351B57;
}
</style>
background-color css
<style>
a { background-color: #351B57; }
a { background-color: rgb(53,27,87); }
div.DivClassName
{
background-color: #351B57;
}
.BgClassName
{
background-color: #351B57;
}
</style>
border-color css
<style>
span { border-color: #351B57; }
span { border-color: rgb(53,27,87); }
td.TdClassName
{
border-color: #351B57;
}
.TagClassName
{
border-color: #351B57;
}
</style>