Shades of Lucky Point #2B3356
Tints of Lucky Point #2B3356
RGB
CMYK
RGB Variations
Color information
#2B3356 (or 0x2B3356) is known color: Lucky Point. HEX triplet: 2B, 33 and 56. RGB value is (43,51,86). Sum of RGB (Red+Green+Blue) = 43+51+86=180 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B3356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3356 is #D4CCA9. Grayscale: #343434. Windows color (decimal): -13946026 or 5649195. OLE color: 5649195.
HSL color Cylindrical-coordinate representation of color #2B3356: hue angle of 228.84º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B3356 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 43 | 51 | 86 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.66 |
| HSL | 228.84º | 0.33% | 0.25% | - |
| HSV(B) | 228.84º | 0.5% | 0.34% | - |
| XYZ | 3.86 | 3.55 | 9.29 | - |
| YUV | 52.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 86 | 0.50 | 0.41 | 0 | 0.66 | 228.84 | 0.33 | 0.25 |
| Hex | 2B | 33 | 56 | 32 | 29 | 0 | 42 | E5 | 21 | 19 |
| Octal | 53 | 63 | 126 | 62 | 51 | 0 | 102 | 345 | 41 | 31 |
| Binary | 101011 | 110011 | 1010110 | 110010 | 101001 | 0 | 1000010 | 11100101 | 100001 | 11001 |
Color Harmonies of #2B3356
Complementary color
Monochromatic Colors of #2B3356
Black with #2B3356
Text Example
Text Example
White with #2B3356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3356; }
p { color: rgb(43,51,86); }
H1.HeaderClassName
{
color: #2B3356;
}
.AnyTagClassName
{
color: #2B3356;
}
</style>
background-color css
<style>
a { background-color: #2B3356; }
a { background-color: rgb(43,51,86); }
div.DivClassName
{
background-color: #2B3356;
}
.BgClassName
{
background-color: #2B3356;
}
</style>
border-color css
<style>
span { border-color: #2B3356; }
span { border-color: rgb(43,51,86); }
td.TdClassName
{
border-color: #2B3356;
}
.TagClassName
{
border-color: #2B3356;
}
</style>