Shades of Christalle #35035D
Tints of Christalle #35035D
RGB
CMYK
RGB Variations
Color information
#35035D (or 0x35035D) is known color: Christalle. HEX triplet: 35, 03 and 5D. RGB value is (53,3,93). Sum of RGB (Red+Green+Blue) = 53+3+93=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #35035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35035D is #CAFCA2. Grayscale: #1B1B1B. Windows color (decimal): -13302947 or 6095669. OLE color: 6095669.
HSL color Cylindrical-coordinate representation of color #35035D: hue angle of 273.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35035D is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 3 | 93 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.64 |
| HSL | 273.33º | 0.94% | 0.19% | - |
| HSV(B) | 273.33º | 0.97% | 0.36% | - |
| XYZ | 3.48 | 1.61 | 10.48 | - |
| YUV | 28.21 | 164.57 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 93 | 0.43 | 0.97 | 0 | 0.64 | 273.33 | 0.94 | 0.19 |
| Hex | 35 | 3 | 5D | 2B | 61 | 0 | 40 | 111 | 5E | 13 |
| Octal | 65 | 3 | 135 | 53 | 141 | 0 | 100 | 421 | 136 | 23 |
| Binary | 110101 | 11 | 1011101 | 101011 | 1100001 | 0 | 1000000 | 100010001 | 1011110 | 10011 |
Color Harmonies of #35035D
Complementary color
Monochromatic Colors of #35035D
Black with #35035D
Text Example
Text Example
White with #35035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35035D; }
p { color: rgb(53,3,93); }
H1.HeaderClassName
{
color: #35035D;
}
.AnyTagClassName
{
color: #35035D;
}
</style>
background-color css
<style>
a { background-color: #35035D; }
a { background-color: rgb(53,3,93); }
div.DivClassName
{
background-color: #35035D;
}
.BgClassName
{
background-color: #35035D;
}
</style>
border-color css
<style>
span { border-color: #35035D; }
span { border-color: rgb(53,3,93); }
td.TdClassName
{
border-color: #35035D;
}
.TagClassName
{
border-color: #35035D;
}
</style>