Shades of Christalle #37225D
Tints of Christalle #37225D
RGB
CMYK
RGB Variations
Color information
#37225D (or 0x37225D) is known color: Christalle. HEX triplet: 37, 22 and 5D. RGB value is (55,34,93). Sum of RGB (Red+Green+Blue) = 55+34+93=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #37225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37225D is #C8DDA2. Grayscale: #2E2E2E. Windows color (decimal): -13163939 or 6103607. OLE color: 6103607.
HSL color Cylindrical-coordinate representation of color #37225D: hue angle of 261.36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37225D is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 34 | 93 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.64 |
| HSL | 261.36º | 0.46% | 0.25% | - |
| HSV(B) | 261.36º | 0.63% | 0.36% | - |
| XYZ | 4.12 | 2.75 | 10.67 | - |
| YUV | 47.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 93 | 0.41 | 0.63 | 0 | 0.64 | 261.36 | 0.46 | 0.25 |
| Hex | 37 | 22 | 5D | 29 | 3F | 0 | 40 | 105 | 2E | 19 |
| Octal | 67 | 42 | 135 | 51 | 77 | 0 | 100 | 405 | 56 | 31 |
| Binary | 110111 | 100010 | 1011101 | 101001 | 111111 | 0 | 1000000 | 100000101 | 101110 | 11001 |
Color Harmonies of #37225D
Complementary color
Monochromatic Colors of #37225D
Black with #37225D
Text Example
Text Example
White with #37225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37225D; }
p { color: rgb(55,34,93); }
H1.HeaderClassName
{
color: #37225D;
}
.AnyTagClassName
{
color: #37225D;
}
</style>
background-color css
<style>
a { background-color: #37225D; }
a { background-color: rgb(55,34,93); }
div.DivClassName
{
background-color: #37225D;
}
.BgClassName
{
background-color: #37225D;
}
</style>
border-color css
<style>
span { border-color: #37225D; }
span { border-color: rgb(55,34,93); }
td.TdClassName
{
border-color: #37225D;
}
.TagClassName
{
border-color: #37225D;
}
</style>