Shades of Lucky Point #2B3353
Tints of Lucky Point #2B3353
RGB
CMYK
RGB Variations
Color information
#2B3353 (or 0x2B3353) is known color: Lucky Point. HEX triplet: 2B, 33 and 53. RGB value is (43,51,83). Sum of RGB (Red+Green+Blue) = 43+51+83=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3353 is #D4CCAC. Grayscale: #343434. Windows color (decimal): -13946029 or 5452587. OLE color: 5452587.
HSL color Cylindrical-coordinate representation of color #2B3353: hue angle of 228º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B3353 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 51 | 83 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.67 |
| HSL | 228º | 0.32% | 0.25% | - |
| HSV(B) | 228º | 0.48% | 0.33% | - |
| XYZ | 3.74 | 3.51 | 8.66 | - |
| YUV | 52.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 83 | 0.48 | 0.39 | 0 | 0.67 | 228 | 0.32 | 0.25 |
| Hex | 2B | 33 | 53 | 30 | 27 | 0 | 43 | E4 | 20 | 19 |
| Octal | 53 | 63 | 123 | 60 | 47 | 0 | 103 | 344 | 40 | 31 |
| Binary | 101011 | 110011 | 1010011 | 110000 | 100111 | 0 | 1000011 | 11100100 | 100000 | 11001 |
Color Harmonies of #2B3353
Complementary color
Monochromatic Colors of #2B3353
Black with #2B3353
Text Example
Text Example
White with #2B3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3353; }
p { color: rgb(43,51,83); }
H1.HeaderClassName
{
color: #2B3353;
}
.AnyTagClassName
{
color: #2B3353;
}
</style>
background-color css
<style>
a { background-color: #2B3353; }
a { background-color: rgb(43,51,83); }
div.DivClassName
{
background-color: #2B3353;
}
.BgClassName
{
background-color: #2B3353;
}
</style>
border-color css
<style>
span { border-color: #2B3353; }
span { border-color: rgb(43,51,83); }
td.TdClassName
{
border-color: #2B3353;
}
.TagClassName
{
border-color: #2B3353;
}
</style>