Shades of Christalle #370A64
Tints of Christalle #370A64
RGB
CMYK
RGB Variations
Color information
#370A64 (or 0x370A64) is known color: Christalle. HEX triplet: 37, 0A and 64. RGB value is (55,10,100). Sum of RGB (Red+Green+Blue) = 55+10+100=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 10 (4.30% from 255 or 6.06% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #370A64 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A64 is #C8F59B. Grayscale: #212121. Windows color (decimal): -13170076 or 6556215. OLE color: 6556215.
HSL color Cylindrical-coordinate representation of color #370A64: hue angle of 270º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370A64 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 10 | 100 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.61 |
| HSL | 270º | 0.82% | 0.22% | - |
| HSV(B) | 270º | 0.9% | 0.39% | - |
| XYZ | 3.98 | 1.95 | 12.22 | - |
| YUV | 33.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 100 | 0.45 | 0.90 | 0 | 0.61 | 270 | 0.82 | 0.22 |
| Hex | 37 | A | 64 | 2D | 5A | 0 | 3D | 10E | 52 | 16 |
| Octal | 67 | 12 | 144 | 55 | 132 | 0 | 75 | 416 | 122 | 26 |
| Binary | 110111 | 1010 | 1100100 | 101101 | 1011010 | 0 | 111101 | 100001110 | 1010010 | 10110 |
Color Harmonies of #370A64
Complementary color
Monochromatic Colors of #370A64
Black with #370A64
Text Example
Text Example
White with #370A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A64; }
p { color: rgb(55,10,100); }
H1.HeaderClassName
{
color: #370A64;
}
.AnyTagClassName
{
color: #370A64;
}
</style>
background-color css
<style>
a { background-color: #370A64; }
a { background-color: rgb(55,10,100); }
div.DivClassName
{
background-color: #370A64;
}
.BgClassName
{
background-color: #370A64;
}
</style>
border-color css
<style>
span { border-color: #370A64; }
span { border-color: rgb(55,10,100); }
td.TdClassName
{
border-color: #370A64;
}
.TagClassName
{
border-color: #370A64;
}
</style>