Shades of Christalle #36065D
Tints of Christalle #36065D
RGB
CMYK
RGB Variations
Color information
#36065D (or 0x36065D) is known color: Christalle. HEX triplet: 36, 06 and 5D. RGB value is (54,6,93). Sum of RGB (Red+Green+Blue) = 54+6+93=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #36065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36065D is #C9F9A2. Grayscale: #1D1D1D. Windows color (decimal): -13236643 or 6096438. OLE color: 6096438.
HSL color Cylindrical-coordinate representation of color #36065D: hue angle of 273.1º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #36065D is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 6 | 93 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.64 |
| HSL | 273.1º | 0.88% | 0.19% | - |
| HSV(B) | 273.1º | 0.94% | 0.36% | - |
| XYZ | 3.56 | 1.7 | 10.5 | - |
| YUV | 30.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 93 | 0.42 | 0.94 | 0 | 0.64 | 273.1 | 0.88 | 0.19 |
| Hex | 36 | 6 | 5D | 2A | 5E | 0 | 40 | 111 | 58 | 13 |
| Octal | 66 | 6 | 135 | 52 | 136 | 0 | 100 | 421 | 130 | 23 |
| Binary | 110110 | 110 | 1011101 | 101010 | 1011110 | 0 | 1000000 | 100010001 | 1011000 | 10011 |
Color Harmonies of #36065D
Complementary color
Monochromatic Colors of #36065D
Black with #36065D
Text Example
Text Example
White with #36065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36065D; }
p { color: rgb(54,6,93); }
H1.HeaderClassName
{
color: #36065D;
}
.AnyTagClassName
{
color: #36065D;
}
</style>
background-color css
<style>
a { background-color: #36065D; }
a { background-color: rgb(54,6,93); }
div.DivClassName
{
background-color: #36065D;
}
.BgClassName
{
background-color: #36065D;
}
</style>
border-color css
<style>
span { border-color: #36065D; }
span { border-color: rgb(54,6,93); }
td.TdClassName
{
border-color: #36065D;
}
.TagClassName
{
border-color: #36065D;
}
</style>