Shades of Lucky Point #2B2E50
Tints of Lucky Point #2B2E50
RGB
CMYK
RGB Variations
Color information
#2B2E50 (or 0x2B2E50) is known color: Lucky Point. HEX triplet: 2B, 2E and 50. RGB value is (43,46,80). Sum of RGB (Red+Green+Blue) = 43+46+80=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B2E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E50 is #D4D1AF. Grayscale: #303030. Windows color (decimal): -13947312 or 5254699. OLE color: 5254699.
HSL color Cylindrical-coordinate representation of color #2B2E50: hue angle of 235.14º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B2E50 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 46 | 80 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.69 |
| HSL | 235.14º | 0.3% | 0.24% | - |
| HSV(B) | 235.14º | 0.46% | 0.31% | - |
| XYZ | 3.42 | 3.05 | 8 | - |
| YUV | 48.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 80 | 0.46 | 0.42 | 0 | 0.69 | 235.14 | 0.3 | 0.24 |
| Hex | 2B | 2E | 50 | 2E | 2A | 0 | 45 | EB | 1E | 18 |
| Octal | 53 | 56 | 120 | 56 | 52 | 0 | 105 | 353 | 36 | 30 |
| Binary | 101011 | 101110 | 1010000 | 101110 | 101010 | 0 | 1000101 | 11101011 | 11110 | 11000 |
Color Harmonies of #2B2E50
Complementary color
Monochromatic Colors of #2B2E50
Black with #2B2E50
Text Example
Text Example
White with #2B2E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E50; }
p { color: rgb(43,46,80); }
H1.HeaderClassName
{
color: #2B2E50;
}
.AnyTagClassName
{
color: #2B2E50;
}
</style>
background-color css
<style>
a { background-color: #2B2E50; }
a { background-color: rgb(43,46,80); }
div.DivClassName
{
background-color: #2B2E50;
}
.BgClassName
{
background-color: #2B2E50;
}
</style>
border-color css
<style>
span { border-color: #2B2E50; }
span { border-color: rgb(43,46,80); }
td.TdClassName
{
border-color: #2B2E50;
}
.TagClassName
{
border-color: #2B2E50;
}
</style>