Shades of Lucky Point #2E3454
Tints of Lucky Point #2E3454
RGB
CMYK
RGB Variations
Color information
#2E3454 (or 0x2E3454) is known color: Lucky Point. HEX triplet: 2E, 34 and 54. RGB value is (46,52,84). Sum of RGB (Red+Green+Blue) = 46+52+84=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E3454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3454 is #D1CBAB. Grayscale: #353535. Windows color (decimal): -13749164 or 5518382. OLE color: 5518382.
HSL color Cylindrical-coordinate representation of color #2E3454: hue angle of 230.53º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E3454 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 52 | 84 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.67 |
| HSL | 230.53º | 0.29% | 0.25% | - |
| HSV(B) | 230.53º | 0.45% | 0.33% | - |
| XYZ | 3.95 | 3.68 | 8.89 | - |
| YUV | 53.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 84 | 0.45 | 0.38 | 0 | 0.67 | 230.53 | 0.29 | 0.25 |
| Hex | 2E | 34 | 54 | 2D | 26 | 0 | 43 | E7 | 1D | 19 |
| Octal | 56 | 64 | 124 | 55 | 46 | 0 | 103 | 347 | 35 | 31 |
| Binary | 101110 | 110100 | 1010100 | 101101 | 100110 | 0 | 1000011 | 11100111 | 11101 | 11001 |
Color Harmonies of #2E3454
Complementary color
Monochromatic Colors of #2E3454
Black with #2E3454
Text Example
Text Example
White with #2E3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3454; }
p { color: rgb(46,52,84); }
H1.HeaderClassName
{
color: #2E3454;
}
.AnyTagClassName
{
color: #2E3454;
}
</style>
background-color css
<style>
a { background-color: #2E3454; }
a { background-color: rgb(46,52,84); }
div.DivClassName
{
background-color: #2E3454;
}
.BgClassName
{
background-color: #2E3454;
}
</style>
border-color css
<style>
span { border-color: #2E3454; }
span { border-color: rgb(46,52,84); }
td.TdClassName
{
border-color: #2E3454;
}
.TagClassName
{
border-color: #2E3454;
}
</style>