Shades of Lucky Point #2C335C
Tints of Lucky Point #2C335C
RGB
CMYK
RGB Variations
Color information
#2C335C (or 0x2C335C) is known color: Lucky Point. HEX triplet: 2C, 33 and 5C. RGB value is (44,51,92). Sum of RGB (Red+Green+Blue) = 44+51+92=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #2C335C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C335C is #D3CCA3. Grayscale: #353535. Windows color (decimal): -13880484 or 6042412. OLE color: 6042412.
HSL color Cylindrical-coordinate representation of color #2C335C: hue angle of 231.25º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2C335C is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 44 | 51 | 92 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.64 |
| HSL | 231.25º | 0.35% | 0.27% | - |
| HSV(B) | 231.25º | 0.52% | 0.36% | - |
| XYZ | 4.15 | 3.68 | 10.62 | - |
| YUV | 53.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 51 | 92 | 0.52 | 0.45 | 0 | 0.64 | 231.25 | 0.35 | 0.27 |
| Hex | 2C | 33 | 5C | 34 | 2D | 0 | 40 | E7 | 23 | 1B |
| Octal | 54 | 63 | 134 | 64 | 55 | 0 | 100 | 347 | 43 | 33 |
| Binary | 101100 | 110011 | 1011100 | 110100 | 101101 | 0 | 1000000 | 11100111 | 100011 | 11011 |
Color Harmonies of #2C335C
Complementary color
Monochromatic Colors of #2C335C
Black with #2C335C
Text Example
Text Example
White with #2C335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C335C; }
p { color: rgb(44,51,92); }
H1.HeaderClassName
{
color: #2C335C;
}
.AnyTagClassName
{
color: #2C335C;
}
</style>
background-color css
<style>
a { background-color: #2C335C; }
a { background-color: rgb(44,51,92); }
div.DivClassName
{
background-color: #2C335C;
}
.BgClassName
{
background-color: #2C335C;
}
</style>
border-color css
<style>
span { border-color: #2C335C; }
span { border-color: rgb(44,51,92); }
td.TdClassName
{
border-color: #2C335C;
}
.TagClassName
{
border-color: #2C335C;
}
</style>