Shades of Christalle #36145E
Tints of Christalle #36145E
RGB
CMYK
RGB Variations
Color information
#36145E (or 0x36145E) is known color: Christalle. HEX triplet: 36, 14 and 5E. RGB value is (54,20,94). Sum of RGB (Red+Green+Blue) = 54+20+94=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #36145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36145E is #C9EBA1. Grayscale: #262626. Windows color (decimal): -13233058 or 6165558. OLE color: 6165558.
HSL color Cylindrical-coordinate representation of color #36145E: hue angle of 267.57º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36145E is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 54 | 20 | 94 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.63 |
| HSL | 267.57º | 0.65% | 0.22% | - |
| HSV(B) | 267.57º | 0.79% | 0.37% | - |
| XYZ | 3.79 | 2.09 | 10.79 | - |
| YUV | 38.6 | 159.26 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 94 | 0.43 | 0.79 | 0 | 0.63 | 267.57 | 0.65 | 0.22 |
| Hex | 36 | 14 | 5E | 2B | 4F | 0 | 3F | 10C | 41 | 16 |
| Octal | 66 | 24 | 136 | 53 | 117 | 0 | 77 | 414 | 101 | 26 |
| Binary | 110110 | 10100 | 1011110 | 101011 | 1001111 | 0 | 111111 | 100001100 | 1000001 | 10110 |
Color Harmonies of #36145E
Complementary color
Monochromatic Colors of #36145E
Black with #36145E
Text Example
Text Example
White with #36145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36145E; }
p { color: rgb(54,20,94); }
H1.HeaderClassName
{
color: #36145E;
}
.AnyTagClassName
{
color: #36145E;
}
</style>
background-color css
<style>
a { background-color: #36145E; }
a { background-color: rgb(54,20,94); }
div.DivClassName
{
background-color: #36145E;
}
.BgClassName
{
background-color: #36145E;
}
</style>
border-color css
<style>
span { border-color: #36145E; }
span { border-color: rgb(54,20,94); }
td.TdClassName
{
border-color: #36145E;
}
.TagClassName
{
border-color: #36145E;
}
</style>