Shades of Lucky Point #2B325D
Tints of Lucky Point #2B325D
RGB
CMYK
RGB Variations
Color information
#2B325D (or 0x2B325D) is known color: Lucky Point. HEX triplet: 2B, 32 and 5D. RGB value is (43,50,93). Sum of RGB (Red+Green+Blue) = 43+50+93=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B325D is #D4CDA2. Grayscale: #343434. Windows color (decimal): -13946275 or 6107691. OLE color: 6107691.
HSL color Cylindrical-coordinate representation of color #2B325D: hue angle of 231.6º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B325D is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 50 | 93 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.64 |
| HSL | 231.6º | 0.37% | 0.27% | - |
| HSV(B) | 231.6º | 0.54% | 0.36% | - |
| XYZ | 4.11 | 3.59 | 10.83 | - |
| YUV | 52.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 93 | 0.54 | 0.46 | 0 | 0.64 | 231.6 | 0.37 | 0.27 |
| Hex | 2B | 32 | 5D | 36 | 2E | 0 | 40 | E8 | 25 | 1B |
| Octal | 53 | 62 | 135 | 66 | 56 | 0 | 100 | 350 | 45 | 33 |
| Binary | 101011 | 110010 | 1011101 | 110110 | 101110 | 0 | 1000000 | 11101000 | 100101 | 11011 |
Color Harmonies of #2B325D
Complementary color
Monochromatic Colors of #2B325D
Black with #2B325D
Text Example
Text Example
White with #2B325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B325D; }
p { color: rgb(43,50,93); }
H1.HeaderClassName
{
color: #2B325D;
}
.AnyTagClassName
{
color: #2B325D;
}
</style>
background-color css
<style>
a { background-color: #2B325D; }
a { background-color: rgb(43,50,93); }
div.DivClassName
{
background-color: #2B325D;
}
.BgClassName
{
background-color: #2B325D;
}
</style>
border-color css
<style>
span { border-color: #2B325D; }
span { border-color: rgb(43,50,93); }
td.TdClassName
{
border-color: #2B325D;
}
.TagClassName
{
border-color: #2B325D;
}
</style>