Shades of Lucky Point #2B325C
Tints of Lucky Point #2B325C
RGB
CMYK
RGB Variations
Color information
#2B325C (or 0x2B325C) is known color: Lucky Point. HEX triplet: 2B, 32 and 5C. RGB value is (43,50,92). Sum of RGB (Red+Green+Blue) = 43+50+92=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 92 (36.33% from 255 or 49.73% from 185); Max value from RGB is 92 - color contains mainly: blue. Hex color #2B325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B325C is #D4CDA3. Grayscale: #343434. Windows color (decimal): -13946276 or 6042155. OLE color: 6042155.
HSL color Cylindrical-coordinate representation of color #2B325C: hue angle of 231.43º 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 #2B325C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 43 | 50 | 92 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.64 |
| HSL | 231.43º | 0.36% | 0.26% | - |
| HSV(B) | 231.43º | 0.53% | 0.36% | - |
| XYZ | 4.07 | 3.57 | 10.6 | - |
| YUV | 52.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 92 | 0.53 | 0.46 | 0 | 0.64 | 231.43 | 0.36 | 0.26 |
| Hex | 2B | 32 | 5C | 35 | 2E | 0 | 40 | E7 | 24 | 1A |
| Octal | 53 | 62 | 134 | 65 | 56 | 0 | 100 | 347 | 44 | 32 |
| Binary | 101011 | 110010 | 1011100 | 110101 | 101110 | 0 | 1000000 | 11100111 | 100100 | 11010 |
Color Harmonies of #2B325C
Complementary color
Monochromatic Colors of #2B325C
Black with #2B325C
Text Example
Text Example
White with #2B325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B325C; }
p { color: rgb(43,50,92); }
H1.HeaderClassName
{
color: #2B325C;
}
.AnyTagClassName
{
color: #2B325C;
}
</style>
background-color css
<style>
a { background-color: #2B325C; }
a { background-color: rgb(43,50,92); }
div.DivClassName
{
background-color: #2B325C;
}
.BgClassName
{
background-color: #2B325C;
}
</style>
border-color css
<style>
span { border-color: #2B325C; }
span { border-color: rgb(43,50,92); }
td.TdClassName
{
border-color: #2B325C;
}
.TagClassName
{
border-color: #2B325C;
}
</style>