Shades of Lucky Point #293060
Tints of Lucky Point #293060
RGB
CMYK
RGB Variations
Color information
#293060 (or 0x293060) is known color: Lucky Point. HEX triplet: 29, 30 and 60. RGB value is (41,48,96). Sum of RGB (Red+Green+Blue) = 41+48+96=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #293060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293060 is #D6CF9F. Grayscale: #333333. Windows color (decimal): -14077856 or 6303785. OLE color: 6303785.
HSL color Cylindrical-coordinate representation of color #293060: hue angle of 232.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293060 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 41 | 48 | 96 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.62 |
| HSL | 232.36º | 0.4% | 0.27% | - |
| HSV(B) | 232.36º | 0.57% | 0.38% | - |
| XYZ | 4.08 | 3.43 | 11.51 | - |
| YUV | 51.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 96 | 0.57 | 0.50 | 0 | 0.62 | 232.36 | 0.4 | 0.27 |
| Hex | 29 | 30 | 60 | 39 | 32 | 0 | 3E | E8 | 28 | 1B |
| Octal | 51 | 60 | 140 | 71 | 62 | 0 | 76 | 350 | 50 | 33 |
| Binary | 101001 | 110000 | 1100000 | 111001 | 110010 | 0 | 111110 | 11101000 | 101000 | 11011 |
Color Harmonies of #293060
Complementary color
Monochromatic Colors of #293060
Black with #293060
Text Example
Text Example
White with #293060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293060; }
p { color: rgb(41,48,96); }
H1.HeaderClassName
{
color: #293060;
}
.AnyTagClassName
{
color: #293060;
}
</style>
background-color css
<style>
a { background-color: #293060; }
a { background-color: rgb(41,48,96); }
div.DivClassName
{
background-color: #293060;
}
.BgClassName
{
background-color: #293060;
}
</style>
border-color css
<style>
span { border-color: #293060; }
span { border-color: rgb(41,48,96); }
td.TdClassName
{
border-color: #293060;
}
.TagClassName
{
border-color: #293060;
}
</style>