Shades of Lucky Point #2E3458
Tints of Lucky Point #2E3458
RGB
CMYK
RGB Variations
Color information
#2E3458 (or 0x2E3458) is known color: Lucky Point. HEX triplet: 2E, 34 and 58. RGB value is (46,52,88). Sum of RGB (Red+Green+Blue) = 46+52+88=186 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.73% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #2E3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3458 is #D1CBA7. Grayscale: #363636. Windows color (decimal): -13749160 or 5780526. OLE color: 5780526.
HSL color Cylindrical-coordinate representation of color #2E3458: hue angle of 231.43º 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 #2E3458 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 52 | 88 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.65 |
| HSL | 231.43º | 0.31% | 0.26% | - |
| HSV(B) | 231.43º | 0.48% | 0.35% | - |
| XYZ | 4.12 | 3.74 | 9.74 | - |
| YUV | 54.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 88 | 0.48 | 0.41 | 0 | 0.65 | 231.43 | 0.31 | 0.26 |
| Hex | 2E | 34 | 58 | 30 | 29 | 0 | 41 | E7 | 1F | 1A |
| Octal | 56 | 64 | 130 | 60 | 51 | 0 | 101 | 347 | 37 | 32 |
| Binary | 101110 | 110100 | 1011000 | 110000 | 101001 | 0 | 1000001 | 11100111 | 11111 | 11010 |
Color Harmonies of #2E3458
Complementary color
Monochromatic Colors of #2E3458
Black with #2E3458
Text Example
Text Example
White with #2E3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3458; }
p { color: rgb(46,52,88); }
H1.HeaderClassName
{
color: #2E3458;
}
.AnyTagClassName
{
color: #2E3458;
}
</style>
background-color css
<style>
a { background-color: #2E3458; }
a { background-color: rgb(46,52,88); }
div.DivClassName
{
background-color: #2E3458;
}
.BgClassName
{
background-color: #2E3458;
}
</style>
border-color css
<style>
span { border-color: #2E3458; }
span { border-color: rgb(46,52,88); }
td.TdClassName
{
border-color: #2E3458;
}
.TagClassName
{
border-color: #2E3458;
}
</style>