Shades of Christalle #37205B
Tints of Christalle #37205B
RGB
CMYK
RGB Variations
Color information
#37205B (or 0x37205B) is known color: Christalle. HEX triplet: 37, 20 and 5B. RGB value is (55,32,91). Sum of RGB (Red+Green+Blue) = 55+32+91=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #37205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37205B is #C8DFA4. Grayscale: #2D2D2D. Windows color (decimal): -13164453 or 5972023. OLE color: 5972023.
HSL color Cylindrical-coordinate representation of color #37205B: hue angle of 263.39º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37205B is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 32 | 91 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.64 |
| HSL | 263.39º | 0.48% | 0.24% | - |
| HSV(B) | 263.39º | 0.65% | 0.36% | - |
| XYZ | 3.98 | 2.6 | 10.19 | - |
| YUV | 45.6 | 153.62 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 91 | 0.40 | 0.65 | 0 | 0.64 | 263.39 | 0.48 | 0.24 |
| Hex | 37 | 20 | 5B | 28 | 41 | 0 | 40 | 107 | 30 | 18 |
| Octal | 67 | 40 | 133 | 50 | 101 | 0 | 100 | 407 | 60 | 30 |
| Binary | 110111 | 100000 | 1011011 | 101000 | 1000001 | 0 | 1000000 | 100000111 | 110000 | 11000 |
Color Harmonies of #37205B
Complementary color
Monochromatic Colors of #37205B
Black with #37205B
Text Example
Text Example
White with #37205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37205B; }
p { color: rgb(55,32,91); }
H1.HeaderClassName
{
color: #37205B;
}
.AnyTagClassName
{
color: #37205B;
}
</style>
background-color css
<style>
a { background-color: #37205B; }
a { background-color: rgb(55,32,91); }
div.DivClassName
{
background-color: #37205B;
}
.BgClassName
{
background-color: #37205B;
}
</style>
border-color css
<style>
span { border-color: #37205B; }
span { border-color: rgb(55,32,91); }
td.TdClassName
{
border-color: #37205B;
}
.TagClassName
{
border-color: #37205B;
}
</style>