Shades of Christalle #36055B
Tints of Christalle #36055B
RGB
CMYK
RGB Variations
Color information
#36055B (or 0x36055B) is known color: Christalle. HEX triplet: 36, 05 and 5B. RGB value is (54,5,91). Sum of RGB (Red+Green+Blue) = 54+5+91=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #36055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36055B is #C9FAA4. Grayscale: #1D1D1D. Windows color (decimal): -13236901 or 5965110. OLE color: 5965110.
HSL color Cylindrical-coordinate representation of color #36055B: hue angle of 274.19º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #36055B is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 5 | 91 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.64 |
| HSL | 274.19º | 0.9% | 0.19% | - |
| HSV(B) | 274.19º | 0.95% | 0.36% | - |
| XYZ | 3.46 | 1.65 | 10.03 | - |
| YUV | 29.46 | 162.73 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 5 | 91 | 0.41 | 0.95 | 0 | 0.64 | 274.19 | 0.9 | 0.19 |
| Hex | 36 | 5 | 5B | 29 | 5F | 0 | 40 | 112 | 5A | 13 |
| Octal | 66 | 5 | 133 | 51 | 137 | 0 | 100 | 422 | 132 | 23 |
| Binary | 110110 | 101 | 1011011 | 101001 | 1011111 | 0 | 1000000 | 100010010 | 1011010 | 10011 |
Color Harmonies of #36055B
Complementary color
Monochromatic Colors of #36055B
Black with #36055B
Text Example
Text Example
White with #36055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36055B; }
p { color: rgb(54,5,91); }
H1.HeaderClassName
{
color: #36055B;
}
.AnyTagClassName
{
color: #36055B;
}
</style>
background-color css
<style>
a { background-color: #36055B; }
a { background-color: rgb(54,5,91); }
div.DivClassName
{
background-color: #36055B;
}
.BgClassName
{
background-color: #36055B;
}
</style>
border-color css
<style>
span { border-color: #36055B; }
span { border-color: rgb(54,5,91); }
td.TdClassName
{
border-color: #36055B;
}
.TagClassName
{
border-color: #36055B;
}
</style>