Shades of Lucky Point #2F314D
Tints of Lucky Point #2F314D
RGB
CMYK
RGB Variations
Color information
#2F314D (or 0x2F314D) is known color: Lucky Point. HEX triplet: 2F, 31 and 4D. RGB value is (47,49,77). Sum of RGB (Red+Green+Blue) = 47+49+77=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F314D is #D0CEB2. Grayscale: #333333. Windows color (decimal): -13684403 or 5058863. OLE color: 5058863.
HSL color Cylindrical-coordinate representation of color #2F314D: hue angle of 236º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F314D is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 49 | 77 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.70 |
| HSL | 236º | 0.24% | 0.24% | - |
| HSV(B) | 236º | 0.39% | 0.3% | - |
| XYZ | 3.61 | 3.34 | 7.47 | - |
| YUV | 51.59 | 142.34 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 49 | 77 | 0.39 | 0.36 | 0 | 0.70 | 236 | 0.24 | 0.24 |
| Hex | 2F | 31 | 4D | 27 | 24 | 0 | 46 | EC | 18 | 18 |
| Octal | 57 | 61 | 115 | 47 | 44 | 0 | 106 | 354 | 30 | 30 |
| Binary | 101111 | 110001 | 1001101 | 100111 | 100100 | 0 | 1000110 | 11101100 | 11000 | 11000 |
Color Harmonies of #2F314D
Complementary color
Monochromatic Colors of #2F314D
Black with #2F314D
Text Example
Text Example
White with #2F314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F314D; }
p { color: rgb(47,49,77); }
H1.HeaderClassName
{
color: #2F314D;
}
.AnyTagClassName
{
color: #2F314D;
}
</style>
background-color css
<style>
a { background-color: #2F314D; }
a { background-color: rgb(47,49,77); }
div.DivClassName
{
background-color: #2F314D;
}
.BgClassName
{
background-color: #2F314D;
}
</style>
border-color css
<style>
span { border-color: #2F314D; }
span { border-color: rgb(47,49,77); }
td.TdClassName
{
border-color: #2F314D;
}
.TagClassName
{
border-color: #2F314D;
}
</style>