Shades of Christalle #360363
Tints of Christalle #360363
RGB
CMYK
RGB Variations
Color information
#360363 (or 0x360363) is known color: Christalle. HEX triplet: 36, 03 and 63. RGB value is (54,3,99). Sum of RGB (Red+Green+Blue) = 54+3+99=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #360363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360363 is #C9FC9C. Grayscale: #1C1C1C. Windows color (decimal): -13237405 or 6488886. OLE color: 6488886.
HSL color Cylindrical-coordinate representation of color #360363: hue angle of 271.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360363 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 3 | 99 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.61 |
| HSL | 271.88º | 0.94% | 0.2% | - |
| HSV(B) | 271.88º | 0.97% | 0.39% | - |
| XYZ | 3.81 | 1.75 | 11.94 | - |
| YUV | 29.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 3 | 99 | 0.45 | 0.97 | 0 | 0.61 | 271.88 | 0.94 | 0.2 |
| Hex | 36 | 3 | 63 | 2D | 61 | 0 | 3D | 110 | 5E | 14 |
| Octal | 66 | 3 | 143 | 55 | 141 | 0 | 75 | 420 | 136 | 24 |
| Binary | 110110 | 11 | 1100011 | 101101 | 1100001 | 0 | 111101 | 100010000 | 1011110 | 10100 |
Color Harmonies of #360363
Complementary color
Monochromatic Colors of #360363
Black with #360363
Text Example
Text Example
White with #360363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360363; }
p { color: rgb(54,3,99); }
H1.HeaderClassName
{
color: #360363;
}
.AnyTagClassName
{
color: #360363;
}
</style>
background-color css
<style>
a { background-color: #360363; }
a { background-color: rgb(54,3,99); }
div.DivClassName
{
background-color: #360363;
}
.BgClassName
{
background-color: #360363;
}
</style>
border-color css
<style>
span { border-color: #360363; }
span { border-color: rgb(54,3,99); }
td.TdClassName
{
border-color: #360363;
}
.TagClassName
{
border-color: #360363;
}
</style>