Shades of Christalle #36245C
Tints of Christalle #36245C
RGB
CMYK
RGB Variations
Color information
#36245C (or 0x36245C) is known color: Christalle. HEX triplet: 36, 24 and 5C. RGB value is (54,36,92). Sum of RGB (Red+Green+Blue) = 54+36+92=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #36245C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36245C is #C9DBA3. Grayscale: #2F2F2F. Windows color (decimal): -13228964 or 6038582. OLE color: 6038582.
HSL color Cylindrical-coordinate representation of color #36245C: hue angle of 259.29º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36245C is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 36 | 92 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.64 |
| HSL | 259.29º | 0.44% | 0.25% | - |
| HSV(B) | 259.29º | 0.61% | 0.36% | - |
| XYZ | 4.08 | 2.82 | 10.45 | - |
| YUV | 47.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 92 | 0.41 | 0.61 | 0 | 0.64 | 259.29 | 0.44 | 0.25 |
| Hex | 36 | 24 | 5C | 29 | 3D | 0 | 40 | 103 | 2C | 19 |
| Octal | 66 | 44 | 134 | 51 | 75 | 0 | 100 | 403 | 54 | 31 |
| Binary | 110110 | 100100 | 1011100 | 101001 | 111101 | 0 | 1000000 | 100000011 | 101100 | 11001 |
Color Harmonies of #36245C
Complementary color
Monochromatic Colors of #36245C
Black with #36245C
Text Example
Text Example
White with #36245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36245C; }
p { color: rgb(54,36,92); }
H1.HeaderClassName
{
color: #36245C;
}
.AnyTagClassName
{
color: #36245C;
}
</style>
background-color css
<style>
a { background-color: #36245C; }
a { background-color: rgb(54,36,92); }
div.DivClassName
{
background-color: #36245C;
}
.BgClassName
{
background-color: #36245C;
}
</style>
border-color css
<style>
span { border-color: #36245C; }
span { border-color: rgb(54,36,92); }
td.TdClassName
{
border-color: #36245C;
}
.TagClassName
{
border-color: #36245C;
}
</style>