Shades of Lucky Point #292F4B
Tints of Lucky Point #292F4B
RGB
CMYK
RGB Variations
Color information
#292F4B (or 0x292F4B) is known color: Lucky Point. HEX triplet: 29, 2F and 4B. RGB value is (41,47,75). Sum of RGB (Red+Green+Blue) = 41+47+75=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #292F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F4B is #D6D0B4. Grayscale: #303030. Windows color (decimal): -14078133 or 4927273. OLE color: 4927273.
HSL color Cylindrical-coordinate representation of color #292F4B: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #292F4B is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 47 | 75 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.71 |
| HSL | 229.41º | 0.29% | 0.23% | - |
| HSV(B) | 229.41º | 0.45% | 0.29% | - |
| XYZ | 3.2 | 3.01 | 7.07 | - |
| YUV | 48.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 75 | 0.45 | 0.37 | 0 | 0.71 | 229.41 | 0.29 | 0.23 |
| Hex | 29 | 2F | 4B | 2D | 25 | 0 | 47 | E5 | 1D | 17 |
| Octal | 51 | 57 | 113 | 55 | 45 | 0 | 107 | 345 | 35 | 27 |
| Binary | 101001 | 101111 | 1001011 | 101101 | 100101 | 0 | 1000111 | 11100101 | 11101 | 10111 |
Color Harmonies of #292F4B
Complementary color
Monochromatic Colors of #292F4B
Black with #292F4B
Text Example
Text Example
White with #292F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F4B; }
p { color: rgb(41,47,75); }
H1.HeaderClassName
{
color: #292F4B;
}
.AnyTagClassName
{
color: #292F4B;
}
</style>
background-color css
<style>
a { background-color: #292F4B; }
a { background-color: rgb(41,47,75); }
div.DivClassName
{
background-color: #292F4B;
}
.BgClassName
{
background-color: #292F4B;
}
</style>
border-color css
<style>
span { border-color: #292F4B; }
span { border-color: rgb(41,47,75); }
td.TdClassName
{
border-color: #292F4B;
}
.TagClassName
{
border-color: #292F4B;
}
</style>