Shades of Lucky Point #2B325B
Tints of Lucky Point #2B325B
RGB
CMYK
RGB Variations
Color information
#2B325B (or 0x2B325B) is known color: Lucky Point. HEX triplet: 2B, 32 and 5B. RGB value is (43,50,91). Sum of RGB (Red+Green+Blue) = 43+50+91=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B325B is #D4CDA4. Grayscale: #343434. Windows color (decimal): -13946277 or 5976619. OLE color: 5976619.
HSL color Cylindrical-coordinate representation of color #2B325B: hue angle of 231.25º 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 #2B325B is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 50 | 91 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.64 |
| HSL | 231.25º | 0.36% | 0.26% | - |
| HSV(B) | 231.25º | 0.53% | 0.36% | - |
| XYZ | 4.03 | 3.55 | 10.37 | - |
| YUV | 52.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 91 | 0.53 | 0.45 | 0 | 0.64 | 231.25 | 0.36 | 0.26 |
| Hex | 2B | 32 | 5B | 35 | 2D | 0 | 40 | E7 | 24 | 1A |
| Octal | 53 | 62 | 133 | 65 | 55 | 0 | 100 | 347 | 44 | 32 |
| Binary | 101011 | 110010 | 1011011 | 110101 | 101101 | 0 | 1000000 | 11100111 | 100100 | 11010 |
Color Harmonies of #2B325B
Complementary color
Monochromatic Colors of #2B325B
Black with #2B325B
Text Example
Text Example
White with #2B325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B325B; }
p { color: rgb(43,50,91); }
H1.HeaderClassName
{
color: #2B325B;
}
.AnyTagClassName
{
color: #2B325B;
}
</style>
background-color css
<style>
a { background-color: #2B325B; }
a { background-color: rgb(43,50,91); }
div.DivClassName
{
background-color: #2B325B;
}
.BgClassName
{
background-color: #2B325B;
}
</style>
border-color css
<style>
span { border-color: #2B325B; }
span { border-color: rgb(43,50,91); }
td.TdClassName
{
border-color: #2B325B;
}
.TagClassName
{
border-color: #2B325B;
}
</style>