Shades of Christalle #37055C
Tints of Christalle #37055C
RGB
CMYK
RGB Variations
Color information
#37055C (or 0x37055C) is known color: Christalle. HEX triplet: 37, 05 and 5C. RGB value is (55,5,92). Sum of RGB (Red+Green+Blue) = 55+5+92=152 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.18% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #37055C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37055C is #C8FAA3. Grayscale: #1D1D1D. Windows color (decimal): -13171364 or 6030647. OLE color: 6030647.
HSL color Cylindrical-coordinate representation of color #37055C: hue angle of 274.48º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37055C is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 5 | 92 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.64 |
| HSL | 274.48º | 0.9% | 0.19% | - |
| HSV(B) | 274.48º | 0.95% | 0.36% | - |
| XYZ | 3.56 | 1.69 | 10.26 | - |
| YUV | 29.87 | 163.07 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 92 | 0.40 | 0.95 | 0 | 0.64 | 274.48 | 0.9 | 0.19 |
| Hex | 37 | 5 | 5C | 28 | 5F | 0 | 40 | 112 | 5A | 13 |
| Octal | 67 | 5 | 134 | 50 | 137 | 0 | 100 | 422 | 132 | 23 |
| Binary | 110111 | 101 | 1011100 | 101000 | 1011111 | 0 | 1000000 | 100010010 | 1011010 | 10011 |
Color Harmonies of #37055C
Complementary color
Monochromatic Colors of #37055C
Black with #37055C
Text Example
Text Example
White with #37055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37055C; }
p { color: rgb(55,5,92); }
H1.HeaderClassName
{
color: #37055C;
}
.AnyTagClassName
{
color: #37055C;
}
</style>
background-color css
<style>
a { background-color: #37055C; }
a { background-color: rgb(55,5,92); }
div.DivClassName
{
background-color: #37055C;
}
.BgClassName
{
background-color: #37055C;
}
</style>
border-color css
<style>
span { border-color: #37055C; }
span { border-color: rgb(55,5,92); }
td.TdClassName
{
border-color: #37055C;
}
.TagClassName
{
border-color: #37055C;
}
</style>