Shades of Lucky Point #2E3054
Tints of Lucky Point #2E3054
RGB
CMYK
RGB Variations
Color information
#2E3054 (or 0x2E3054) is known color: Lucky Point. HEX triplet: 2E, 30 and 54. RGB value is (46,48,84). Sum of RGB (Red+Green+Blue) = 46+48+84=178 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.84% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E3054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3054 is #D1CFAB. Grayscale: #333333. Windows color (decimal): -13750188 or 5517358. OLE color: 5517358.
HSL color Cylindrical-coordinate representation of color #2E3054: hue angle of 236.84º 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 #2E3054 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 48 | 84 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.67 |
| HSL | 236.84º | 0.29% | 0.25% | - |
| HSV(B) | 236.84º | 0.45% | 0.33% | - |
| XYZ | 3.78 | 3.33 | 8.83 | - |
| YUV | 51.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 48 | 84 | 0.45 | 0.43 | 0 | 0.67 | 236.84 | 0.29 | 0.25 |
| Hex | 2E | 30 | 54 | 2D | 2B | 0 | 43 | ED | 1D | 19 |
| Octal | 56 | 60 | 124 | 55 | 53 | 0 | 103 | 355 | 35 | 31 |
| Binary | 101110 | 110000 | 1010100 | 101101 | 101011 | 0 | 1000011 | 11101101 | 11101 | 11001 |
Color Harmonies of #2E3054
Complementary color
Monochromatic Colors of #2E3054
Black with #2E3054
Text Example
Text Example
White with #2E3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3054; }
p { color: rgb(46,48,84); }
H1.HeaderClassName
{
color: #2E3054;
}
.AnyTagClassName
{
color: #2E3054;
}
</style>
background-color css
<style>
a { background-color: #2E3054; }
a { background-color: rgb(46,48,84); }
div.DivClassName
{
background-color: #2E3054;
}
.BgClassName
{
background-color: #2E3054;
}
</style>
border-color css
<style>
span { border-color: #2E3054; }
span { border-color: rgb(46,48,84); }
td.TdClassName
{
border-color: #2E3054;
}
.TagClassName
{
border-color: #2E3054;
}
</style>