Shades of Lucky Point #2C2F4F
Tints of Lucky Point #2C2F4F
RGB
CMYK
RGB Variations
Color information
#2C2F4F (or 0x2C2F4F) is known color: Lucky Point. HEX triplet: 2C, 2F and 4F. RGB value is (44,47,79). Sum of RGB (Red+Green+Blue) = 44+47+79=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C2F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2F4F is #D3D0B0. Grayscale: #313131. Windows color (decimal): -13881521 or 5189420. OLE color: 5189420.
HSL color Cylindrical-coordinate representation of color #2C2F4F: hue angle of 234.86º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2C2F4F is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 47 | 79 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.69 |
| HSL | 234.86º | 0.28% | 0.24% | - |
| HSV(B) | 234.86º | 0.44% | 0.31% | - |
| XYZ | 3.47 | 3.13 | 7.82 | - |
| YUV | 49.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 47 | 79 | 0.44 | 0.41 | 0 | 0.69 | 234.86 | 0.28 | 0.24 |
| Hex | 2C | 2F | 4F | 2C | 29 | 0 | 45 | EB | 1C | 18 |
| Octal | 54 | 57 | 117 | 54 | 51 | 0 | 105 | 353 | 34 | 30 |
| Binary | 101100 | 101111 | 1001111 | 101100 | 101001 | 0 | 1000101 | 11101011 | 11100 | 11000 |
Color Harmonies of #2C2F4F
Complementary color
Monochromatic Colors of #2C2F4F
Black with #2C2F4F
Text Example
Text Example
White with #2C2F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2F4F; }
p { color: rgb(44,47,79); }
H1.HeaderClassName
{
color: #2C2F4F;
}
.AnyTagClassName
{
color: #2C2F4F;
}
</style>
background-color css
<style>
a { background-color: #2C2F4F; }
a { background-color: rgb(44,47,79); }
div.DivClassName
{
background-color: #2C2F4F;
}
.BgClassName
{
background-color: #2C2F4F;
}
</style>
border-color css
<style>
span { border-color: #2C2F4F; }
span { border-color: rgb(44,47,79); }
td.TdClassName
{
border-color: #2C2F4F;
}
.TagClassName
{
border-color: #2C2F4F;
}
</style>