Shades of Christalle #36196D
Tints of Christalle #36196D
RGB
CMYK
RGB Variations
Color information
#36196D (or 0x36196D) is known color: Christalle. HEX triplet: 36, 19 and 6D. RGB value is (54,25,109). Sum of RGB (Red+Green+Blue) = 54+25+109=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #36196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36196D is #C9E692. Grayscale: #2A2A2A. Windows color (decimal): -13231763 or 7149878. OLE color: 7149878.
HSL color Cylindrical-coordinate representation of color #36196D: hue angle of 260.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36196D is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 25 | 109 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.57 |
| HSL | 260.71º | 0.63% | 0.26% | - |
| HSV(B) | 260.71º | 0.77% | 0.43% | - |
| XYZ | 4.63 | 2.58 | 14.72 | - |
| YUV | 43.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 109 | 0.50 | 0.77 | 0 | 0.57 | 260.71 | 0.63 | 0.26 |
| Hex | 36 | 19 | 6D | 32 | 4D | 0 | 39 | 105 | 3F | 1A |
| Octal | 66 | 31 | 155 | 62 | 115 | 0 | 71 | 405 | 77 | 32 |
| Binary | 110110 | 11001 | 1101101 | 110010 | 1001101 | 0 | 111001 | 100000101 | 111111 | 11010 |
Color Harmonies of #36196D
Complementary color
Monochromatic Colors of #36196D
Black with #36196D
Text Example
Text Example
White with #36196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36196D; }
p { color: rgb(54,25,109); }
H1.HeaderClassName
{
color: #36196D;
}
.AnyTagClassName
{
color: #36196D;
}
</style>
background-color css
<style>
a { background-color: #36196D; }
a { background-color: rgb(54,25,109); }
div.DivClassName
{
background-color: #36196D;
}
.BgClassName
{
background-color: #36196D;
}
</style>
border-color css
<style>
span { border-color: #36196D; }
span { border-color: rgb(54,25,109); }
td.TdClassName
{
border-color: #36196D;
}
.TagClassName
{
border-color: #36196D;
}
</style>