Shades of Christalle #36195C
Tints of Christalle #36195C
RGB
CMYK
RGB Variations
Color information
#36195C (or 0x36195C) is known color: Christalle. HEX triplet: 36, 19 and 5C. RGB value is (54,25,92). Sum of RGB (Red+Green+Blue) = 54+25+92=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #36195C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36195C is #C9E6A3. Grayscale: #292929. Windows color (decimal): -13231780 or 6035766. OLE color: 6035766.
HSL color Cylindrical-coordinate representation of color #36195C: hue angle of 265.97º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36195C is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 25 | 92 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.64 |
| HSL | 265.97º | 0.57% | 0.23% | - |
| HSV(B) | 265.97º | 0.73% | 0.36% | - |
| XYZ | 3.8 | 2.25 | 10.36 | - |
| YUV | 41.31 | 156.61 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 25 | 92 | 0.41 | 0.73 | 0 | 0.64 | 265.97 | 0.57 | 0.23 |
| Hex | 36 | 19 | 5C | 29 | 49 | 0 | 40 | 10A | 39 | 17 |
| Octal | 66 | 31 | 134 | 51 | 111 | 0 | 100 | 412 | 71 | 27 |
| Binary | 110110 | 11001 | 1011100 | 101001 | 1001001 | 0 | 1000000 | 100001010 | 111001 | 10111 |
Color Harmonies of #36195C
Complementary color
Monochromatic Colors of #36195C
Black with #36195C
Text Example
Text Example
White with #36195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36195C; }
p { color: rgb(54,25,92); }
H1.HeaderClassName
{
color: #36195C;
}
.AnyTagClassName
{
color: #36195C;
}
</style>
background-color css
<style>
a { background-color: #36195C; }
a { background-color: rgb(54,25,92); }
div.DivClassName
{
background-color: #36195C;
}
.BgClassName
{
background-color: #36195C;
}
</style>
border-color css
<style>
span { border-color: #36195C; }
span { border-color: rgb(54,25,92); }
td.TdClassName
{
border-color: #36195C;
}
.TagClassName
{
border-color: #36195C;
}
</style>