Shades of Lucky Point #2F3452
Tints of Lucky Point #2F3452
RGB
CMYK
RGB Variations
Color information
#2F3452 (or 0x2F3452) is known color: Lucky Point. HEX triplet: 2F, 34 and 52. RGB value is (47,52,82). Sum of RGB (Red+Green+Blue) = 47+52+82=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #2F3452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3452 is #D0CBAD. Grayscale: #353535. Windows color (decimal): -13683630 or 5387311. OLE color: 5387311.
HSL color Cylindrical-coordinate representation of color #2F3452: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F3452 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 47 | 52 | 82 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.68 |
| HSL | 231.43º | 0.27% | 0.25% | - |
| HSV(B) | 231.43º | 0.43% | 0.32% | - |
| XYZ | 3.92 | 3.67 | 8.48 | - |
| YUV | 53.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 82 | 0.43 | 0.37 | 0 | 0.68 | 231.43 | 0.27 | 0.25 |
| Hex | 2F | 34 | 52 | 2B | 25 | 0 | 44 | E7 | 1B | 19 |
| Octal | 57 | 64 | 122 | 53 | 45 | 0 | 104 | 347 | 33 | 31 |
| Binary | 101111 | 110100 | 1010010 | 101011 | 100101 | 0 | 1000100 | 11100111 | 11011 | 11001 |
Color Harmonies of #2F3452
Complementary color
Monochromatic Colors of #2F3452
Black with #2F3452
Text Example
Text Example
White with #2F3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3452; }
p { color: rgb(47,52,82); }
H1.HeaderClassName
{
color: #2F3452;
}
.AnyTagClassName
{
color: #2F3452;
}
</style>
background-color css
<style>
a { background-color: #2F3452; }
a { background-color: rgb(47,52,82); }
div.DivClassName
{
background-color: #2F3452;
}
.BgClassName
{
background-color: #2F3452;
}
</style>
border-color css
<style>
span { border-color: #2F3452; }
span { border-color: rgb(47,52,82); }
td.TdClassName
{
border-color: #2F3452;
}
.TagClassName
{
border-color: #2F3452;
}
</style>