Shades of Lucky Point #2E3456
Tints of Lucky Point #2E3456
RGB
CMYK
RGB Variations
Color information
#2E3456 (or 0x2E3456) is known color: Lucky Point. HEX triplet: 2E, 34 and 56. RGB value is (46,52,86). Sum of RGB (Red+Green+Blue) = 46+52+86=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #2E3456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3456 is #D1CBA9. Grayscale: #353535. Windows color (decimal): -13749162 or 5649454. OLE color: 5649454.
HSL color Cylindrical-coordinate representation of color #2E3456: hue angle of 231º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E3456 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 52 | 86 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.66 |
| HSL | 231º | 0.3% | 0.26% | - |
| HSV(B) | 231º | 0.47% | 0.34% | - |
| XYZ | 4.03 | 3.71 | 9.31 | - |
| YUV | 54.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 86 | 0.47 | 0.40 | 0 | 0.66 | 231 | 0.3 | 0.26 |
| Hex | 2E | 34 | 56 | 2F | 28 | 0 | 42 | E7 | 1E | 1A |
| Octal | 56 | 64 | 126 | 57 | 50 | 0 | 102 | 347 | 36 | 32 |
| Binary | 101110 | 110100 | 1010110 | 101111 | 101000 | 0 | 1000010 | 11100111 | 11110 | 11010 |
Color Harmonies of #2E3456
Complementary color
Monochromatic Colors of #2E3456
Black with #2E3456
Text Example
Text Example
White with #2E3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3456; }
p { color: rgb(46,52,86); }
H1.HeaderClassName
{
color: #2E3456;
}
.AnyTagClassName
{
color: #2E3456;
}
</style>
background-color css
<style>
a { background-color: #2E3456; }
a { background-color: rgb(46,52,86); }
div.DivClassName
{
background-color: #2E3456;
}
.BgClassName
{
background-color: #2E3456;
}
</style>
border-color css
<style>
span { border-color: #2E3456; }
span { border-color: rgb(46,52,86); }
td.TdClassName
{
border-color: #2E3456;
}
.TagClassName
{
border-color: #2E3456;
}
</style>