Shades of Lucky Point #2F344C
Tints of Lucky Point #2F344C
RGB
CMYK
RGB Variations
Color information
#2F344C (or 0x2F344C) is known color: Lucky Point. HEX triplet: 2F, 34 and 4C. RGB value is (47,52,76). Sum of RGB (Red+Green+Blue) = 47+52+76=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #2F344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F344C is #D0CBB3. Grayscale: #353535. Windows color (decimal): -13683636 or 4994095. OLE color: 4994095.
HSL color Cylindrical-coordinate representation of color #2F344C: hue angle of 229.66º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2F344C is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 47 | 52 | 76 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.70 |
| HSL | 229.66º | 0.24% | 0.24% | - |
| HSV(B) | 229.66º | 0.38% | 0.3% | - |
| XYZ | 3.7 | 3.58 | 7.33 | - |
| YUV | 53.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 52 | 76 | 0.38 | 0.32 | 0 | 0.70 | 229.66 | 0.24 | 0.24 |
| Hex | 2F | 34 | 4C | 26 | 20 | 0 | 46 | E6 | 18 | 18 |
| Octal | 57 | 64 | 114 | 46 | 40 | 0 | 106 | 346 | 30 | 30 |
| Binary | 101111 | 110100 | 1001100 | 100110 | 100000 | 0 | 1000110 | 11100110 | 11000 | 11000 |
Color Harmonies of #2F344C
Complementary color
Monochromatic Colors of #2F344C
Black with #2F344C
Text Example
Text Example
White with #2F344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F344C; }
p { color: rgb(47,52,76); }
H1.HeaderClassName
{
color: #2F344C;
}
.AnyTagClassName
{
color: #2F344C;
}
</style>
background-color css
<style>
a { background-color: #2F344C; }
a { background-color: rgb(47,52,76); }
div.DivClassName
{
background-color: #2F344C;
}
.BgClassName
{
background-color: #2F344C;
}
</style>
border-color css
<style>
span { border-color: #2F344C; }
span { border-color: rgb(47,52,76); }
td.TdClassName
{
border-color: #2F344C;
}
.TagClassName
{
border-color: #2F344C;
}
</style>