Shades of Lucky Point #2E3453
Tints of Lucky Point #2E3453
RGB
CMYK
RGB Variations
Color information
#2E3453 (or 0x2E3453) is known color: Lucky Point. HEX triplet: 2E, 34 and 53. RGB value is (46,52,83). Sum of RGB (Red+Green+Blue) = 46+52+83=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E3453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3453 is #D1CBAC. Grayscale: #353535. Windows color (decimal): -13749165 or 5452846. OLE color: 5452846.
HSL color Cylindrical-coordinate representation of color #2E3453: hue angle of 230.27º 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 #2E3453 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 52 | 83 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.67 |
| HSL | 230.27º | 0.29% | 0.25% | - |
| HSV(B) | 230.27º | 0.45% | 0.33% | - |
| XYZ | 3.92 | 3.66 | 8.68 | - |
| YUV | 53.74 | 144.51 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 83 | 0.45 | 0.37 | 0 | 0.67 | 230.27 | 0.29 | 0.25 |
| Hex | 2E | 34 | 53 | 2D | 25 | 0 | 43 | E6 | 1D | 19 |
| Octal | 56 | 64 | 123 | 55 | 45 | 0 | 103 | 346 | 35 | 31 |
| Binary | 101110 | 110100 | 1010011 | 101101 | 100101 | 0 | 1000011 | 11100110 | 11101 | 11001 |
Color Harmonies of #2E3453
Complementary color
Monochromatic Colors of #2E3453
Black with #2E3453
Text Example
Text Example
White with #2E3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3453; }
p { color: rgb(46,52,83); }
H1.HeaderClassName
{
color: #2E3453;
}
.AnyTagClassName
{
color: #2E3453;
}
</style>
background-color css
<style>
a { background-color: #2E3453; }
a { background-color: rgb(46,52,83); }
div.DivClassName
{
background-color: #2E3453;
}
.BgClassName
{
background-color: #2E3453;
}
</style>
border-color css
<style>
span { border-color: #2E3453; }
span { border-color: rgb(46,52,83); }
td.TdClassName
{
border-color: #2E3453;
}
.TagClassName
{
border-color: #2E3453;
}
</style>