Shades of Christalle #36255D
Tints of Christalle #36255D
RGB
CMYK
RGB Variations
Color information
#36255D (or 0x36255D) is known color: Christalle. HEX triplet: 36, 25 and 5D. RGB value is (54,37,93). Sum of RGB (Red+Green+Blue) = 54+37+93=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #36255D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36255D is #C9DAA2. Grayscale: #303030. Windows color (decimal): -13228707 or 6104374. OLE color: 6104374.
HSL color Cylindrical-coordinate representation of color #36255D: hue angle of 258.21º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36255D is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 37 | 93 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.64 |
| HSL | 258.21º | 0.43% | 0.25% | - |
| HSV(B) | 258.21º | 0.6% | 0.36% | - |
| XYZ | 4.16 | 2.9 | 10.7 | - |
| YUV | 48.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 37 | 93 | 0.42 | 0.60 | 0 | 0.64 | 258.21 | 0.43 | 0.25 |
| Hex | 36 | 25 | 5D | 2A | 3C | 0 | 40 | 102 | 2B | 19 |
| Octal | 66 | 45 | 135 | 52 | 74 | 0 | 100 | 402 | 53 | 31 |
| Binary | 110110 | 100101 | 1011101 | 101010 | 111100 | 0 | 1000000 | 100000010 | 101011 | 11001 |
Color Harmonies of #36255D
Complementary color
Monochromatic Colors of #36255D
Black with #36255D
Text Example
Text Example
White with #36255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36255D; }
p { color: rgb(54,37,93); }
H1.HeaderClassName
{
color: #36255D;
}
.AnyTagClassName
{
color: #36255D;
}
</style>
background-color css
<style>
a { background-color: #36255D; }
a { background-color: rgb(54,37,93); }
div.DivClassName
{
background-color: #36255D;
}
.BgClassName
{
background-color: #36255D;
}
</style>
border-color css
<style>
span { border-color: #36255D; }
span { border-color: rgb(54,37,93); }
td.TdClassName
{
border-color: #36255D;
}
.TagClassName
{
border-color: #36255D;
}
</style>