Shades of Christalle #37136B
Tints of Christalle #37136B
RGB
CMYK
RGB Variations
Color information
#37136B (or 0x37136B) is known color: Christalle. HEX triplet: 37, 13 and 6B. RGB value is (55,19,107). Sum of RGB (Red+Green+Blue) = 55+19+107=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #37136B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37136B is #C8EC94. Grayscale: #272727. Windows color (decimal): -13167765 or 7017271. OLE color: 7017271.
HSL color Cylindrical-coordinate representation of color #37136B: hue angle of 264.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37136B is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 19 | 107 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.58 |
| HSL | 264.55º | 0.7% | 0.25% | - |
| HSV(B) | 264.55º | 0.82% | 0.42% | - |
| XYZ | 4.46 | 2.34 | 14.13 | - |
| YUV | 39.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 107 | 0.49 | 0.82 | 0 | 0.58 | 264.55 | 0.7 | 0.25 |
| Hex | 37 | 13 | 6B | 31 | 52 | 0 | 3A | 109 | 46 | 19 |
| Octal | 67 | 23 | 153 | 61 | 122 | 0 | 72 | 411 | 106 | 31 |
| Binary | 110111 | 10011 | 1101011 | 110001 | 1010010 | 0 | 111010 | 100001001 | 1000110 | 11001 |
Color Harmonies of #37136B
Complementary color
Monochromatic Colors of #37136B
Black with #37136B
Text Example
Text Example
White with #37136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37136B; }
p { color: rgb(55,19,107); }
H1.HeaderClassName
{
color: #37136B;
}
.AnyTagClassName
{
color: #37136B;
}
</style>
background-color css
<style>
a { background-color: #37136B; }
a { background-color: rgb(55,19,107); }
div.DivClassName
{
background-color: #37136B;
}
.BgClassName
{
background-color: #37136B;
}
</style>
border-color css
<style>
span { border-color: #37136B; }
span { border-color: rgb(55,19,107); }
td.TdClassName
{
border-color: #37136B;
}
.TagClassName
{
border-color: #37136B;
}
</style>