Shades of Christalle #370F66
Tints of Christalle #370F66
RGB
CMYK
RGB Variations
Color information
#370F66 (or 0x370F66) is known color: Christalle. HEX triplet: 37, 0F and 66. RGB value is (55,15,102). Sum of RGB (Red+Green+Blue) = 55+15+102=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #370F66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F66 is #C8F099. Grayscale: #242424. Windows color (decimal): -13168794 or 6688567. OLE color: 6688567.
HSL color Cylindrical-coordinate representation of color #370F66: hue angle of 267.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #370F66 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 55 | 15 | 102 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.6 |
| HSL | 267.59º | 0.74% | 0.23% | - |
| HSV(B) | 267.59º | 0.85% | 0.4% | - |
| XYZ | 4.14 | 2.11 | 12.76 | - |
| YUV | 36.88 | 164.75 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 102 | 0.46 | 0.85 | 0 | 0.6 | 267.59 | 0.74 | 0.23 |
| Hex | 37 | F | 66 | 2E | 55 | 0 | 3C | 10C | 4A | 17 |
| Octal | 67 | 17 | 146 | 56 | 125 | 0 | 74 | 414 | 112 | 27 |
| Binary | 110111 | 1111 | 1100110 | 101110 | 1010101 | 0 | 111100 | 100001100 | 1001010 | 10111 |
Color Harmonies of #370F66
Complementary color
Monochromatic Colors of #370F66
Black with #370F66
Text Example
Text Example
White with #370F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F66; }
p { color: rgb(55,15,102); }
H1.HeaderClassName
{
color: #370F66;
}
.AnyTagClassName
{
color: #370F66;
}
</style>
background-color css
<style>
a { background-color: #370F66; }
a { background-color: rgb(55,15,102); }
div.DivClassName
{
background-color: #370F66;
}
.BgClassName
{
background-color: #370F66;
}
</style>
border-color css
<style>
span { border-color: #370F66; }
span { border-color: rgb(55,15,102); }
td.TdClassName
{
border-color: #370F66;
}
.TagClassName
{
border-color: #370F66;
}
</style>