Shades of Lucky Point #2B2E55
Tints of Lucky Point #2B2E55
RGB
CMYK
RGB Variations
Color information
#2B2E55 (or 0x2B2E55) is known color: Lucky Point. HEX triplet: 2B, 2E and 55. RGB value is (43,46,85). Sum of RGB (Red+Green+Blue) = 43+46+85=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B2E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2E55 is #D4D1AA. Grayscale: #313131. Windows color (decimal): -13947307 or 5582379. OLE color: 5582379.
HSL color Cylindrical-coordinate representation of color #2B2E55: hue angle of 235.71º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B2E55 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 46 | 85 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.67 |
| HSL | 235.71º | 0.33% | 0.25% | - |
| HSV(B) | 235.71º | 0.49% | 0.33% | - |
| XYZ | 3.61 | 3.12 | 9.01 | - |
| YUV | 49.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 85 | 0.49 | 0.46 | 0 | 0.67 | 235.71 | 0.33 | 0.25 |
| Hex | 2B | 2E | 55 | 31 | 2E | 0 | 43 | EC | 21 | 19 |
| Octal | 53 | 56 | 125 | 61 | 56 | 0 | 103 | 354 | 41 | 31 |
| Binary | 101011 | 101110 | 1010101 | 110001 | 101110 | 0 | 1000011 | 11101100 | 100001 | 11001 |
Color Harmonies of #2B2E55
Complementary color
Monochromatic Colors of #2B2E55
Black with #2B2E55
Text Example
Text Example
White with #2B2E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E55; }
p { color: rgb(43,46,85); }
H1.HeaderClassName
{
color: #2B2E55;
}
.AnyTagClassName
{
color: #2B2E55;
}
</style>
background-color css
<style>
a { background-color: #2B2E55; }
a { background-color: rgb(43,46,85); }
div.DivClassName
{
background-color: #2B2E55;
}
.BgClassName
{
background-color: #2B2E55;
}
</style>
border-color css
<style>
span { border-color: #2B2E55; }
span { border-color: rgb(43,46,85); }
td.TdClassName
{
border-color: #2B2E55;
}
.TagClassName
{
border-color: #2B2E55;
}
</style>