Shades of Lucky Point #2B2F46
Tints of Lucky Point #2B2F46
RGB
CMYK
RGB Variations
Color information
#2B2F46 (or 0x2B2F46) is known color: Lucky Point. HEX triplet: 2B, 2F and 46. RGB value is (43,47,70). Sum of RGB (Red+Green+Blue) = 43+47+70=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B2F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2F46 is #D4D0B9. Grayscale: #303030. Windows color (decimal): -13947066 or 4599595. OLE color: 4599595.
HSL color Cylindrical-coordinate representation of color #2B2F46: hue angle of 231.11º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B2F46 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 47 | 70 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.73 |
| HSL | 231.11º | 0.24% | 0.22% | - |
| HSV(B) | 231.11º | 0.39% | 0.27% | - |
| XYZ | 3.12 | 2.99 | 6.21 | - |
| YUV | 48.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 70 | 0.39 | 0.33 | 0 | 0.73 | 231.11 | 0.24 | 0.22 |
| Hex | 2B | 2F | 46 | 27 | 21 | 0 | 49 | E7 | 18 | 16 |
| Octal | 53 | 57 | 106 | 47 | 41 | 0 | 111 | 347 | 30 | 26 |
| Binary | 101011 | 101111 | 1000110 | 100111 | 100001 | 0 | 1001001 | 11100111 | 11000 | 10110 |
Color Harmonies of #2B2F46
Complementary color
Monochromatic Colors of #2B2F46
Black with #2B2F46
Text Example
Text Example
White with #2B2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2F46; }
p { color: rgb(43,47,70); }
H1.HeaderClassName
{
color: #2B2F46;
}
.AnyTagClassName
{
color: #2B2F46;
}
</style>
background-color css
<style>
a { background-color: #2B2F46; }
a { background-color: rgb(43,47,70); }
div.DivClassName
{
background-color: #2B2F46;
}
.BgClassName
{
background-color: #2B2F46;
}
</style>
border-color css
<style>
span { border-color: #2B2F46; }
span { border-color: rgb(43,47,70); }
td.TdClassName
{
border-color: #2B2F46;
}
.TagClassName
{
border-color: #2B2F46;
}
</style>