Shades of Christalle #350B62
Tints of Christalle #350B62
RGB
CMYK
RGB Variations
Color information
#350B62 (or 0x350B62) is known color: Christalle. HEX triplet: 35, 0B and 62. RGB value is (53,11,98). Sum of RGB (Red+Green+Blue) = 53+11+98=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #350B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350B62 is #CAF49D. Grayscale: #212121. Windows color (decimal): -13300894 or 6425397. OLE color: 6425397.
HSL color Cylindrical-coordinate representation of color #350B62: hue angle of 268.97º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350B62 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 11 | 98 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.62 |
| HSL | 268.97º | 0.8% | 0.21% | - |
| HSV(B) | 268.97º | 0.89% | 0.38% | - |
| XYZ | 3.79 | 1.88 | 11.72 | - |
| YUV | 33.48 | 164.41 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 11 | 98 | 0.46 | 0.89 | 0 | 0.62 | 268.97 | 0.8 | 0.21 |
| Hex | 35 | B | 62 | 2E | 59 | 0 | 3E | 10D | 50 | 15 |
| Octal | 65 | 13 | 142 | 56 | 131 | 0 | 76 | 415 | 120 | 25 |
| Binary | 110101 | 1011 | 1100010 | 101110 | 1011001 | 0 | 111110 | 100001101 | 1010000 | 10101 |
Color Harmonies of #350B62
Complementary color
Monochromatic Colors of #350B62
Black with #350B62
Text Example
Text Example
White with #350B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350B62; }
p { color: rgb(53,11,98); }
H1.HeaderClassName
{
color: #350B62;
}
.AnyTagClassName
{
color: #350B62;
}
</style>
background-color css
<style>
a { background-color: #350B62; }
a { background-color: rgb(53,11,98); }
div.DivClassName
{
background-color: #350B62;
}
.BgClassName
{
background-color: #350B62;
}
</style>
border-color css
<style>
span { border-color: #350B62; }
span { border-color: rgb(53,11,98); }
td.TdClassName
{
border-color: #350B62;
}
.TagClassName
{
border-color: #350B62;
}
</style>