Shades of Lucky Point #2E2F59
Tints of Lucky Point #2E2F59
RGB
CMYK
RGB Variations
Color information
#2E2F59 (or 0x2E2F59) is known color: Lucky Point. HEX triplet: 2E, 2F and 59. RGB value is (46,47,89). Sum of RGB (Red+Green+Blue) = 46+47+89=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #2E2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2F59 is #D1D0A6. Grayscale: #333333. Windows color (decimal): -13750439 or 5844782. OLE color: 5844782.
HSL color Cylindrical-coordinate representation of color #2E2F59: hue angle of 238.6º 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 #2E2F59 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 47 | 89 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.65 |
| HSL | 238.6º | 0.32% | 0.26% | - |
| HSV(B) | 238.6º | 0.48% | 0.35% | - |
| XYZ | 3.95 | 3.34 | 9.89 | - |
| YUV | 51.49 | 149.17 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 89 | 0.48 | 0.47 | 0 | 0.65 | 238.6 | 0.32 | 0.26 |
| Hex | 2E | 2F | 59 | 30 | 2F | 0 | 41 | EF | 20 | 1A |
| Octal | 56 | 57 | 131 | 60 | 57 | 0 | 101 | 357 | 40 | 32 |
| Binary | 101110 | 101111 | 1011001 | 110000 | 101111 | 0 | 1000001 | 11101111 | 100000 | 11010 |
Color Harmonies of #2E2F59
Complementary color
Monochromatic Colors of #2E2F59
Black with #2E2F59
Text Example
Text Example
White with #2E2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F59; }
p { color: rgb(46,47,89); }
H1.HeaderClassName
{
color: #2E2F59;
}
.AnyTagClassName
{
color: #2E2F59;
}
</style>
background-color css
<style>
a { background-color: #2E2F59; }
a { background-color: rgb(46,47,89); }
div.DivClassName
{
background-color: #2E2F59;
}
.BgClassName
{
background-color: #2E2F59;
}
</style>
border-color css
<style>
span { border-color: #2E2F59; }
span { border-color: rgb(46,47,89); }
td.TdClassName
{
border-color: #2E2F59;
}
.TagClassName
{
border-color: #2E2F59;
}
</style>