Shades of Christalle #36035A
Tints of Christalle #36035A
RGB
CMYK
RGB Variations
Color information
#36035A (or 0x36035A) is known color: Christalle. HEX triplet: 36, 03 and 5A. RGB value is (54,3,90). Sum of RGB (Red+Green+Blue) = 54+3+90=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #36035A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36035A is #C9FCA5. Grayscale: #1B1B1B. Windows color (decimal): -13237414 or 5899062. OLE color: 5899062.
HSL color Cylindrical-coordinate representation of color #36035A: hue angle of 275.17º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #36035A is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 3 | 90 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.65 |
| HSL | 275.17º | 0.94% | 0.18% | - |
| HSV(B) | 275.17º | 0.97% | 0.35% | - |
| XYZ | 3.4 | 1.59 | 9.8 | - |
| YUV | 28.17 | 162.9 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 90 | 0.40 | 0.97 | 0 | 0.65 | 275.17 | 0.94 | 0.18 |
| Hex | 36 | 3 | 5A | 28 | 61 | 0 | 41 | 113 | 5E | 12 |
| Octal | 66 | 3 | 132 | 50 | 141 | 0 | 101 | 423 | 136 | 22 |
| Binary | 110110 | 11 | 1011010 | 101000 | 1100001 | 0 | 1000001 | 100010011 | 1011110 | 10010 |
Color Harmonies of #36035A
Complementary color
Monochromatic Colors of #36035A
Black with #36035A
Text Example
Text Example
White with #36035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36035A; }
p { color: rgb(54,3,90); }
H1.HeaderClassName
{
color: #36035A;
}
.AnyTagClassName
{
color: #36035A;
}
</style>
background-color css
<style>
a { background-color: #36035A; }
a { background-color: rgb(54,3,90); }
div.DivClassName
{
background-color: #36035A;
}
.BgClassName
{
background-color: #36035A;
}
</style>
border-color css
<style>
span { border-color: #36035A; }
span { border-color: rgb(54,3,90); }
td.TdClassName
{
border-color: #36035A;
}
.TagClassName
{
border-color: #36035A;
}
</style>