Shades of Christalle #37085C
Tints of Christalle #37085C
RGB
CMYK
RGB Variations
Color information
#37085C (or 0x37085C) is known color: Christalle. HEX triplet: 37, 08 and 5C. RGB value is (55,8,92). Sum of RGB (Red+Green+Blue) = 55+8+92=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #37085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37085C is #C8F7A3. Grayscale: #1F1F1F. Windows color (decimal): -13170596 or 6031415. OLE color: 6031415.
HSL color Cylindrical-coordinate representation of color #37085C: hue angle of 273.57º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37085C is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 8 | 92 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.64 |
| HSL | 273.57º | 0.84% | 0.2% | - |
| HSV(B) | 273.57º | 0.91% | 0.36% | - |
| XYZ | 3.59 | 1.76 | 10.28 | - |
| YUV | 31.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 8 | 92 | 0.40 | 0.91 | 0 | 0.64 | 273.57 | 0.84 | 0.2 |
| Hex | 37 | 8 | 5C | 28 | 5B | 0 | 40 | 112 | 54 | 14 |
| Octal | 67 | 10 | 134 | 50 | 133 | 0 | 100 | 422 | 124 | 24 |
| Binary | 110111 | 1000 | 1011100 | 101000 | 1011011 | 0 | 1000000 | 100010010 | 1010100 | 10100 |
Color Harmonies of #37085C
Complementary color
Monochromatic Colors of #37085C
Black with #37085C
Text Example
Text Example
White with #37085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37085C; }
p { color: rgb(55,8,92); }
H1.HeaderClassName
{
color: #37085C;
}
.AnyTagClassName
{
color: #37085C;
}
</style>
background-color css
<style>
a { background-color: #37085C; }
a { background-color: rgb(55,8,92); }
div.DivClassName
{
background-color: #37085C;
}
.BgClassName
{
background-color: #37085C;
}
</style>
border-color css
<style>
span { border-color: #37085C; }
span { border-color: rgb(55,8,92); }
td.TdClassName
{
border-color: #37085C;
}
.TagClassName
{
border-color: #37085C;
}
</style>