Shades of Christalle #361E63
Tints of Christalle #361E63
RGB
CMYK
RGB Variations
Color information
#361E63 (or 0x361E63) is known color: Christalle. HEX triplet: 36, 1E and 63. RGB value is (54,30,99). Sum of RGB (Red+Green+Blue) = 54+30+99=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #361E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E63 is #C9E19C. Grayscale: #2C2C2C. Windows color (decimal): -13230493 or 6495798. OLE color: 6495798.
HSL color Cylindrical-coordinate representation of color #361E63: hue angle of 260.87º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361E63 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 54 | 30 | 99 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.61 |
| HSL | 260.87º | 0.53% | 0.25% | - |
| HSV(B) | 260.87º | 0.7% | 0.39% | - |
| XYZ | 4.24 | 2.61 | 12.09 | - |
| YUV | 45.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 99 | 0.45 | 0.70 | 0 | 0.61 | 260.87 | 0.53 | 0.25 |
| Hex | 36 | 1E | 63 | 2D | 46 | 0 | 3D | 105 | 35 | 19 |
| Octal | 66 | 36 | 143 | 55 | 106 | 0 | 75 | 405 | 65 | 31 |
| Binary | 110110 | 11110 | 1100011 | 101101 | 1000110 | 0 | 111101 | 100000101 | 110101 | 11001 |
Color Harmonies of #361E63
Complementary color
Monochromatic Colors of #361E63
Black with #361E63
Text Example
Text Example
White with #361E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E63; }
p { color: rgb(54,30,99); }
H1.HeaderClassName
{
color: #361E63;
}
.AnyTagClassName
{
color: #361E63;
}
</style>
background-color css
<style>
a { background-color: #361E63; }
a { background-color: rgb(54,30,99); }
div.DivClassName
{
background-color: #361E63;
}
.BgClassName
{
background-color: #361E63;
}
</style>
border-color css
<style>
span { border-color: #361E63; }
span { border-color: rgb(54,30,99); }
td.TdClassName
{
border-color: #361E63;
}
.TagClassName
{
border-color: #361E63;
}
</style>