Shades of Lucky Point #2E335A
Tints of Lucky Point #2E335A
RGB
CMYK
RGB Variations
Color information
#2E335A (or 0x2E335A) is known color: Lucky Point. HEX triplet: 2E, 33 and 5A. RGB value is (46,51,90). Sum of RGB (Red+Green+Blue) = 46+51+90=187 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.60% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E335A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E335A is #D1CCA5. Grayscale: #353535. Windows color (decimal): -13749414 or 5911342. OLE color: 5911342.
HSL color Cylindrical-coordinate representation of color #2E335A: hue angle of 233.18º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E335A is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 46 | 51 | 90 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.65 |
| HSL | 233.18º | 0.32% | 0.27% | - |
| HSV(B) | 233.18º | 0.49% | 0.35% | - |
| XYZ | 4.16 | 3.69 | 10.17 | - |
| YUV | 53.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 90 | 0.49 | 0.43 | 0 | 0.65 | 233.18 | 0.32 | 0.27 |
| Hex | 2E | 33 | 5A | 31 | 2B | 0 | 41 | E9 | 20 | 1B |
| Octal | 56 | 63 | 132 | 61 | 53 | 0 | 101 | 351 | 40 | 33 |
| Binary | 101110 | 110011 | 1011010 | 110001 | 101011 | 0 | 1000001 | 11101001 | 100000 | 11011 |
Color Harmonies of #2E335A
Complementary color
Monochromatic Colors of #2E335A
Black with #2E335A
Text Example
Text Example
White with #2E335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E335A; }
p { color: rgb(46,51,90); }
H1.HeaderClassName
{
color: #2E335A;
}
.AnyTagClassName
{
color: #2E335A;
}
</style>
background-color css
<style>
a { background-color: #2E335A; }
a { background-color: rgb(46,51,90); }
div.DivClassName
{
background-color: #2E335A;
}
.BgClassName
{
background-color: #2E335A;
}
</style>
border-color css
<style>
span { border-color: #2E335A; }
span { border-color: rgb(46,51,90); }
td.TdClassName
{
border-color: #2E335A;
}
.TagClassName
{
border-color: #2E335A;
}
</style>