Shades of Christalle #36225C
Tints of Christalle #36225C
RGB
CMYK
RGB Variations
Color information
#36225C (or 0x36225C) is known color: Christalle. HEX triplet: 36, 22 and 5C. RGB value is (54,34,92). Sum of RGB (Red+Green+Blue) = 54+34+92=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #36225C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36225C is #C9DDA3. Grayscale: #2E2E2E. Windows color (decimal): -13229476 or 6038070. OLE color: 6038070.
HSL color Cylindrical-coordinate representation of color #36225C: hue angle of 260.69º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36225C is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 34 | 92 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.64 |
| HSL | 260.69º | 0.46% | 0.25% | - |
| HSV(B) | 260.69º | 0.63% | 0.36% | - |
| XYZ | 4.03 | 2.7 | 10.43 | - |
| YUV | 46.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 92 | 0.41 | 0.63 | 0 | 0.64 | 260.69 | 0.46 | 0.25 |
| Hex | 36 | 22 | 5C | 29 | 3F | 0 | 40 | 105 | 2E | 19 |
| Octal | 66 | 42 | 134 | 51 | 77 | 0 | 100 | 405 | 56 | 31 |
| Binary | 110110 | 100010 | 1011100 | 101001 | 111111 | 0 | 1000000 | 100000101 | 101110 | 11001 |
Color Harmonies of #36225C
Complementary color
Monochromatic Colors of #36225C
Black with #36225C
Text Example
Text Example
White with #36225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36225C; }
p { color: rgb(54,34,92); }
H1.HeaderClassName
{
color: #36225C;
}
.AnyTagClassName
{
color: #36225C;
}
</style>
background-color css
<style>
a { background-color: #36225C; }
a { background-color: rgb(54,34,92); }
div.DivClassName
{
background-color: #36225C;
}
.BgClassName
{
background-color: #36225C;
}
</style>
border-color css
<style>
span { border-color: #36225C; }
span { border-color: rgb(54,34,92); }
td.TdClassName
{
border-color: #36225C;
}
.TagClassName
{
border-color: #36225C;
}
</style>