Shades of Lucky Point #2B3153
Tints of Lucky Point #2B3153
RGB
CMYK
RGB Variations
Color information
#2B3153 (or 0x2B3153) is known color: Lucky Point. HEX triplet: 2B, 31 and 53. RGB value is (43,49,83). Sum of RGB (Red+Green+Blue) = 43+49+83=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3153 is #D4CEAC. Grayscale: #323232. Windows color (decimal): -13946541 or 5452075. OLE color: 5452075.
HSL color Cylindrical-coordinate representation of color #2B3153: hue angle of 231º 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 #2B3153 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 49 | 83 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.67 |
| HSL | 231º | 0.32% | 0.25% | - |
| HSV(B) | 231º | 0.48% | 0.33% | - |
| XYZ | 3.66 | 3.33 | 8.63 | - |
| YUV | 51.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 83 | 0.48 | 0.41 | 0 | 0.67 | 231 | 0.32 | 0.25 |
| Hex | 2B | 31 | 53 | 30 | 29 | 0 | 43 | E7 | 20 | 19 |
| Octal | 53 | 61 | 123 | 60 | 51 | 0 | 103 | 347 | 40 | 31 |
| Binary | 101011 | 110001 | 1010011 | 110000 | 101001 | 0 | 1000011 | 11100111 | 100000 | 11001 |
Color Harmonies of #2B3153
Complementary color
Monochromatic Colors of #2B3153
Black with #2B3153
Text Example
Text Example
White with #2B3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3153; }
p { color: rgb(43,49,83); }
H1.HeaderClassName
{
color: #2B3153;
}
.AnyTagClassName
{
color: #2B3153;
}
</style>
background-color css
<style>
a { background-color: #2B3153; }
a { background-color: rgb(43,49,83); }
div.DivClassName
{
background-color: #2B3153;
}
.BgClassName
{
background-color: #2B3153;
}
</style>
border-color css
<style>
span { border-color: #2B3153; }
span { border-color: rgb(43,49,83); }
td.TdClassName
{
border-color: #2B3153;
}
.TagClassName
{
border-color: #2B3153;
}
</style>