Shades of Lucky Point #2F3451
Tints of Lucky Point #2F3451
RGB
CMYK
RGB Variations
Color information
#2F3451 (or 0x2F3451) is known color: Lucky Point. HEX triplet: 2F, 34 and 51. RGB value is (47,52,81). Sum of RGB (Red+Green+Blue) = 47+52+81=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #2F3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3451 is #D0CBAE. Grayscale: #353535. Windows color (decimal): -13683631 or 5321775. OLE color: 5321775.
HSL color Cylindrical-coordinate representation of color #2F3451: hue angle of 231.18º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2F3451 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 52 | 81 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.68 |
| HSL | 231.18º | 0.27% | 0.25% | - |
| HSV(B) | 231.18º | 0.42% | 0.32% | - |
| XYZ | 3.89 | 3.65 | 8.29 | - |
| YUV | 53.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 81 | 0.42 | 0.36 | 0 | 0.68 | 231.18 | 0.27 | 0.25 |
| Hex | 2F | 34 | 51 | 2A | 24 | 0 | 44 | E7 | 1B | 19 |
| Octal | 57 | 64 | 121 | 52 | 44 | 0 | 104 | 347 | 33 | 31 |
| Binary | 101111 | 110100 | 1010001 | 101010 | 100100 | 0 | 1000100 | 11100111 | 11011 | 11001 |
Color Harmonies of #2F3451
Complementary color
Monochromatic Colors of #2F3451
Black with #2F3451
Text Example
Text Example
White with #2F3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3451; }
p { color: rgb(47,52,81); }
H1.HeaderClassName
{
color: #2F3451;
}
.AnyTagClassName
{
color: #2F3451;
}
</style>
background-color css
<style>
a { background-color: #2F3451; }
a { background-color: rgb(47,52,81); }
div.DivClassName
{
background-color: #2F3451;
}
.BgClassName
{
background-color: #2F3451;
}
</style>
border-color css
<style>
span { border-color: #2F3451; }
span { border-color: rgb(47,52,81); }
td.TdClassName
{
border-color: #2F3451;
}
.TagClassName
{
border-color: #2F3451;
}
</style>