Shades of Christalle #36245A
Tints of Christalle #36245A
RGB
CMYK
RGB Variations
Color information
#36245A (or 0x36245A) is known color: Christalle. HEX triplet: 36, 24 and 5A. RGB value is (54,36,90). Sum of RGB (Red+Green+Blue) = 54+36+90=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #36245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36245A is #C9DBA5. Grayscale: #2F2F2F. Windows color (decimal): -13228966 or 5907510. OLE color: 5907510.
HSL color Cylindrical-coordinate representation of color #36245A: hue angle of 260º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36245A is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 36 | 90 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.65 |
| HSL | 260º | 0.43% | 0.25% | - |
| HSV(B) | 260º | 0.6% | 0.35% | - |
| XYZ | 4 | 2.78 | 10 | - |
| YUV | 47.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 90 | 0.40 | 0.60 | 0 | 0.65 | 260 | 0.43 | 0.25 |
| Hex | 36 | 24 | 5A | 28 | 3C | 0 | 41 | 104 | 2B | 19 |
| Octal | 66 | 44 | 132 | 50 | 74 | 0 | 101 | 404 | 53 | 31 |
| Binary | 110110 | 100100 | 1011010 | 101000 | 111100 | 0 | 1000001 | 100000100 | 101011 | 11001 |
Color Harmonies of #36245A
Complementary color
Monochromatic Colors of #36245A
Black with #36245A
Text Example
Text Example
White with #36245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36245A; }
p { color: rgb(54,36,90); }
H1.HeaderClassName
{
color: #36245A;
}
.AnyTagClassName
{
color: #36245A;
}
</style>
background-color css
<style>
a { background-color: #36245A; }
a { background-color: rgb(54,36,90); }
div.DivClassName
{
background-color: #36245A;
}
.BgClassName
{
background-color: #36245A;
}
</style>
border-color css
<style>
span { border-color: #36245A; }
span { border-color: rgb(54,36,90); }
td.TdClassName
{
border-color: #36245A;
}
.TagClassName
{
border-color: #36245A;
}
</style>