Shades of Lucky Point #293254
Tints of Lucky Point #293254
RGB
CMYK
RGB Variations
Color information
#293254 (or 0x293254) is known color: Lucky Point. HEX triplet: 29, 32 and 54. RGB value is (41,50,84). Sum of RGB (Red+Green+Blue) = 41+50+84=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #293254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293254 is #D6CDAB. Grayscale: #333333. Windows color (decimal): -14077356 or 5517865. OLE color: 5517865.
HSL color Cylindrical-coordinate representation of color #293254: hue angle of 227.44º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293254 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 50 | 84 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.67 |
| HSL | 227.44º | 0.34% | 0.25% | - |
| HSV(B) | 227.44º | 0.51% | 0.33% | - |
| XYZ | 3.66 | 3.39 | 8.85 | - |
| YUV | 51.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 84 | 0.51 | 0.40 | 0 | 0.67 | 227.44 | 0.34 | 0.25 |
| Hex | 29 | 32 | 54 | 33 | 28 | 0 | 43 | E3 | 22 | 19 |
| Octal | 51 | 62 | 124 | 63 | 50 | 0 | 103 | 343 | 42 | 31 |
| Binary | 101001 | 110010 | 1010100 | 110011 | 101000 | 0 | 1000011 | 11100011 | 100010 | 11001 |
Color Harmonies of #293254
Complementary color
Monochromatic Colors of #293254
Black with #293254
Text Example
Text Example
White with #293254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293254; }
p { color: rgb(41,50,84); }
H1.HeaderClassName
{
color: #293254;
}
.AnyTagClassName
{
color: #293254;
}
</style>
background-color css
<style>
a { background-color: #293254; }
a { background-color: rgb(41,50,84); }
div.DivClassName
{
background-color: #293254;
}
.BgClassName
{
background-color: #293254;
}
</style>
border-color css
<style>
span { border-color: #293254; }
span { border-color: rgb(41,50,84); }
td.TdClassName
{
border-color: #293254;
}
.TagClassName
{
border-color: #293254;
}
</style>