Shades of Christalle #37205E
Tints of Christalle #37205E
RGB
CMYK
RGB Variations
Color information
#37205E (or 0x37205E) is known color: Christalle. HEX triplet: 37, 20 and 5E. RGB value is (55,32,94). Sum of RGB (Red+Green+Blue) = 55+32+94=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #37205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37205E is #C8DFA1. Grayscale: #2D2D2D. Windows color (decimal): -13164450 or 6168631. OLE color: 6168631.
HSL color Cylindrical-coordinate representation of color #37205E: hue angle of 262.26º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37205E is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 32 | 94 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.63 |
| HSL | 262.26º | 0.49% | 0.25% | - |
| HSV(B) | 262.26º | 0.66% | 0.37% | - |
| XYZ | 4.11 | 2.65 | 10.89 | - |
| YUV | 45.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 94 | 0.41 | 0.66 | 0 | 0.63 | 262.26 | 0.49 | 0.25 |
| Hex | 37 | 20 | 5E | 29 | 42 | 0 | 3F | 106 | 31 | 19 |
| Octal | 67 | 40 | 136 | 51 | 102 | 0 | 77 | 406 | 61 | 31 |
| Binary | 110111 | 100000 | 1011110 | 101001 | 1000010 | 0 | 111111 | 100000110 | 110001 | 11001 |
Color Harmonies of #37205E
Complementary color
Monochromatic Colors of #37205E
Black with #37205E
Text Example
Text Example
White with #37205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37205E; }
p { color: rgb(55,32,94); }
H1.HeaderClassName
{
color: #37205E;
}
.AnyTagClassName
{
color: #37205E;
}
</style>
background-color css
<style>
a { background-color: #37205E; }
a { background-color: rgb(55,32,94); }
div.DivClassName
{
background-color: #37205E;
}
.BgClassName
{
background-color: #37205E;
}
</style>
border-color css
<style>
span { border-color: #37205E; }
span { border-color: rgb(55,32,94); }
td.TdClassName
{
border-color: #37205E;
}
.TagClassName
{
border-color: #37205E;
}
</style>