Shades of Lucky Point #2F324E
Tints of Lucky Point #2F324E
RGB
CMYK
RGB Variations
Color information
#2F324E (or 0x2F324E) is known color: Lucky Point. HEX triplet: 2F, 32 and 4E. RGB value is (47,50,78). Sum of RGB (Red+Green+Blue) = 47+50+78=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F324E is #D0CDB1. Grayscale: #343434. Windows color (decimal): -13684146 or 5124655. OLE color: 5124655.
HSL color Cylindrical-coordinate representation of color #2F324E: hue angle of 234.19º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F324E is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 50 | 78 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.69 |
| HSL | 234.19º | 0.25% | 0.25% | - |
| HSV(B) | 234.19º | 0.4% | 0.31% | - |
| XYZ | 3.69 | 3.44 | 7.68 | - |
| YUV | 52.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 78 | 0.40 | 0.36 | 0 | 0.69 | 234.19 | 0.25 | 0.25 |
| Hex | 2F | 32 | 4E | 28 | 24 | 0 | 45 | EA | 19 | 19 |
| Octal | 57 | 62 | 116 | 50 | 44 | 0 | 105 | 352 | 31 | 31 |
| Binary | 101111 | 110010 | 1001110 | 101000 | 100100 | 0 | 1000101 | 11101010 | 11001 | 11001 |
Color Harmonies of #2F324E
Complementary color
Monochromatic Colors of #2F324E
Black with #2F324E
Text Example
Text Example
White with #2F324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F324E; }
p { color: rgb(47,50,78); }
H1.HeaderClassName
{
color: #2F324E;
}
.AnyTagClassName
{
color: #2F324E;
}
</style>
background-color css
<style>
a { background-color: #2F324E; }
a { background-color: rgb(47,50,78); }
div.DivClassName
{
background-color: #2F324E;
}
.BgClassName
{
background-color: #2F324E;
}
</style>
border-color css
<style>
span { border-color: #2F324E; }
span { border-color: rgb(47,50,78); }
td.TdClassName
{
border-color: #2F324E;
}
.TagClassName
{
border-color: #2F324E;
}
</style>