Shades of Christalle #36145D
Tints of Christalle #36145D
RGB
CMYK
RGB Variations
Color information
#36145D (or 0x36145D) is known color: Christalle. HEX triplet: 36, 14 and 5D. RGB value is (54,20,93). Sum of RGB (Red+Green+Blue) = 54+20+93=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #36145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36145D is #C9EBA2. Grayscale: #262626. Windows color (decimal): -13233059 or 6100022. OLE color: 6100022.
HSL color Cylindrical-coordinate representation of color #36145D: hue angle of 267.95º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36145D is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 20 | 93 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.64 |
| HSL | 267.95º | 0.65% | 0.22% | - |
| HSV(B) | 267.95º | 0.78% | 0.36% | - |
| XYZ | 3.75 | 2.07 | 10.56 | - |
| YUV | 38.49 | 158.76 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 93 | 0.42 | 0.78 | 0 | 0.64 | 267.95 | 0.65 | 0.22 |
| Hex | 36 | 14 | 5D | 2A | 4E | 0 | 40 | 10C | 41 | 16 |
| Octal | 66 | 24 | 135 | 52 | 116 | 0 | 100 | 414 | 101 | 26 |
| Binary | 110110 | 10100 | 1011101 | 101010 | 1001110 | 0 | 1000000 | 100001100 | 1000001 | 10110 |
Color Harmonies of #36145D
Complementary color
Monochromatic Colors of #36145D
Black with #36145D
Text Example
Text Example
White with #36145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36145D; }
p { color: rgb(54,20,93); }
H1.HeaderClassName
{
color: #36145D;
}
.AnyTagClassName
{
color: #36145D;
}
</style>
background-color css
<style>
a { background-color: #36145D; }
a { background-color: rgb(54,20,93); }
div.DivClassName
{
background-color: #36145D;
}
.BgClassName
{
background-color: #36145D;
}
</style>
border-color css
<style>
span { border-color: #36145D; }
span { border-color: rgb(54,20,93); }
td.TdClassName
{
border-color: #36145D;
}
.TagClassName
{
border-color: #36145D;
}
</style>