Shades of Lucky Point #2B2E58
Tints of Lucky Point #2B2E58
RGB
CMYK
RGB Variations
Color information
#2B2E58 (or 0x2B2E58) is known color: Lucky Point. HEX triplet: 2B, 2E and 58. RGB value is (43,46,88). Sum of RGB (Red+Green+Blue) = 43+46+88=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 88 (34.77% from 255 or 49.72% from 177); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E58 is #D4D1A7. Grayscale: #313131. Windows color (decimal): -13947304 or 5778987. OLE color: 5778987.
HSL color Cylindrical-coordinate representation of color #2B2E58: hue angle of 236º 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 #2B2E58 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 46 | 88 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.65 |
| HSL | 236º | 0.34% | 0.26% | - |
| HSV(B) | 236º | 0.51% | 0.35% | - |
| XYZ | 3.73 | 3.17 | 9.65 | - |
| YUV | 49.89 | 149.51 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 88 | 0.51 | 0.48 | 0 | 0.65 | 236 | 0.34 | 0.26 |
| Hex | 2B | 2E | 58 | 33 | 30 | 0 | 41 | EC | 22 | 1A |
| Octal | 53 | 56 | 130 | 63 | 60 | 0 | 101 | 354 | 42 | 32 |
| Binary | 101011 | 101110 | 1011000 | 110011 | 110000 | 0 | 1000001 | 11101100 | 100010 | 11010 |
Color Harmonies of #2B2E58
Complementary color
Monochromatic Colors of #2B2E58
Black with #2B2E58
Text Example
Text Example
White with #2B2E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E58; }
p { color: rgb(43,46,88); }
H1.HeaderClassName
{
color: #2B2E58;
}
.AnyTagClassName
{
color: #2B2E58;
}
</style>
background-color css
<style>
a { background-color: #2B2E58; }
a { background-color: rgb(43,46,88); }
div.DivClassName
{
background-color: #2B2E58;
}
.BgClassName
{
background-color: #2B2E58;
}
</style>
border-color css
<style>
span { border-color: #2B2E58; }
span { border-color: rgb(43,46,88); }
td.TdClassName
{
border-color: #2B2E58;
}
.TagClassName
{
border-color: #2B2E58;
}
</style>