Shades of Christalle #35195A
Tints of Christalle #35195A
RGB
CMYK
RGB Variations
Color information
#35195A (or 0x35195A) is known color: Christalle. HEX triplet: 35, 19 and 5A. RGB value is (53,25,90). Sum of RGB (Red+Green+Blue) = 53+25+90=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #35195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35195A is #CAE6A5. Grayscale: #282828. Windows color (decimal): -13297318 or 5904693. OLE color: 5904693.
HSL color Cylindrical-coordinate representation of color #35195A: hue angle of 265.85º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35195A is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 25 | 90 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.65 |
| HSL | 265.85º | 0.57% | 0.23% | - |
| HSV(B) | 265.85º | 0.72% | 0.35% | - |
| XYZ | 3.66 | 2.19 | 9.9 | - |
| YUV | 40.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 90 | 0.41 | 0.72 | 0 | 0.65 | 265.85 | 0.57 | 0.23 |
| Hex | 35 | 19 | 5A | 29 | 48 | 0 | 41 | 10A | 39 | 17 |
| Octal | 65 | 31 | 132 | 51 | 110 | 0 | 101 | 412 | 71 | 27 |
| Binary | 110101 | 11001 | 1011010 | 101001 | 1001000 | 0 | 1000001 | 100001010 | 111001 | 10111 |
Color Harmonies of #35195A
Complementary color
Monochromatic Colors of #35195A
Black with #35195A
Text Example
Text Example
White with #35195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35195A; }
p { color: rgb(53,25,90); }
H1.HeaderClassName
{
color: #35195A;
}
.AnyTagClassName
{
color: #35195A;
}
</style>
background-color css
<style>
a { background-color: #35195A; }
a { background-color: rgb(53,25,90); }
div.DivClassName
{
background-color: #35195A;
}
.BgClassName
{
background-color: #35195A;
}
</style>
border-color css
<style>
span { border-color: #35195A; }
span { border-color: rgb(53,25,90); }
td.TdClassName
{
border-color: #35195A;
}
.TagClassName
{
border-color: #35195A;
}
</style>