Shades of Lucky Point #2B2C5B
Tints of Lucky Point #2B2C5B
RGB
CMYK
RGB Variations
Color information
#2B2C5B (or 0x2B2C5B) is known color: Lucky Point. HEX triplet: 2B, 2C and 5B. RGB value is (43,44,91). Sum of RGB (Red+Green+Blue) = 43+44+91=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B2C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2C5B is #D4D3A4. Grayscale: #303030. Windows color (decimal): -13947813 or 5975083. OLE color: 5975083.
HSL color Cylindrical-coordinate representation of color #2B2C5B: hue angle of 238.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B2C5B is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 44 | 91 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.64 |
| HSL | 238.75º | 0.36% | 0.26% | - |
| HSV(B) | 238.75º | 0.53% | 0.36% | - |
| XYZ | 3.79 | 3.07 | 10.29 | - |
| YUV | 49.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 44 | 91 | 0.53 | 0.52 | 0 | 0.64 | 238.75 | 0.36 | 0.26 |
| Hex | 2B | 2C | 5B | 35 | 34 | 0 | 40 | EF | 24 | 1A |
| Octal | 53 | 54 | 133 | 65 | 64 | 0 | 100 | 357 | 44 | 32 |
| Binary | 101011 | 101100 | 1011011 | 110101 | 110100 | 0 | 1000000 | 11101111 | 100100 | 11010 |
Color Harmonies of #2B2C5B
Complementary color
Monochromatic Colors of #2B2C5B
Black with #2B2C5B
Text Example
Text Example
White with #2B2C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2C5B; }
p { color: rgb(43,44,91); }
H1.HeaderClassName
{
color: #2B2C5B;
}
.AnyTagClassName
{
color: #2B2C5B;
}
</style>
background-color css
<style>
a { background-color: #2B2C5B; }
a { background-color: rgb(43,44,91); }
div.DivClassName
{
background-color: #2B2C5B;
}
.BgClassName
{
background-color: #2B2C5B;
}
</style>
border-color css
<style>
span { border-color: #2B2C5B; }
span { border-color: rgb(43,44,91); }
td.TdClassName
{
border-color: #2B2C5B;
}
.TagClassName
{
border-color: #2B2C5B;
}
</style>