Shades of Christalle #35195F
Tints of Christalle #35195F
RGB
CMYK
RGB Variations
Color information
#35195F (or 0x35195F) is known color: Christalle. HEX triplet: 35, 19 and 5F. RGB value is (53,25,95). Sum of RGB (Red+Green+Blue) = 53+25+95=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #35195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35195F is #CAE6A0. Grayscale: #292929. Windows color (decimal): -13297313 or 6232373. OLE color: 6232373.
HSL color Cylindrical-coordinate representation of color #35195F: hue angle of 264º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35195F is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 53 | 25 | 95 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.63 |
| HSL | 264º | 0.58% | 0.24% | - |
| HSV(B) | 264º | 0.74% | 0.37% | - |
| XYZ | 3.88 | 2.28 | 11.06 | - |
| YUV | 41.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 95 | 0.44 | 0.74 | 0 | 0.63 | 264 | 0.58 | 0.24 |
| Hex | 35 | 19 | 5F | 2C | 4A | 0 | 3F | 108 | 3A | 18 |
| Octal | 65 | 31 | 137 | 54 | 112 | 0 | 77 | 410 | 72 | 30 |
| Binary | 110101 | 11001 | 1011111 | 101100 | 1001010 | 0 | 111111 | 100001000 | 111010 | 11000 |
Color Harmonies of #35195F
Complementary color
Monochromatic Colors of #35195F
Black with #35195F
Text Example
Text Example
White with #35195F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35195F; }
p { color: rgb(53,25,95); }
H1.HeaderClassName
{
color: #35195F;
}
.AnyTagClassName
{
color: #35195F;
}
</style>
background-color css
<style>
a { background-color: #35195F; }
a { background-color: rgb(53,25,95); }
div.DivClassName
{
background-color: #35195F;
}
.BgClassName
{
background-color: #35195F;
}
</style>
border-color css
<style>
span { border-color: #35195F; }
span { border-color: rgb(53,25,95); }
td.TdClassName
{
border-color: #35195F;
}
.TagClassName
{
border-color: #35195F;
}
</style>