Shades of Christalle #37265E
Tints of Christalle #37265E
RGB
CMYK
RGB Variations
Color information
#37265E (or 0x37265E) is known color: Christalle. HEX triplet: 37, 26 and 5E. RGB value is (55,38,94). Sum of RGB (Red+Green+Blue) = 55+38+94=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #37265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37265E is #C8D9A1. Grayscale: #313131. Windows color (decimal): -13162914 or 6170167. OLE color: 6170167.
HSL color Cylindrical-coordinate representation of color #37265E: hue angle of 258.21º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37265E is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 38 | 94 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.63 |
| HSL | 258.21º | 0.42% | 0.26% | - |
| HSV(B) | 258.21º | 0.6% | 0.37% | - |
| XYZ | 4.29 | 3.01 | 10.94 | - |
| YUV | 49.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 38 | 94 | 0.41 | 0.60 | 0 | 0.63 | 258.21 | 0.42 | 0.26 |
| Hex | 37 | 26 | 5E | 29 | 3C | 0 | 3F | 102 | 2A | 1A |
| Octal | 67 | 46 | 136 | 51 | 74 | 0 | 77 | 402 | 52 | 32 |
| Binary | 110111 | 100110 | 1011110 | 101001 | 111100 | 0 | 111111 | 100000010 | 101010 | 11010 |
Color Harmonies of #37265E
Complementary color
Monochromatic Colors of #37265E
Black with #37265E
Text Example
Text Example
White with #37265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37265E; }
p { color: rgb(55,38,94); }
H1.HeaderClassName
{
color: #37265E;
}
.AnyTagClassName
{
color: #37265E;
}
</style>
background-color css
<style>
a { background-color: #37265E; }
a { background-color: rgb(55,38,94); }
div.DivClassName
{
background-color: #37265E;
}
.BgClassName
{
background-color: #37265E;
}
</style>
border-color css
<style>
span { border-color: #37265E; }
span { border-color: rgb(55,38,94); }
td.TdClassName
{
border-color: #37265E;
}
.TagClassName
{
border-color: #37265E;
}
</style>