Shades of Christalle #2E165B
Tints of Christalle #2E165B
RGB
CMYK
RGB Variations
Color information
#2E165B (or 0x2E165B) is known color: Christalle. HEX triplet: 2E, 16 and 5B. RGB value is (46,22,91). Sum of RGB (Red+Green+Blue) = 46+22+91=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E165B is #D1E9A4. Grayscale: #242424. Windows color (decimal): -13756837 or 5969454. OLE color: 5969454.
HSL color Cylindrical-coordinate representation of color #2E165B: hue angle of 260.87º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E165B is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 46 | 22 | 91 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.64 |
| HSL | 260.87º | 0.61% | 0.22% | - |
| HSV(B) | 260.87º | 0.76% | 0.36% | - |
| XYZ | 3.3 | 1.91 | 10.09 | - |
| YUV | 37.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 91 | 0.49 | 0.76 | 0 | 0.64 | 260.87 | 0.61 | 0.22 |
| Hex | 2E | 16 | 5B | 31 | 4C | 0 | 40 | 105 | 3D | 16 |
| Octal | 56 | 26 | 133 | 61 | 114 | 0 | 100 | 405 | 75 | 26 |
| Binary | 101110 | 10110 | 1011011 | 110001 | 1001100 | 0 | 1000000 | 100000101 | 111101 | 10110 |
Color Harmonies of #2E165B
Complementary color
Monochromatic Colors of #2E165B
Black with #2E165B
Text Example
Text Example
White with #2E165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E165B; }
p { color: rgb(46,22,91); }
H1.HeaderClassName
{
color: #2E165B;
}
.AnyTagClassName
{
color: #2E165B;
}
</style>
background-color css
<style>
a { background-color: #2E165B; }
a { background-color: rgb(46,22,91); }
div.DivClassName
{
background-color: #2E165B;
}
.BgClassName
{
background-color: #2E165B;
}
</style>
border-color css
<style>
span { border-color: #2E165B; }
span { border-color: rgb(46,22,91); }
td.TdClassName
{
border-color: #2E165B;
}
.TagClassName
{
border-color: #2E165B;
}
</style>