Shades of Lucky Point #2B3158
Tints of Lucky Point #2B3158
RGB
CMYK
RGB Variations
Color information
#2B3158 (or 0x2B3158) is known color: Lucky Point. HEX triplet: 2B, 31 and 58. RGB value is (43,49,88). Sum of RGB (Red+Green+Blue) = 43+49+88=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B3158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3158 is #D4CEA7. Grayscale: #333333. Windows color (decimal): -13946536 or 5779755. OLE color: 5779755.
HSL color Cylindrical-coordinate representation of color #2B3158: hue angle of 232º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3158 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 49 | 88 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.65 |
| HSL | 232º | 0.34% | 0.26% | - |
| HSV(B) | 232º | 0.51% | 0.35% | - |
| XYZ | 3.86 | 3.41 | 9.69 | - |
| YUV | 51.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 88 | 0.51 | 0.44 | 0 | 0.65 | 232 | 0.34 | 0.26 |
| Hex | 2B | 31 | 58 | 33 | 2C | 0 | 41 | E8 | 22 | 1A |
| Octal | 53 | 61 | 130 | 63 | 54 | 0 | 101 | 350 | 42 | 32 |
| Binary | 101011 | 110001 | 1011000 | 110011 | 101100 | 0 | 1000001 | 11101000 | 100010 | 11010 |
Color Harmonies of #2B3158
Complementary color
Monochromatic Colors of #2B3158
Black with #2B3158
Text Example
Text Example
White with #2B3158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3158; }
p { color: rgb(43,49,88); }
H1.HeaderClassName
{
color: #2B3158;
}
.AnyTagClassName
{
color: #2B3158;
}
</style>
background-color css
<style>
a { background-color: #2B3158; }
a { background-color: rgb(43,49,88); }
div.DivClassName
{
background-color: #2B3158;
}
.BgClassName
{
background-color: #2B3158;
}
</style>
border-color css
<style>
span { border-color: #2B3158; }
span { border-color: rgb(43,49,88); }
td.TdClassName
{
border-color: #2B3158;
}
.TagClassName
{
border-color: #2B3158;
}
</style>