Shades of Lucky Point #2B2B57
Tints of Lucky Point #2B2B57
RGB
CMYK
RGB Variations
Color information
#2B2B57 (or 0x2B2B57) is known color: Lucky Point. HEX triplet: 2B, 2B and 57. RGB value is (43,43,87). Sum of RGB (Red+Green+Blue) = 43+43+87=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B2B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2B57 is #D4D4A8. Grayscale: #2F2F2F. Windows color (decimal): -13948073 or 5712683. OLE color: 5712683.
HSL color Cylindrical-coordinate representation of color #2B2B57: hue angle of 240º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B2B57 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 43 | 87 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.66 |
| HSL | 240º | 0.34% | 0.25% | - |
| HSV(B) | 240º | 0.51% | 0.34% | - |
| XYZ | 3.58 | 2.93 | 9.39 | - |
| YUV | 48.02 | 150 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 43 | 87 | 0.51 | 0.51 | 0 | 0.66 | 240 | 0.34 | 0.25 |
| Hex | 2B | 2B | 57 | 33 | 33 | 0 | 42 | F0 | 22 | 19 |
| Octal | 53 | 53 | 127 | 63 | 63 | 0 | 102 | 360 | 42 | 31 |
| Binary | 101011 | 101011 | 1010111 | 110011 | 110011 | 0 | 1000010 | 11110000 | 100010 | 11001 |
Color Harmonies of #2B2B57
Complementary color
Monochromatic Colors of #2B2B57
Black with #2B2B57
Text Example
Text Example
White with #2B2B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2B57; }
p { color: rgb(43,43,87); }
H1.HeaderClassName
{
color: #2B2B57;
}
.AnyTagClassName
{
color: #2B2B57;
}
</style>
background-color css
<style>
a { background-color: #2B2B57; }
a { background-color: rgb(43,43,87); }
div.DivClassName
{
background-color: #2B2B57;
}
.BgClassName
{
background-color: #2B2B57;
}
</style>
border-color css
<style>
span { border-color: #2B2B57; }
span { border-color: rgb(43,43,87); }
td.TdClassName
{
border-color: #2B2B57;
}
.TagClassName
{
border-color: #2B2B57;
}
</style>