Shades of Christalle #350C63
Tints of Christalle #350C63
RGB
CMYK
RGB Variations
Color information
#350C63 (or 0x350C63) is known color: Christalle. HEX triplet: 35, 0C and 63. RGB value is (53,12,99). Sum of RGB (Red+Green+Blue) = 53+12+99=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #350C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350C63 is #CAF39C. Grayscale: #212121. Windows color (decimal): -13300637 or 6491189. OLE color: 6491189.
HSL color Cylindrical-coordinate representation of color #350C63: hue angle of 268.28º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350C63 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 12 | 99 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.61 |
| HSL | 268.28º | 0.78% | 0.22% | - |
| HSV(B) | 268.28º | 0.88% | 0.39% | - |
| XYZ | 3.85 | 1.92 | 11.97 | - |
| YUV | 34.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 99 | 0.46 | 0.88 | 0 | 0.61 | 268.28 | 0.78 | 0.22 |
| Hex | 35 | C | 63 | 2E | 58 | 0 | 3D | 10C | 4E | 16 |
| Octal | 65 | 14 | 143 | 56 | 130 | 0 | 75 | 414 | 116 | 26 |
| Binary | 110101 | 1100 | 1100011 | 101110 | 1011000 | 0 | 111101 | 100001100 | 1001110 | 10110 |
Color Harmonies of #350C63
Complementary color
Monochromatic Colors of #350C63
Black with #350C63
Text Example
Text Example
White with #350C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350C63; }
p { color: rgb(53,12,99); }
H1.HeaderClassName
{
color: #350C63;
}
.AnyTagClassName
{
color: #350C63;
}
</style>
background-color css
<style>
a { background-color: #350C63; }
a { background-color: rgb(53,12,99); }
div.DivClassName
{
background-color: #350C63;
}
.BgClassName
{
background-color: #350C63;
}
</style>
border-color css
<style>
span { border-color: #350C63; }
span { border-color: rgb(53,12,99); }
td.TdClassName
{
border-color: #350C63;
}
.TagClassName
{
border-color: #350C63;
}
</style>