Shades of Lucky Point #2B2E49
Tints of Lucky Point #2B2E49
RGB
CMYK
RGB Variations
Color information
#2B2E49 (or 0x2B2E49) is known color: Lucky Point. HEX triplet: 2B, 2E and 49. RGB value is (43,46,73). Sum of RGB (Red+Green+Blue) = 43+46+73=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B2E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E49 is #D4D1B6. Grayscale: #303030. Windows color (decimal): -13947319 or 4795947. OLE color: 4795947.
HSL color Cylindrical-coordinate representation of color #2B2E49: hue angle of 234º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B2E49 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 46 | 73 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.71 |
| HSL | 234º | 0.26% | 0.23% | - |
| HSV(B) | 234º | 0.41% | 0.29% | - |
| XYZ | 3.18 | 2.95 | 6.71 | - |
| YUV | 48.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 73 | 0.41 | 0.37 | 0 | 0.71 | 234 | 0.26 | 0.23 |
| Hex | 2B | 2E | 49 | 29 | 25 | 0 | 47 | EA | 1A | 17 |
| Octal | 53 | 56 | 111 | 51 | 45 | 0 | 107 | 352 | 32 | 27 |
| Binary | 101011 | 101110 | 1001001 | 101001 | 100101 | 0 | 1000111 | 11101010 | 11010 | 10111 |
Color Harmonies of #2B2E49
Complementary color
Monochromatic Colors of #2B2E49
Black with #2B2E49
Text Example
Text Example
White with #2B2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E49; }
p { color: rgb(43,46,73); }
H1.HeaderClassName
{
color: #2B2E49;
}
.AnyTagClassName
{
color: #2B2E49;
}
</style>
background-color css
<style>
a { background-color: #2B2E49; }
a { background-color: rgb(43,46,73); }
div.DivClassName
{
background-color: #2B2E49;
}
.BgClassName
{
background-color: #2B2E49;
}
</style>
border-color css
<style>
span { border-color: #2B2E49; }
span { border-color: rgb(43,46,73); }
td.TdClassName
{
border-color: #2B2E49;
}
.TagClassName
{
border-color: #2B2E49;
}
</style>