Shades of Lucky Point #2E3255
Tints of Lucky Point #2E3255
RGB
CMYK
RGB Variations
Color information
#2E3255 (or 0x2E3255) is known color: Lucky Point. HEX triplet: 2E, 32 and 55. RGB value is (46,50,85). Sum of RGB (Red+Green+Blue) = 46+50+85=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E3255 is #D1CDAA. Grayscale: #343434. Windows color (decimal): -13749675 or 5583406. OLE color: 5583406.
HSL color Cylindrical-coordinate representation of color #2E3255: hue angle of 233.85º 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 #2E3255 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 50 | 85 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.67 |
| HSL | 233.85º | 0.3% | 0.26% | - |
| HSV(B) | 233.85º | 0.46% | 0.33% | - |
| XYZ | 3.91 | 3.52 | 9.07 | - |
| YUV | 52.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 85 | 0.46 | 0.41 | 0 | 0.67 | 233.85 | 0.3 | 0.26 |
| Hex | 2E | 32 | 55 | 2E | 29 | 0 | 43 | EA | 1E | 1A |
| Octal | 56 | 62 | 125 | 56 | 51 | 0 | 103 | 352 | 36 | 32 |
| Binary | 101110 | 110010 | 1010101 | 101110 | 101001 | 0 | 1000011 | 11101010 | 11110 | 11010 |
Color Harmonies of #2E3255
Complementary color
Monochromatic Colors of #2E3255
Black with #2E3255
Text Example
Text Example
White with #2E3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3255; }
p { color: rgb(46,50,85); }
H1.HeaderClassName
{
color: #2E3255;
}
.AnyTagClassName
{
color: #2E3255;
}
</style>
background-color css
<style>
a { background-color: #2E3255; }
a { background-color: rgb(46,50,85); }
div.DivClassName
{
background-color: #2E3255;
}
.BgClassName
{
background-color: #2E3255;
}
</style>
border-color css
<style>
span { border-color: #2E3255; }
span { border-color: rgb(46,50,85); }
td.TdClassName
{
border-color: #2E3255;
}
.TagClassName
{
border-color: #2E3255;
}
</style>