Shades of Christalle #350F59
Tints of Christalle #350F59
RGB
CMYK
RGB Variations
Color information
#350F59 (or 0x350F59) is known color: Christalle. HEX triplet: 35, 0F and 59. RGB value is (53,15,89). Sum of RGB (Red+Green+Blue) = 53+15+89=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 89 (35.16% from 255 or 56.69% from 157); Max value from RGB is 89 - color contains mainly: blue. Hex color #350F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350F59 is #CAF0A6. Grayscale: #222222. Windows color (decimal): -13299879 or 5836597. OLE color: 5836597.
HSL color Cylindrical-coordinate representation of color #350F59: hue angle of 270.81º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #350F59 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 15 | 89 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.65 |
| HSL | 270.81º | 0.71% | 0.2% | - |
| HSV(B) | 270.81º | 0.83% | 0.35% | - |
| XYZ | 3.44 | 1.82 | 9.62 | - |
| YUV | 34.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 89 | 0.40 | 0.83 | 0 | 0.65 | 270.81 | 0.71 | 0.2 |
| Hex | 35 | F | 59 | 28 | 53 | 0 | 41 | 10F | 47 | 14 |
| Octal | 65 | 17 | 131 | 50 | 123 | 0 | 101 | 417 | 107 | 24 |
| Binary | 110101 | 1111 | 1011001 | 101000 | 1010011 | 0 | 1000001 | 100001111 | 1000111 | 10100 |
Color Harmonies of #350F59
Complementary color
Monochromatic Colors of #350F59
Black with #350F59
Text Example
Text Example
White with #350F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350F59; }
p { color: rgb(53,15,89); }
H1.HeaderClassName
{
color: #350F59;
}
.AnyTagClassName
{
color: #350F59;
}
</style>
background-color css
<style>
a { background-color: #350F59; }
a { background-color: rgb(53,15,89); }
div.DivClassName
{
background-color: #350F59;
}
.BgClassName
{
background-color: #350F59;
}
</style>
border-color css
<style>
span { border-color: #350F59; }
span { border-color: rgb(53,15,89); }
td.TdClassName
{
border-color: #350F59;
}
.TagClassName
{
border-color: #350F59;
}
</style>