Shades of Lucky Point #2F334B
Tints of Lucky Point #2F334B
RGB
CMYK
RGB Variations
Color information
#2F334B (or 0x2F334B) is known color: Lucky Point. HEX triplet: 2F, 33 and 4B. RGB value is (47,51,75). Sum of RGB (Red+Green+Blue) = 47+51+75=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F334B is #D0CCB4. Grayscale: #343434. Windows color (decimal): -13683893 or 4928303. OLE color: 4928303.
HSL color Cylindrical-coordinate representation of color #2F334B: hue angle of 231.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F334B is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 51 | 75 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.71 |
| HSL | 231.43º | 0.23% | 0.24% | - |
| HSV(B) | 231.43º | 0.37% | 0.29% | - |
| XYZ | 3.63 | 3.48 | 7.14 | - |
| YUV | 52.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 75 | 0.37 | 0.32 | 0 | 0.71 | 231.43 | 0.23 | 0.24 |
| Hex | 2F | 33 | 4B | 25 | 20 | 0 | 47 | E7 | 17 | 18 |
| Octal | 57 | 63 | 113 | 45 | 40 | 0 | 107 | 347 | 27 | 30 |
| Binary | 101111 | 110011 | 1001011 | 100101 | 100000 | 0 | 1000111 | 11100111 | 10111 | 11000 |
Color Harmonies of #2F334B
Complementary color
Monochromatic Colors of #2F334B
Black with #2F334B
Text Example
Text Example
White with #2F334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F334B; }
p { color: rgb(47,51,75); }
H1.HeaderClassName
{
color: #2F334B;
}
.AnyTagClassName
{
color: #2F334B;
}
</style>
background-color css
<style>
a { background-color: #2F334B; }
a { background-color: rgb(47,51,75); }
div.DivClassName
{
background-color: #2F334B;
}
.BgClassName
{
background-color: #2F334B;
}
</style>
border-color css
<style>
span { border-color: #2F334B; }
span { border-color: rgb(47,51,75); }
td.TdClassName
{
border-color: #2F334B;
}
.TagClassName
{
border-color: #2F334B;
}
</style>