Shades of Christalle #361E65
Tints of Christalle #361E65
RGB
CMYK
RGB Variations
Color information
#361E65 (or 0x361E65) is known color: Christalle. HEX triplet: 36, 1E and 65. RGB value is (54,30,101). Sum of RGB (Red+Green+Blue) = 54+30+101=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #361E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361E65 is #C9E19A. Grayscale: #2D2D2D. Windows color (decimal): -13230491 or 6626870. OLE color: 6626870.
HSL color Cylindrical-coordinate representation of color #361E65: hue angle of 260.28º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361E65 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 54 | 30 | 101 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.60 |
| HSL | 260.28º | 0.54% | 0.26% | - |
| HSV(B) | 260.28º | 0.7% | 0.4% | - |
| XYZ | 4.33 | 2.65 | 12.6 | - |
| YUV | 45.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 101 | 0.47 | 0.70 | 0 | 0.60 | 260.28 | 0.54 | 0.26 |
| Hex | 36 | 1E | 65 | 2F | 46 | 0 | 3C | 104 | 36 | 1A |
| Octal | 66 | 36 | 145 | 57 | 106 | 0 | 74 | 404 | 66 | 32 |
| Binary | 110110 | 11110 | 1100101 | 101111 | 1000110 | 0 | 111100 | 100000100 | 110110 | 11010 |
Color Harmonies of #361E65
Complementary color
Monochromatic Colors of #361E65
Black with #361E65
Text Example
Text Example
White with #361E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E65; }
p { color: rgb(54,30,101); }
H1.HeaderClassName
{
color: #361E65;
}
.AnyTagClassName
{
color: #361E65;
}
</style>
background-color css
<style>
a { background-color: #361E65; }
a { background-color: rgb(54,30,101); }
div.DivClassName
{
background-color: #361E65;
}
.BgClassName
{
background-color: #361E65;
}
</style>
border-color css
<style>
span { border-color: #361E65; }
span { border-color: rgb(54,30,101); }
td.TdClassName
{
border-color: #361E65;
}
.TagClassName
{
border-color: #361E65;
}
</style>