Shades of Lucky Point #2E334D
Tints of Lucky Point #2E334D
RGB
CMYK
RGB Variations
Color information
#2E334D (or 0x2E334D) is known color: Lucky Point. HEX triplet: 2E, 33 and 4D. RGB value is (46,51,77). Sum of RGB (Red+Green+Blue) = 46+51+77=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E334D is #D1CCB2. Grayscale: #343434. Windows color (decimal): -13749427 or 5059374. OLE color: 5059374.
HSL color Cylindrical-coordinate representation of color #2E334D: hue angle of 230.32º 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 #2E334D is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 51 | 77 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.70 |
| HSL | 230.32º | 0.25% | 0.24% | - |
| HSV(B) | 230.32º | 0.4% | 0.3% | - |
| XYZ | 3.65 | 3.48 | 7.5 | - |
| YUV | 52.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 77 | 0.40 | 0.34 | 0 | 0.70 | 230.32 | 0.25 | 0.24 |
| Hex | 2E | 33 | 4D | 28 | 22 | 0 | 46 | E6 | 19 | 18 |
| Octal | 56 | 63 | 115 | 50 | 42 | 0 | 106 | 346 | 31 | 30 |
| Binary | 101110 | 110011 | 1001101 | 101000 | 100010 | 0 | 1000110 | 11100110 | 11001 | 11000 |
Color Harmonies of #2E334D
Complementary color
Monochromatic Colors of #2E334D
Black with #2E334D
Text Example
Text Example
White with #2E334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E334D; }
p { color: rgb(46,51,77); }
H1.HeaderClassName
{
color: #2E334D;
}
.AnyTagClassName
{
color: #2E334D;
}
</style>
background-color css
<style>
a { background-color: #2E334D; }
a { background-color: rgb(46,51,77); }
div.DivClassName
{
background-color: #2E334D;
}
.BgClassName
{
background-color: #2E334D;
}
</style>
border-color css
<style>
span { border-color: #2E334D; }
span { border-color: rgb(46,51,77); }
td.TdClassName
{
border-color: #2E334D;
}
.TagClassName
{
border-color: #2E334D;
}
</style>