Shades of Christalle #36195E
Tints of Christalle #36195E
RGB
CMYK
RGB Variations
Color information
#36195E (or 0x36195E) is known color: Christalle. HEX triplet: 36, 19 and 5E. RGB value is (54,25,94). Sum of RGB (Red+Green+Blue) = 54+25+94=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #36195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36195E is #C9E6A1. Grayscale: #292929. Windows color (decimal): -13231778 or 6166838. OLE color: 6166838.
HSL color Cylindrical-coordinate representation of color #36195E: hue angle of 265.22º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36195E is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 25 | 94 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.63 |
| HSL | 265.22º | 0.58% | 0.23% | - |
| HSV(B) | 265.22º | 0.73% | 0.37% | - |
| XYZ | 3.89 | 2.29 | 10.83 | - |
| YUV | 41.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 94 | 0.43 | 0.73 | 0 | 0.63 | 265.22 | 0.58 | 0.23 |
| Hex | 36 | 19 | 5E | 2B | 49 | 0 | 3F | 109 | 3A | 17 |
| Octal | 66 | 31 | 136 | 53 | 111 | 0 | 77 | 411 | 72 | 27 |
| Binary | 110110 | 11001 | 1011110 | 101011 | 1001001 | 0 | 111111 | 100001001 | 111010 | 10111 |
Color Harmonies of #36195E
Complementary color
Monochromatic Colors of #36195E
Black with #36195E
Text Example
Text Example
White with #36195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36195E; }
p { color: rgb(54,25,94); }
H1.HeaderClassName
{
color: #36195E;
}
.AnyTagClassName
{
color: #36195E;
}
</style>
background-color css
<style>
a { background-color: #36195E; }
a { background-color: rgb(54,25,94); }
div.DivClassName
{
background-color: #36195E;
}
.BgClassName
{
background-color: #36195E;
}
</style>
border-color css
<style>
span { border-color: #36195E; }
span { border-color: rgb(54,25,94); }
td.TdClassName
{
border-color: #36195E;
}
.TagClassName
{
border-color: #36195E;
}
</style>