Shades of Lucky Point #2F3050
Tints of Lucky Point #2F3050
RGB
CMYK
RGB Variations
Color information
#2F3050 (or 0x2F3050) is known color: Lucky Point. HEX triplet: 2F, 30 and 50. RGB value is (47,48,80). Sum of RGB (Red+Green+Blue) = 47+48+80=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F3050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3050 is #D0CFAF. Grayscale: #333333. Windows color (decimal): -13684656 or 5255215. OLE color: 5255215.
HSL color Cylindrical-coordinate representation of color #2F3050: hue angle of 238.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F3050 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 48 | 80 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.69 |
| HSL | 238.18º | 0.26% | 0.25% | - |
| HSV(B) | 238.18º | 0.41% | 0.31% | - |
| XYZ | 3.68 | 3.3 | 8.03 | - |
| YUV | 51.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 48 | 80 | 0.41 | 0.40 | 0 | 0.69 | 238.18 | 0.26 | 0.25 |
| Hex | 2F | 30 | 50 | 29 | 28 | 0 | 45 | EE | 1A | 19 |
| Octal | 57 | 60 | 120 | 51 | 50 | 0 | 105 | 356 | 32 | 31 |
| Binary | 101111 | 110000 | 1010000 | 101001 | 101000 | 0 | 1000101 | 11101110 | 11010 | 11001 |
Color Harmonies of #2F3050
Complementary color
Monochromatic Colors of #2F3050
Black with #2F3050
Text Example
Text Example
White with #2F3050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3050; }
p { color: rgb(47,48,80); }
H1.HeaderClassName
{
color: #2F3050;
}
.AnyTagClassName
{
color: #2F3050;
}
</style>
background-color css
<style>
a { background-color: #2F3050; }
a { background-color: rgb(47,48,80); }
div.DivClassName
{
background-color: #2F3050;
}
.BgClassName
{
background-color: #2F3050;
}
</style>
border-color css
<style>
span { border-color: #2F3050; }
span { border-color: rgb(47,48,80); }
td.TdClassName
{
border-color: #2F3050;
}
.TagClassName
{
border-color: #2F3050;
}
</style>