Shades of Christalle #36206E
Tints of Christalle #36206E
RGB
CMYK
RGB Variations
Color information
#36206E (or 0x36206E) is known color: Christalle. HEX triplet: 36, 20 and 6E. RGB value is (54,32,110). Sum of RGB (Red+Green+Blue) = 54+32+110=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 110 (43.36% from 255 or 56.12% from 196); Max value from RGB is 110 - color contains mainly: blue. Hex color #36206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36206E is #C9DF91. Grayscale: #2F2F2F. Windows color (decimal): -13229970 or 7217206. OLE color: 7217206.
HSL color Cylindrical-coordinate representation of color #36206E: hue angle of 256.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36206E is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 54 | 32 | 110 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.57 |
| HSL | 256.92º | 0.55% | 0.28% | - |
| HSV(B) | 256.92º | 0.71% | 0.43% | - |
| XYZ | 4.85 | 2.94 | 15.06 | - |
| YUV | 47.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 110 | 0.51 | 0.71 | 0 | 0.57 | 256.92 | 0.55 | 0.28 |
| Hex | 36 | 20 | 6E | 33 | 47 | 0 | 39 | 101 | 37 | 1C |
| Octal | 66 | 40 | 156 | 63 | 107 | 0 | 71 | 401 | 67 | 34 |
| Binary | 110110 | 100000 | 1101110 | 110011 | 1000111 | 0 | 111001 | 100000001 | 110111 | 11100 |
Color Harmonies of #36206E
Complementary color
Monochromatic Colors of #36206E
Black with #36206E
Text Example
Text Example
White with #36206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36206E; }
p { color: rgb(54,32,110); }
H1.HeaderClassName
{
color: #36206E;
}
.AnyTagClassName
{
color: #36206E;
}
</style>
background-color css
<style>
a { background-color: #36206E; }
a { background-color: rgb(54,32,110); }
div.DivClassName
{
background-color: #36206E;
}
.BgClassName
{
background-color: #36206E;
}
</style>
border-color css
<style>
span { border-color: #36206E; }
span { border-color: rgb(54,32,110); }
td.TdClassName
{
border-color: #36206E;
}
.TagClassName
{
border-color: #36206E;
}
</style>