Shades of Lucky Point #2B3151
Tints of Lucky Point #2B3151
RGB
CMYK
RGB Variations
Color information
#2B3151 (or 0x2B3151) is known color: Lucky Point. HEX triplet: 2B, 31 and 51. RGB value is (43,49,81). Sum of RGB (Red+Green+Blue) = 43+49+81=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B3151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3151 is #D4CEAE. Grayscale: #323232. Windows color (decimal): -13946543 or 5321003. OLE color: 5321003.
HSL color Cylindrical-coordinate representation of color #2B3151: hue angle of 230.53º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B3151 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 49 | 81 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.68 |
| HSL | 230.53º | 0.31% | 0.24% | - |
| HSV(B) | 230.53º | 0.47% | 0.32% | - |
| XYZ | 3.58 | 3.3 | 8.23 | - |
| YUV | 50.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 81 | 0.47 | 0.40 | 0 | 0.68 | 230.53 | 0.31 | 0.24 |
| Hex | 2B | 31 | 51 | 2F | 28 | 0 | 44 | E7 | 1F | 18 |
| Octal | 53 | 61 | 121 | 57 | 50 | 0 | 104 | 347 | 37 | 30 |
| Binary | 101011 | 110001 | 1010001 | 101111 | 101000 | 0 | 1000100 | 11100111 | 11111 | 11000 |
Color Harmonies of #2B3151
Complementary color
Monochromatic Colors of #2B3151
Black with #2B3151
Text Example
Text Example
White with #2B3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3151; }
p { color: rgb(43,49,81); }
H1.HeaderClassName
{
color: #2B3151;
}
.AnyTagClassName
{
color: #2B3151;
}
</style>
background-color css
<style>
a { background-color: #2B3151; }
a { background-color: rgb(43,49,81); }
div.DivClassName
{
background-color: #2B3151;
}
.BgClassName
{
background-color: #2B3151;
}
</style>
border-color css
<style>
span { border-color: #2B3151; }
span { border-color: rgb(43,49,81); }
td.TdClassName
{
border-color: #2B3151;
}
.TagClassName
{
border-color: #2B3151;
}
</style>