Shades of Christalle #36155B
Tints of Christalle #36155B
RGB
CMYK
RGB Variations
Color information
#36155B (or 0x36155B) is known color: Christalle. HEX triplet: 36, 15 and 5B. RGB value is (54,21,91). Sum of RGB (Red+Green+Blue) = 54+21+91=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #36155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36155B is #C9EAA4. Grayscale: #262626. Windows color (decimal): -13232805 or 5969206. OLE color: 5969206.
HSL color Cylindrical-coordinate representation of color #36155B: hue angle of 268.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36155B is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 21 | 91 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.64 |
| HSL | 268.29º | 0.63% | 0.22% | - |
| HSV(B) | 268.29º | 0.77% | 0.36% | - |
| XYZ | 3.68 | 2.08 | 10.1 | - |
| YUV | 38.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 21 | 91 | 0.41 | 0.77 | 0 | 0.64 | 268.29 | 0.63 | 0.22 |
| Hex | 36 | 15 | 5B | 29 | 4D | 0 | 40 | 10C | 3E | 16 |
| Octal | 66 | 25 | 133 | 51 | 115 | 0 | 100 | 414 | 76 | 26 |
| Binary | 110110 | 10101 | 1011011 | 101001 | 1001101 | 0 | 1000000 | 100001100 | 111110 | 10110 |
Color Harmonies of #36155B
Complementary color
Monochromatic Colors of #36155B
Black with #36155B
Text Example
Text Example
White with #36155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36155B; }
p { color: rgb(54,21,91); }
H1.HeaderClassName
{
color: #36155B;
}
.AnyTagClassName
{
color: #36155B;
}
</style>
background-color css
<style>
a { background-color: #36155B; }
a { background-color: rgb(54,21,91); }
div.DivClassName
{
background-color: #36155B;
}
.BgClassName
{
background-color: #36155B;
}
</style>
border-color css
<style>
span { border-color: #36155B; }
span { border-color: rgb(54,21,91); }
td.TdClassName
{
border-color: #36155B;
}
.TagClassName
{
border-color: #36155B;
}
</style>