Shades of Lucky Point #2E2E59
Tints of Lucky Point #2E2E59
RGB
CMYK
RGB Variations
Color information
#2E2E59 (or 0x2E2E59) is known color: Lucky Point. HEX triplet: 2E, 2E and 59. RGB value is (46,46,89). Sum of RGB (Red+Green+Blue) = 46+46+89=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2E59 is #D1D1A6. Grayscale: #323232. Windows color (decimal): -13750695 or 5844526. OLE color: 5844526.
HSL color Cylindrical-coordinate representation of color #2E2E59: hue angle of 240º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2E59 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 46 | 89 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.65 |
| HSL | 240º | 0.32% | 0.26% | - |
| HSV(B) | 240º | 0.48% | 0.35% | - |
| XYZ | 3.91 | 3.26 | 9.87 | - |
| YUV | 50.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 89 | 0.48 | 0.48 | 0 | 0.65 | 240 | 0.32 | 0.26 |
| Hex | 2E | 2E | 59 | 30 | 30 | 0 | 41 | F0 | 20 | 1A |
| Octal | 56 | 56 | 131 | 60 | 60 | 0 | 101 | 360 | 40 | 32 |
| Binary | 101110 | 101110 | 1011001 | 110000 | 110000 | 0 | 1000001 | 11110000 | 100000 | 11010 |
Color Harmonies of #2E2E59
Complementary color
Monochromatic Colors of #2E2E59
Black with #2E2E59
Text Example
Text Example
White with #2E2E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E59; }
p { color: rgb(46,46,89); }
H1.HeaderClassName
{
color: #2E2E59;
}
.AnyTagClassName
{
color: #2E2E59;
}
</style>
background-color css
<style>
a { background-color: #2E2E59; }
a { background-color: rgb(46,46,89); }
div.DivClassName
{
background-color: #2E2E59;
}
.BgClassName
{
background-color: #2E2E59;
}
</style>
border-color css
<style>
span { border-color: #2E2E59; }
span { border-color: rgb(46,46,89); }
td.TdClassName
{
border-color: #2E2E59;
}
.TagClassName
{
border-color: #2E2E59;
}
</style>