Shades of Christalle #37196B
Tints of Christalle #37196B
RGB
CMYK
RGB Variations
Color information
#37196B (or 0x37196B) is known color: Christalle. HEX triplet: 37, 19 and 6B. RGB value is (55,25,107). Sum of RGB (Red+Green+Blue) = 55+25+107=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 107 (42.19% from 255 or 57.22% from 187); Max value from RGB is 107 - color contains mainly: blue. Hex color #37196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37196B is #C8E694. Grayscale: #2B2B2B. Windows color (decimal): -13166229 or 7018807. OLE color: 7018807.
HSL color Cylindrical-coordinate representation of color #37196B: hue angle of 261.95º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37196B is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 25 | 107 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.58 |
| HSL | 261.95º | 0.62% | 0.26% | - |
| HSV(B) | 261.95º | 0.77% | 0.42% | - |
| XYZ | 4.58 | 2.57 | 14.16 | - |
| YUV | 43.32 | 163.94 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 107 | 0.49 | 0.77 | 0 | 0.58 | 261.95 | 0.62 | 0.26 |
| Hex | 37 | 19 | 6B | 31 | 4D | 0 | 3A | 106 | 3E | 1A |
| Octal | 67 | 31 | 153 | 61 | 115 | 0 | 72 | 406 | 76 | 32 |
| Binary | 110111 | 11001 | 1101011 | 110001 | 1001101 | 0 | 111010 | 100000110 | 111110 | 11010 |
Color Harmonies of #37196B
Complementary color
Monochromatic Colors of #37196B
Black with #37196B
Text Example
Text Example
White with #37196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37196B; }
p { color: rgb(55,25,107); }
H1.HeaderClassName
{
color: #37196B;
}
.AnyTagClassName
{
color: #37196B;
}
</style>
background-color css
<style>
a { background-color: #37196B; }
a { background-color: rgb(55,25,107); }
div.DivClassName
{
background-color: #37196B;
}
.BgClassName
{
background-color: #37196B;
}
</style>
border-color css
<style>
span { border-color: #37196B; }
span { border-color: rgb(55,25,107); }
td.TdClassName
{
border-color: #37196B;
}
.TagClassName
{
border-color: #37196B;
}
</style>