Shades of Christalle #35065B
Tints of Christalle #35065B
RGB
CMYK
RGB Variations
Color information
#35065B (or 0x35065B) is known color: Christalle. HEX triplet: 35, 06 and 5B. RGB value is (53,6,91). Sum of RGB (Red+Green+Blue) = 53+6+91=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #35065B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35065B is #CAF9A4. Grayscale: #1D1D1D. Windows color (decimal): -13302181 or 5965365. OLE color: 5965365.
HSL color Cylindrical-coordinate representation of color #35065B: hue angle of 273.18º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35065B is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 6 | 91 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.64 |
| HSL | 273.18º | 0.88% | 0.19% | - |
| HSV(B) | 273.18º | 0.93% | 0.36% | - |
| XYZ | 3.42 | 1.64 | 10.03 | - |
| YUV | 29.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 91 | 0.42 | 0.93 | 0 | 0.64 | 273.18 | 0.88 | 0.19 |
| Hex | 35 | 6 | 5B | 2A | 5D | 0 | 40 | 111 | 58 | 13 |
| Octal | 65 | 6 | 133 | 52 | 135 | 0 | 100 | 421 | 130 | 23 |
| Binary | 110101 | 110 | 1011011 | 101010 | 1011101 | 0 | 1000000 | 100010001 | 1011000 | 10011 |
Color Harmonies of #35065B
Complementary color
Monochromatic Colors of #35065B
Black with #35065B
Text Example
Text Example
White with #35065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35065B; }
p { color: rgb(53,6,91); }
H1.HeaderClassName
{
color: #35065B;
}
.AnyTagClassName
{
color: #35065B;
}
</style>
background-color css
<style>
a { background-color: #35065B; }
a { background-color: rgb(53,6,91); }
div.DivClassName
{
background-color: #35065B;
}
.BgClassName
{
background-color: #35065B;
}
</style>
border-color css
<style>
span { border-color: #35065B; }
span { border-color: rgb(53,6,91); }
td.TdClassName
{
border-color: #35065B;
}
.TagClassName
{
border-color: #35065B;
}
</style>