Shades of Lucky Point #2E3558
Tints of Lucky Point #2E3558
RGB
CMYK
RGB Variations
Color information
#2E3558 (or 0x2E3558) is known color: Lucky Point. HEX triplet: 2E, 35 and 58. RGB value is (46,53,88). Sum of RGB (Red+Green+Blue) = 46+53+88=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E3558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3558 is #D1CAA7. Grayscale: #363636. Windows color (decimal): -13748904 or 5780782. OLE color: 5780782.
HSL color Cylindrical-coordinate representation of color #2E3558: hue angle of 230º degrees, saturation: 0.31, 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 #2E3558 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 53 | 88 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.65 |
| HSL | 230º | 0.31% | 0.26% | - |
| HSV(B) | 230º | 0.48% | 0.35% | - |
| XYZ | 4.16 | 3.83 | 9.75 | - |
| YUV | 54.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 88 | 0.48 | 0.40 | 0 | 0.65 | 230 | 0.31 | 0.26 |
| Hex | 2E | 35 | 58 | 30 | 28 | 0 | 41 | E6 | 1F | 1A |
| Octal | 56 | 65 | 130 | 60 | 50 | 0 | 101 | 346 | 37 | 32 |
| Binary | 101110 | 110101 | 1011000 | 110000 | 101000 | 0 | 1000001 | 11100110 | 11111 | 11010 |
Color Harmonies of #2E3558
Complementary color
Monochromatic Colors of #2E3558
Black with #2E3558
Text Example
Text Example
White with #2E3558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3558; }
p { color: rgb(46,53,88); }
H1.HeaderClassName
{
color: #2E3558;
}
.AnyTagClassName
{
color: #2E3558;
}
</style>
background-color css
<style>
a { background-color: #2E3558; }
a { background-color: rgb(46,53,88); }
div.DivClassName
{
background-color: #2E3558;
}
.BgClassName
{
background-color: #2E3558;
}
</style>
border-color css
<style>
span { border-color: #2E3558; }
span { border-color: rgb(46,53,88); }
td.TdClassName
{
border-color: #2E3558;
}
.TagClassName
{
border-color: #2E3558;
}
</style>