Shades of Christalle #350A63
Tints of Christalle #350A63
RGB
CMYK
RGB Variations
Color information
#350A63 (or 0x350A63) is known color: Christalle. HEX triplet: 35, 0A and 63. RGB value is (53,10,99). Sum of RGB (Red+Green+Blue) = 53+10+99=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #350A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350A63 is #CAF59C. Grayscale: #202020. Windows color (decimal): -13301149 or 6490677. OLE color: 6490677.
HSL color Cylindrical-coordinate representation of color #350A63: hue angle of 268.99º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #350A63 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 10 | 99 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.61 |
| HSL | 268.99º | 0.82% | 0.21% | - |
| HSV(B) | 268.99º | 0.9% | 0.39% | - |
| XYZ | 3.83 | 1.87 | 11.96 | - |
| YUV | 33 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 10 | 99 | 0.46 | 0.90 | 0 | 0.61 | 268.99 | 0.82 | 0.21 |
| Hex | 35 | A | 63 | 2E | 5A | 0 | 3D | 10D | 52 | 15 |
| Octal | 65 | 12 | 143 | 56 | 132 | 0 | 75 | 415 | 122 | 25 |
| Binary | 110101 | 1010 | 1100011 | 101110 | 1011010 | 0 | 111101 | 100001101 | 1010010 | 10101 |
Color Harmonies of #350A63
Complementary color
Monochromatic Colors of #350A63
Black with #350A63
Text Example
Text Example
White with #350A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350A63; }
p { color: rgb(53,10,99); }
H1.HeaderClassName
{
color: #350A63;
}
.AnyTagClassName
{
color: #350A63;
}
</style>
background-color css
<style>
a { background-color: #350A63; }
a { background-color: rgb(53,10,99); }
div.DivClassName
{
background-color: #350A63;
}
.BgClassName
{
background-color: #350A63;
}
</style>
border-color css
<style>
span { border-color: #350A63; }
span { border-color: rgb(53,10,99); }
td.TdClassName
{
border-color: #350A63;
}
.TagClassName
{
border-color: #350A63;
}
</style>