Shades of Christalle #361D56
Tints of Christalle #361D56
RGB
CMYK
RGB Variations
Color information
#361D56 (or 0x361D56) is known color: Christalle. HEX triplet: 36, 1D and 56. RGB value is (54,29,86). Sum of RGB (Red+Green+Blue) = 54+29+86=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #361D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361D56 is #C9E2A9. Grayscale: #2A2A2A. Windows color (decimal): -13230762 or 5643574. OLE color: 5643574.
HSL color Cylindrical-coordinate representation of color #361D56: hue angle of 266.32º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #361D56 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 29 | 86 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.66 |
| HSL | 266.32º | 0.5% | 0.23% | - |
| HSV(B) | 266.32º | 0.66% | 0.34% | - |
| XYZ | 3.64 | 2.33 | 9.06 | - |
| YUV | 42.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 86 | 0.37 | 0.66 | 0 | 0.66 | 266.32 | 0.5 | 0.23 |
| Hex | 36 | 1D | 56 | 25 | 42 | 0 | 42 | 10A | 32 | 17 |
| Octal | 66 | 35 | 126 | 45 | 102 | 0 | 102 | 412 | 62 | 27 |
| Binary | 110110 | 11101 | 1010110 | 100101 | 1000010 | 0 | 1000010 | 100001010 | 110010 | 10111 |
Color Harmonies of #361D56
Complementary color
Monochromatic Colors of #361D56
Black with #361D56
Text Example
Text Example
White with #361D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D56; }
p { color: rgb(54,29,86); }
H1.HeaderClassName
{
color: #361D56;
}
.AnyTagClassName
{
color: #361D56;
}
</style>
background-color css
<style>
a { background-color: #361D56; }
a { background-color: rgb(54,29,86); }
div.DivClassName
{
background-color: #361D56;
}
.BgClassName
{
background-color: #361D56;
}
</style>
border-color css
<style>
span { border-color: #361D56; }
span { border-color: rgb(54,29,86); }
td.TdClassName
{
border-color: #361D56;
}
.TagClassName
{
border-color: #361D56;
}
</style>