Shades of Lucky Point #2B2F58
Tints of Lucky Point #2B2F58
RGB
CMYK
RGB Variations
Color information
#2B2F58 (or 0x2B2F58) is known color: Lucky Point. HEX triplet: 2B, 2F and 58. RGB value is (43,47,88). Sum of RGB (Red+Green+Blue) = 43+47+88=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #2B2F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2F58 is #D4D0A7. Grayscale: #323232. Windows color (decimal): -13947048 or 5779243. OLE color: 5779243.
HSL color Cylindrical-coordinate representation of color #2B2F58: hue angle of 234.67º 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 #2B2F58 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 43 | 47 | 88 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.65 |
| HSL | 234.67º | 0.34% | 0.26% | - |
| HSV(B) | 234.67º | 0.51% | 0.35% | - |
| XYZ | 3.77 | 3.25 | 9.66 | - |
| YUV | 50.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 88 | 0.51 | 0.47 | 0 | 0.65 | 234.67 | 0.34 | 0.26 |
| Hex | 2B | 2F | 58 | 33 | 2F | 0 | 41 | EB | 22 | 1A |
| Octal | 53 | 57 | 130 | 63 | 57 | 0 | 101 | 353 | 42 | 32 |
| Binary | 101011 | 101111 | 1011000 | 110011 | 101111 | 0 | 1000001 | 11101011 | 100010 | 11010 |
Color Harmonies of #2B2F58
Complementary color
Monochromatic Colors of #2B2F58
Black with #2B2F58
Text Example
Text Example
White with #2B2F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F58; }
p { color: rgb(43,47,88); }
H1.HeaderClassName
{
color: #2B2F58;
}
.AnyTagClassName
{
color: #2B2F58;
}
</style>
background-color css
<style>
a { background-color: #2B2F58; }
a { background-color: rgb(43,47,88); }
div.DivClassName
{
background-color: #2B2F58;
}
.BgClassName
{
background-color: #2B2F58;
}
</style>
border-color css
<style>
span { border-color: #2B2F58; }
span { border-color: rgb(43,47,88); }
td.TdClassName
{
border-color: #2B2F58;
}
.TagClassName
{
border-color: #2B2F58;
}
</style>