Shades of Lucky Point #2E2F4B
Tints of Lucky Point #2E2F4B
RGB
CMYK
RGB Variations
Color information
#2E2F4B (or 0x2E2F4B) is known color: Lucky Point. HEX triplet: 2E, 2F and 4B. RGB value is (46,47,75). Sum of RGB (Red+Green+Blue) = 46+47+75=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E2F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2F4B is #D1D0B4. Grayscale: #313131. Windows color (decimal): -13750453 or 4927278. OLE color: 4927278.
HSL color Cylindrical-coordinate representation of color #2E2F4B: hue angle of 237.93º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E2F4B is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 47 | 75 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.71 |
| HSL | 237.93º | 0.24% | 0.24% | - |
| HSV(B) | 237.93º | 0.39% | 0.29% | - |
| XYZ | 3.41 | 3.12 | 7.08 | - |
| YUV | 49.89 | 142.17 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 75 | 0.39 | 0.37 | 0 | 0.71 | 237.93 | 0.24 | 0.24 |
| Hex | 2E | 2F | 4B | 27 | 25 | 0 | 47 | EE | 18 | 18 |
| Octal | 56 | 57 | 113 | 47 | 45 | 0 | 107 | 356 | 30 | 30 |
| Binary | 101110 | 101111 | 1001011 | 100111 | 100101 | 0 | 1000111 | 11101110 | 11000 | 11000 |
Color Harmonies of #2E2F4B
Complementary color
Monochromatic Colors of #2E2F4B
Black with #2E2F4B
Text Example
Text Example
White with #2E2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2F4B; }
p { color: rgb(46,47,75); }
H1.HeaderClassName
{
color: #2E2F4B;
}
.AnyTagClassName
{
color: #2E2F4B;
}
</style>
background-color css
<style>
a { background-color: #2E2F4B; }
a { background-color: rgb(46,47,75); }
div.DivClassName
{
background-color: #2E2F4B;
}
.BgClassName
{
background-color: #2E2F4B;
}
</style>
border-color css
<style>
span { border-color: #2E2F4B; }
span { border-color: rgb(46,47,75); }
td.TdClassName
{
border-color: #2E2F4B;
}
.TagClassName
{
border-color: #2E2F4B;
}
</style>