Shades of Lucky Point #2F334F
Tints of Lucky Point #2F334F
RGB
CMYK
RGB Variations
Color information
#2F334F (or 0x2F334F) is known color: Lucky Point. HEX triplet: 2F, 33 and 4F. RGB value is (47,51,79). Sum of RGB (Red+Green+Blue) = 47+51+79=177 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.55% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F334F is #D0CCB0. Grayscale: #343434. Windows color (decimal): -13683889 or 5190447. OLE color: 5190447.
HSL color Cylindrical-coordinate representation of color #2F334F: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F334F is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 47 | 51 | 79 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.69 |
| HSL | 232.5º | 0.25% | 0.25% | - |
| HSV(B) | 232.5º | 0.41% | 0.31% | - |
| XYZ | 3.77 | 3.54 | 7.88 | - |
| YUV | 53 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 51 | 79 | 0.41 | 0.35 | 0 | 0.69 | 232.5 | 0.25 | 0.25 |
| Hex | 2F | 33 | 4F | 29 | 23 | 0 | 45 | E8 | 19 | 19 |
| Octal | 57 | 63 | 117 | 51 | 43 | 0 | 105 | 350 | 31 | 31 |
| Binary | 101111 | 110011 | 1001111 | 101001 | 100011 | 0 | 1000101 | 11101000 | 11001 | 11001 |
Color Harmonies of #2F334F
Complementary color
Monochromatic Colors of #2F334F
Black with #2F334F
Text Example
Text Example
White with #2F334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F334F; }
p { color: rgb(47,51,79); }
H1.HeaderClassName
{
color: #2F334F;
}
.AnyTagClassName
{
color: #2F334F;
}
</style>
background-color css
<style>
a { background-color: #2F334F; }
a { background-color: rgb(47,51,79); }
div.DivClassName
{
background-color: #2F334F;
}
.BgClassName
{
background-color: #2F334F;
}
</style>
border-color css
<style>
span { border-color: #2F334F; }
span { border-color: rgb(47,51,79); }
td.TdClassName
{
border-color: #2F334F;
}
.TagClassName
{
border-color: #2F334F;
}
</style>