Shades of Christalle #36075D
Tints of Christalle #36075D
RGB
CMYK
RGB Variations
Color information
#36075D (or 0x36075D) is known color: Christalle. HEX triplet: 36, 07 and 5D. RGB value is (54,7,93). Sum of RGB (Red+Green+Blue) = 54+7+93=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #36075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36075D is #C9F8A2. Grayscale: #1E1E1E. Windows color (decimal): -13236387 or 6096694. OLE color: 6096694.
HSL color Cylindrical-coordinate representation of color #36075D: hue angle of 272.79º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #36075D is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 7 | 93 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.64 |
| HSL | 272.79º | 0.86% | 0.2% | - |
| HSV(B) | 272.79º | 0.92% | 0.36% | - |
| XYZ | 3.57 | 1.73 | 10.5 | - |
| YUV | 30.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 7 | 93 | 0.42 | 0.92 | 0 | 0.64 | 272.79 | 0.86 | 0.2 |
| Hex | 36 | 7 | 5D | 2A | 5C | 0 | 40 | 111 | 56 | 14 |
| Octal | 66 | 7 | 135 | 52 | 134 | 0 | 100 | 421 | 126 | 24 |
| Binary | 110110 | 111 | 1011101 | 101010 | 1011100 | 0 | 1000000 | 100010001 | 1010110 | 10100 |
Color Harmonies of #36075D
Complementary color
Monochromatic Colors of #36075D
Black with #36075D
Text Example
Text Example
White with #36075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36075D; }
p { color: rgb(54,7,93); }
H1.HeaderClassName
{
color: #36075D;
}
.AnyTagClassName
{
color: #36075D;
}
</style>
background-color css
<style>
a { background-color: #36075D; }
a { background-color: rgb(54,7,93); }
div.DivClassName
{
background-color: #36075D;
}
.BgClassName
{
background-color: #36075D;
}
</style>
border-color css
<style>
span { border-color: #36075D; }
span { border-color: rgb(54,7,93); }
td.TdClassName
{
border-color: #36075D;
}
.TagClassName
{
border-color: #36075D;
}
</style>