Shades of Christalle #361D57
Tints of Christalle #361D57
RGB
CMYK
RGB Variations
Color information
#361D57 (or 0x361D57) is known color: Christalle. HEX triplet: 36, 1D and 57. RGB value is (54,29,87). Sum of RGB (Red+Green+Blue) = 54+29+87=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 87 (34.38% from 255 or 51.18% from 170); Max value from RGB is 87 - color contains mainly: blue. Hex color #361D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D57 is #C9E2A8. Grayscale: #2A2A2A. Windows color (decimal): -13230761 or 5709110. OLE color: 5709110.
HSL color Cylindrical-coordinate representation of color #361D57: hue angle of 265.86º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361D57 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 29 | 87 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.66 |
| HSL | 265.86º | 0.5% | 0.23% | - |
| HSV(B) | 265.86º | 0.67% | 0.34% | - |
| XYZ | 3.68 | 2.35 | 9.28 | - |
| YUV | 43.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 87 | 0.38 | 0.67 | 0 | 0.66 | 265.86 | 0.5 | 0.23 |
| Hex | 36 | 1D | 57 | 26 | 43 | 0 | 42 | 10A | 32 | 17 |
| Octal | 66 | 35 | 127 | 46 | 103 | 0 | 102 | 412 | 62 | 27 |
| Binary | 110110 | 11101 | 1010111 | 100110 | 1000011 | 0 | 1000010 | 100001010 | 110010 | 10111 |
Color Harmonies of #361D57
Complementary color
Monochromatic Colors of #361D57
Black with #361D57
Text Example
Text Example
White with #361D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D57; }
p { color: rgb(54,29,87); }
H1.HeaderClassName
{
color: #361D57;
}
.AnyTagClassName
{
color: #361D57;
}
</style>
background-color css
<style>
a { background-color: #361D57; }
a { background-color: rgb(54,29,87); }
div.DivClassName
{
background-color: #361D57;
}
.BgClassName
{
background-color: #361D57;
}
</style>
border-color css
<style>
span { border-color: #361D57; }
span { border-color: rgb(54,29,87); }
td.TdClassName
{
border-color: #361D57;
}
.TagClassName
{
border-color: #361D57;
}
</style>