Shades of Lucky Point #2C325D
Tints of Lucky Point #2C325D
RGB
CMYK
RGB Variations
Color information
#2C325D (or 0x2C325D) is known color: Lucky Point. HEX triplet: 2C, 32 and 5D. RGB value is (44,50,93). Sum of RGB (Red+Green+Blue) = 44+50+93=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #2C325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C325D is #D3CDA2. Grayscale: #343434. Windows color (decimal): -13880739 or 6107692. OLE color: 6107692.
HSL color Cylindrical-coordinate representation of color #2C325D: hue angle of 232.65º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C325D is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 50 | 93 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.64 |
| HSL | 232.65º | 0.36% | 0.27% | - |
| HSV(B) | 232.65º | 0.53% | 0.36% | - |
| XYZ | 4.16 | 3.61 | 10.83 | - |
| YUV | 53.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 93 | 0.53 | 0.46 | 0 | 0.64 | 232.65 | 0.36 | 0.27 |
| Hex | 2C | 32 | 5D | 35 | 2E | 0 | 40 | E9 | 24 | 1B |
| Octal | 54 | 62 | 135 | 65 | 56 | 0 | 100 | 351 | 44 | 33 |
| Binary | 101100 | 110010 | 1011101 | 110101 | 101110 | 0 | 1000000 | 11101001 | 100100 | 11011 |
Color Harmonies of #2C325D
Complementary color
Monochromatic Colors of #2C325D
Black with #2C325D
Text Example
Text Example
White with #2C325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C325D; }
p { color: rgb(44,50,93); }
H1.HeaderClassName
{
color: #2C325D;
}
.AnyTagClassName
{
color: #2C325D;
}
</style>
background-color css
<style>
a { background-color: #2C325D; }
a { background-color: rgb(44,50,93); }
div.DivClassName
{
background-color: #2C325D;
}
.BgClassName
{
background-color: #2C325D;
}
</style>
border-color css
<style>
span { border-color: #2C325D; }
span { border-color: rgb(44,50,93); }
td.TdClassName
{
border-color: #2C325D;
}
.TagClassName
{
border-color: #2C325D;
}
</style>