Shades of Christalle #36055E
Tints of Christalle #36055E
RGB
CMYK
RGB Variations
Color information
#36055E (or 0x36055E) is known color: Christalle. HEX triplet: 36, 05 and 5E. RGB value is (54,5,94). Sum of RGB (Red+Green+Blue) = 54+5+94=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #36055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055E is #C9FAA1. Grayscale: #1D1D1D. Windows color (decimal): -13236898 or 6161718. OLE color: 6161718.
HSL color Cylindrical-coordinate representation of color #36055E: hue angle of 273.03º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36055E is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 5 | 94 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.63 |
| HSL | 273.03º | 0.9% | 0.19% | - |
| HSV(B) | 273.03º | 0.95% | 0.37% | - |
| XYZ | 3.6 | 1.7 | 10.73 | - |
| YUV | 29.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 94 | 0.43 | 0.95 | 0 | 0.63 | 273.03 | 0.9 | 0.19 |
| Hex | 36 | 5 | 5E | 2B | 5F | 0 | 3F | 111 | 5A | 13 |
| Octal | 66 | 5 | 136 | 53 | 137 | 0 | 77 | 421 | 132 | 23 |
| Binary | 110110 | 101 | 1011110 | 101011 | 1011111 | 0 | 111111 | 100010001 | 1011010 | 10011 |
Color Harmonies of #36055E
Complementary color
Monochromatic Colors of #36055E
Black with #36055E
Text Example
Text Example
White with #36055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36055E; }
p { color: rgb(54,5,94); }
H1.HeaderClassName
{
color: #36055E;
}
.AnyTagClassName
{
color: #36055E;
}
</style>
background-color css
<style>
a { background-color: #36055E; }
a { background-color: rgb(54,5,94); }
div.DivClassName
{
background-color: #36055E;
}
.BgClassName
{
background-color: #36055E;
}
</style>
border-color css
<style>
span { border-color: #36055E; }
span { border-color: rgb(54,5,94); }
td.TdClassName
{
border-color: #36055E;
}
.TagClassName
{
border-color: #36055E;
}
</style>