Shades of Lucky Point #2E3455
Tints of Lucky Point #2E3455
RGB
CMYK
RGB Variations
Color information
#2E3455 (or 0x2E3455) is known color: Lucky Point. HEX triplet: 2E, 34 and 55. RGB value is (46,52,85). Sum of RGB (Red+Green+Blue) = 46+52+85=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E3455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3455 is #D1CBAA. Grayscale: #353535. Windows color (decimal): -13749163 or 5583918. OLE color: 5583918.
HSL color Cylindrical-coordinate representation of color #2E3455: hue angle of 230.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E3455 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 52 | 85 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.67 |
| HSL | 230.77º | 0.3% | 0.26% | - |
| HSV(B) | 230.77º | 0.46% | 0.33% | - |
| XYZ | 3.99 | 3.69 | 9.1 | - |
| YUV | 53.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 85 | 0.46 | 0.39 | 0 | 0.67 | 230.77 | 0.3 | 0.26 |
| Hex | 2E | 34 | 55 | 2E | 27 | 0 | 43 | E7 | 1E | 1A |
| Octal | 56 | 64 | 125 | 56 | 47 | 0 | 103 | 347 | 36 | 32 |
| Binary | 101110 | 110100 | 1010101 | 101110 | 100111 | 0 | 1000011 | 11100111 | 11110 | 11010 |
Color Harmonies of #2E3455
Complementary color
Monochromatic Colors of #2E3455
Black with #2E3455
Text Example
Text Example
White with #2E3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3455; }
p { color: rgb(46,52,85); }
H1.HeaderClassName
{
color: #2E3455;
}
.AnyTagClassName
{
color: #2E3455;
}
</style>
background-color css
<style>
a { background-color: #2E3455; }
a { background-color: rgb(46,52,85); }
div.DivClassName
{
background-color: #2E3455;
}
.BgClassName
{
background-color: #2E3455;
}
</style>
border-color css
<style>
span { border-color: #2E3455; }
span { border-color: rgb(46,52,85); }
td.TdClassName
{
border-color: #2E3455;
}
.TagClassName
{
border-color: #2E3455;
}
</style>