Shades of Christalle #37235A
Tints of Christalle #37235A
RGB
CMYK
RGB Variations
Color information
#37235A (or 0x37235A) is known color: Christalle. HEX triplet: 37, 23 and 5A. RGB value is (55,35,90). Sum of RGB (Red+Green+Blue) = 55+35+90=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #37235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37235A is #C8DCA5. Grayscale: #2F2F2F. Windows color (decimal): -13163686 or 5907255. OLE color: 5907255.
HSL color Cylindrical-coordinate representation of color #37235A: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37235A is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 35 | 90 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.65 |
| HSL | 261.82º | 0.44% | 0.25% | - |
| HSV(B) | 261.82º | 0.61% | 0.35% | - |
| XYZ | 4.02 | 2.75 | 9.99 | - |
| YUV | 47.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 90 | 0.39 | 0.61 | 0 | 0.65 | 261.82 | 0.44 | 0.25 |
| Hex | 37 | 23 | 5A | 27 | 3D | 0 | 41 | 106 | 2C | 19 |
| Octal | 67 | 43 | 132 | 47 | 75 | 0 | 101 | 406 | 54 | 31 |
| Binary | 110111 | 100011 | 1011010 | 100111 | 111101 | 0 | 1000001 | 100000110 | 101100 | 11001 |
Color Harmonies of #37235A
Complementary color
Monochromatic Colors of #37235A
Black with #37235A
Text Example
Text Example
White with #37235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37235A; }
p { color: rgb(55,35,90); }
H1.HeaderClassName
{
color: #37235A;
}
.AnyTagClassName
{
color: #37235A;
}
</style>
background-color css
<style>
a { background-color: #37235A; }
a { background-color: rgb(55,35,90); }
div.DivClassName
{
background-color: #37235A;
}
.BgClassName
{
background-color: #37235A;
}
</style>
border-color css
<style>
span { border-color: #37235A; }
span { border-color: rgb(55,35,90); }
td.TdClassName
{
border-color: #37235A;
}
.TagClassName
{
border-color: #37235A;
}
</style>