Shades of Lucky Point #2E3353
Tints of Lucky Point #2E3353
RGB
CMYK
RGB Variations
Color information
#2E3353 (or 0x2E3353) is known color: Lucky Point. HEX triplet: 2E, 33 and 53. RGB value is (46,51,83). Sum of RGB (Red+Green+Blue) = 46+51+83=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3353 is #D1CCAC. Grayscale: #353535. Windows color (decimal): -13749421 or 5452590. OLE color: 5452590.
HSL color Cylindrical-coordinate representation of color #2E3353: hue angle of 231.89º 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 #2E3353 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 51 | 83 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.67 |
| HSL | 231.89º | 0.29% | 0.25% | - |
| HSV(B) | 231.89º | 0.45% | 0.33% | - |
| XYZ | 3.87 | 3.57 | 8.67 | - |
| YUV | 53.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 83 | 0.45 | 0.39 | 0 | 0.67 | 231.89 | 0.29 | 0.25 |
| Hex | 2E | 33 | 53 | 2D | 27 | 0 | 43 | E8 | 1D | 19 |
| Octal | 56 | 63 | 123 | 55 | 47 | 0 | 103 | 350 | 35 | 31 |
| Binary | 101110 | 110011 | 1010011 | 101101 | 100111 | 0 | 1000011 | 11101000 | 11101 | 11001 |
Color Harmonies of #2E3353
Complementary color
Monochromatic Colors of #2E3353
Black with #2E3353
Text Example
Text Example
White with #2E3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3353; }
p { color: rgb(46,51,83); }
H1.HeaderClassName
{
color: #2E3353;
}
.AnyTagClassName
{
color: #2E3353;
}
</style>
background-color css
<style>
a { background-color: #2E3353; }
a { background-color: rgb(46,51,83); }
div.DivClassName
{
background-color: #2E3353;
}
.BgClassName
{
background-color: #2E3353;
}
</style>
border-color css
<style>
span { border-color: #2E3353; }
span { border-color: rgb(46,51,83); }
td.TdClassName
{
border-color: #2E3353;
}
.TagClassName
{
border-color: #2E3353;
}
</style>