Shades of Christalle #36065C
Tints of Christalle #36065C
RGB
CMYK
RGB Variations
Color information
#36065C (or 0x36065C) is known color: Christalle. HEX triplet: 36, 06 and 5C. RGB value is (54,6,92). Sum of RGB (Red+Green+Blue) = 54+6+92=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #36065C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36065C is #C9F9A3. Grayscale: #1D1D1D. Windows color (decimal): -13236644 or 6030902. OLE color: 6030902.
HSL color Cylindrical-coordinate representation of color #36065C: hue angle of 273.49º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #36065C is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 6 | 92 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.64 |
| HSL | 273.49º | 0.88% | 0.19% | - |
| HSV(B) | 273.49º | 0.93% | 0.36% | - |
| XYZ | 3.52 | 1.69 | 10.27 | - |
| YUV | 30.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 6 | 92 | 0.41 | 0.93 | 0 | 0.64 | 273.49 | 0.88 | 0.19 |
| Hex | 36 | 6 | 5C | 29 | 5D | 0 | 40 | 111 | 58 | 13 |
| Octal | 66 | 6 | 134 | 51 | 135 | 0 | 100 | 421 | 130 | 23 |
| Binary | 110110 | 110 | 1011100 | 101001 | 1011101 | 0 | 1000000 | 100010001 | 1011000 | 10011 |
Color Harmonies of #36065C
Complementary color
Monochromatic Colors of #36065C
Black with #36065C
Text Example
Text Example
White with #36065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36065C; }
p { color: rgb(54,6,92); }
H1.HeaderClassName
{
color: #36065C;
}
.AnyTagClassName
{
color: #36065C;
}
</style>
background-color css
<style>
a { background-color: #36065C; }
a { background-color: rgb(54,6,92); }
div.DivClassName
{
background-color: #36065C;
}
.BgClassName
{
background-color: #36065C;
}
</style>
border-color css
<style>
span { border-color: #36065C; }
span { border-color: rgb(54,6,92); }
td.TdClassName
{
border-color: #36065C;
}
.TagClassName
{
border-color: #36065C;
}
</style>