Shades of Lucky Point #2B3457
Tints of Lucky Point #2B3457
RGB
CMYK
RGB Variations
Color information
#2B3457 (or 0x2B3457) is known color: Lucky Point. HEX triplet: 2B, 34 and 57. RGB value is (43,52,87). Sum of RGB (Red+Green+Blue) = 43+52+87=182 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.63% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B3457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3457 is #D4CBA8. Grayscale: #353535. Windows color (decimal): -13945769 or 5714987. OLE color: 5714987.
HSL color Cylindrical-coordinate representation of color #2B3457: hue angle of 227.73º 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 #2B3457 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 52 | 87 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.66 |
| HSL | 227.73º | 0.34% | 0.25% | - |
| HSV(B) | 227.73º | 0.51% | 0.34% | - |
| XYZ | 3.94 | 3.66 | 9.51 | - |
| YUV | 53.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 87 | 0.51 | 0.40 | 0 | 0.66 | 227.73 | 0.34 | 0.25 |
| Hex | 2B | 34 | 57 | 33 | 28 | 0 | 42 | E4 | 22 | 19 |
| Octal | 53 | 64 | 127 | 63 | 50 | 0 | 102 | 344 | 42 | 31 |
| Binary | 101011 | 110100 | 1010111 | 110011 | 101000 | 0 | 1000010 | 11100100 | 100010 | 11001 |
Color Harmonies of #2B3457
Complementary color
Monochromatic Colors of #2B3457
Black with #2B3457
Text Example
Text Example
White with #2B3457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3457; }
p { color: rgb(43,52,87); }
H1.HeaderClassName
{
color: #2B3457;
}
.AnyTagClassName
{
color: #2B3457;
}
</style>
background-color css
<style>
a { background-color: #2B3457; }
a { background-color: rgb(43,52,87); }
div.DivClassName
{
background-color: #2B3457;
}
.BgClassName
{
background-color: #2B3457;
}
</style>
border-color css
<style>
span { border-color: #2B3457; }
span { border-color: rgb(43,52,87); }
td.TdClassName
{
border-color: #2B3457;
}
.TagClassName
{
border-color: #2B3457;
}
</style>