Shades of Christalle #2E165A
Tints of Christalle #2E165A
RGB
CMYK
RGB Variations
Color information
#2E165A (or 0x2E165A) is known color: Christalle. HEX triplet: 2E, 16 and 5A. RGB value is (46,22,90). Sum of RGB (Red+Green+Blue) = 46+22+90=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E165A is #D1E9A5. Grayscale: #242424. Windows color (decimal): -13756838 or 5903918. OLE color: 5903918.
HSL color Cylindrical-coordinate representation of color #2E165A: hue angle of 261.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E165A is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 22 | 90 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.65 |
| HSL | 261.18º | 0.61% | 0.22% | - |
| HSV(B) | 261.18º | 0.76% | 0.35% | - |
| XYZ | 3.26 | 1.89 | 9.87 | - |
| YUV | 36.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 90 | 0.49 | 0.76 | 0 | 0.65 | 261.18 | 0.61 | 0.22 |
| Hex | 2E | 16 | 5A | 31 | 4C | 0 | 41 | 105 | 3D | 16 |
| Octal | 56 | 26 | 132 | 61 | 114 | 0 | 101 | 405 | 75 | 26 |
| Binary | 101110 | 10110 | 1011010 | 110001 | 1001100 | 0 | 1000001 | 100000101 | 111101 | 10110 |
Color Harmonies of #2E165A
Complementary color
Monochromatic Colors of #2E165A
Black with #2E165A
Text Example
Text Example
White with #2E165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E165A; }
p { color: rgb(46,22,90); }
H1.HeaderClassName
{
color: #2E165A;
}
.AnyTagClassName
{
color: #2E165A;
}
</style>
background-color css
<style>
a { background-color: #2E165A; }
a { background-color: rgb(46,22,90); }
div.DivClassName
{
background-color: #2E165A;
}
.BgClassName
{
background-color: #2E165A;
}
</style>
border-color css
<style>
span { border-color: #2E165A; }
span { border-color: rgb(46,22,90); }
td.TdClassName
{
border-color: #2E165A;
}
.TagClassName
{
border-color: #2E165A;
}
</style>