Shades of Lucky Point #2E314D
Tints of Lucky Point #2E314D
RGB
CMYK
RGB Variations
Color information
#2E314D (or 0x2E314D) is known color: Lucky Point. HEX triplet: 2E, 31 and 4D. RGB value is (46,49,77). Sum of RGB (Red+Green+Blue) = 46+49+77=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E314D is #D1CEB2. Grayscale: #333333. Windows color (decimal): -13749939 or 5058862. OLE color: 5058862.
HSL color Cylindrical-coordinate representation of color #2E314D: hue angle of 234.19º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E314D is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 49 | 77 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.70 |
| HSL | 234.19º | 0.25% | 0.24% | - |
| HSV(B) | 234.19º | 0.4% | 0.3% | - |
| XYZ | 3.56 | 3.31 | 7.47 | - |
| YUV | 51.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 77 | 0.40 | 0.36 | 0 | 0.70 | 234.19 | 0.25 | 0.24 |
| Hex | 2E | 31 | 4D | 28 | 24 | 0 | 46 | EA | 19 | 18 |
| Octal | 56 | 61 | 115 | 50 | 44 | 0 | 106 | 352 | 31 | 30 |
| Binary | 101110 | 110001 | 1001101 | 101000 | 100100 | 0 | 1000110 | 11101010 | 11001 | 11000 |
Color Harmonies of #2E314D
Complementary color
Monochromatic Colors of #2E314D
Black with #2E314D
Text Example
Text Example
White with #2E314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E314D; }
p { color: rgb(46,49,77); }
H1.HeaderClassName
{
color: #2E314D;
}
.AnyTagClassName
{
color: #2E314D;
}
</style>
background-color css
<style>
a { background-color: #2E314D; }
a { background-color: rgb(46,49,77); }
div.DivClassName
{
background-color: #2E314D;
}
.BgClassName
{
background-color: #2E314D;
}
</style>
border-color css
<style>
span { border-color: #2E314D; }
span { border-color: rgb(46,49,77); }
td.TdClassName
{
border-color: #2E314D;
}
.TagClassName
{
border-color: #2E314D;
}
</style>