Shades of Christalle #351F54
Tints of Christalle #351F54
RGB
CMYK
RGB Variations
Color information
#351F54 (or 0x351F54) is known color: Christalle. HEX triplet: 35, 1F and 54. RGB value is (53,31,84). Sum of RGB (Red+Green+Blue) = 53+31+84=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #351F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F54 is #CAE0AB. Grayscale: #2B2B2B. Windows color (decimal): -13295788 or 5513013. OLE color: 5513013.
HSL color Cylindrical-coordinate representation of color #351F54: hue angle of 264.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #351F54 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 31 | 84 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.67 |
| HSL | 264.91º | 0.46% | 0.23% | - |
| HSV(B) | 264.91º | 0.63% | 0.33% | - |
| XYZ | 3.56 | 2.38 | 8.66 | - |
| YUV | 43.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 84 | 0.37 | 0.63 | 0 | 0.67 | 264.91 | 0.46 | 0.23 |
| Hex | 35 | 1F | 54 | 25 | 3F | 0 | 43 | 109 | 2E | 17 |
| Octal | 65 | 37 | 124 | 45 | 77 | 0 | 103 | 411 | 56 | 27 |
| Binary | 110101 | 11111 | 1010100 | 100101 | 111111 | 0 | 1000011 | 100001001 | 101110 | 10111 |
Color Harmonies of #351F54
Complementary color
Monochromatic Colors of #351F54
Black with #351F54
Text Example
Text Example
White with #351F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F54; }
p { color: rgb(53,31,84); }
H1.HeaderClassName
{
color: #351F54;
}
.AnyTagClassName
{
color: #351F54;
}
</style>
background-color css
<style>
a { background-color: #351F54; }
a { background-color: rgb(53,31,84); }
div.DivClassName
{
background-color: #351F54;
}
.BgClassName
{
background-color: #351F54;
}
</style>
border-color css
<style>
span { border-color: #351F54; }
span { border-color: rgb(53,31,84); }
td.TdClassName
{
border-color: #351F54;
}
.TagClassName
{
border-color: #351F54;
}
</style>