Shades of Christalle #36175D
Tints of Christalle #36175D
RGB
CMYK
RGB Variations
Color information
#36175D (or 0x36175D) is known color: Christalle. HEX triplet: 36, 17 and 5D. RGB value is (54,23,93). Sum of RGB (Red+Green+Blue) = 54+23+93=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #36175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36175D is #C9E8A2. Grayscale: #282828. Windows color (decimal): -13232291 or 6100790. OLE color: 6100790.
HSL color Cylindrical-coordinate representation of color #36175D: hue angle of 266.57º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36175D is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 23 | 93 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.64 |
| HSL | 266.57º | 0.6% | 0.23% | - |
| HSV(B) | 266.57º | 0.75% | 0.36% | - |
| XYZ | 3.8 | 2.19 | 10.58 | - |
| YUV | 40.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 93 | 0.42 | 0.75 | 0 | 0.64 | 266.57 | 0.6 | 0.23 |
| Hex | 36 | 17 | 5D | 2A | 4B | 0 | 40 | 10B | 3C | 17 |
| Octal | 66 | 27 | 135 | 52 | 113 | 0 | 100 | 413 | 74 | 27 |
| Binary | 110110 | 10111 | 1011101 | 101010 | 1001011 | 0 | 1000000 | 100001011 | 111100 | 10111 |
Color Harmonies of #36175D
Complementary color
Monochromatic Colors of #36175D
Black with #36175D
Text Example
Text Example
White with #36175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36175D; }
p { color: rgb(54,23,93); }
H1.HeaderClassName
{
color: #36175D;
}
.AnyTagClassName
{
color: #36175D;
}
</style>
background-color css
<style>
a { background-color: #36175D; }
a { background-color: rgb(54,23,93); }
div.DivClassName
{
background-color: #36175D;
}
.BgClassName
{
background-color: #36175D;
}
</style>
border-color css
<style>
span { border-color: #36175D; }
span { border-color: rgb(54,23,93); }
td.TdClassName
{
border-color: #36175D;
}
.TagClassName
{
border-color: #36175D;
}
</style>