Shades of Lucky Point #2F3348
Tints of Lucky Point #2F3348
RGB
CMYK
RGB Variations
Color information
#2F3348 (or 0x2F3348) is known color: Lucky Point. HEX triplet: 2F, 33 and 48. RGB value is (47,51,72). Sum of RGB (Red+Green+Blue) = 47+51+72=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #2F3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3348 is #D0CCB7. Grayscale: #343434. Windows color (decimal): -13683896 or 4731695. OLE color: 4731695.
HSL color Cylindrical-coordinate representation of color #2F3348: hue angle of 230.4º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F3348 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 47 | 51 | 72 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.72 |
| HSL | 230.4º | 0.21% | 0.23% | - |
| HSV(B) | 230.4º | 0.35% | 0.28% | - |
| XYZ | 3.53 | 3.44 | 6.61 | - |
| YUV | 52.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 72 | 0.35 | 0.29 | 0 | 0.72 | 230.4 | 0.21 | 0.23 |
| Hex | 2F | 33 | 48 | 23 | 1D | 0 | 48 | E6 | 15 | 17 |
| Octal | 57 | 63 | 110 | 43 | 35 | 0 | 110 | 346 | 25 | 27 |
| Binary | 101111 | 110011 | 1001000 | 100011 | 11101 | 0 | 1001000 | 11100110 | 10101 | 10111 |
Color Harmonies of #2F3348
Complementary color
Monochromatic Colors of #2F3348
Black with #2F3348
Text Example
Text Example
White with #2F3348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3348; }
p { color: rgb(47,51,72); }
H1.HeaderClassName
{
color: #2F3348;
}
.AnyTagClassName
{
color: #2F3348;
}
</style>
background-color css
<style>
a { background-color: #2F3348; }
a { background-color: rgb(47,51,72); }
div.DivClassName
{
background-color: #2F3348;
}
.BgClassName
{
background-color: #2F3348;
}
</style>
border-color css
<style>
span { border-color: #2F3348; }
span { border-color: rgb(47,51,72); }
td.TdClassName
{
border-color: #2F3348;
}
.TagClassName
{
border-color: #2F3348;
}
</style>