Shades of Lucky Point #293255
Tints of Lucky Point #293255
RGB
CMYK
RGB Variations
Color information
#293255 (or 0x293255) is known color: Lucky Point. HEX triplet: 29, 32 and 55. RGB value is (41,50,85). Sum of RGB (Red+Green+Blue) = 41+50+85=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #293255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293255 is #D6CDAA. Grayscale: #333333. Windows color (decimal): -14077355 or 5583401. OLE color: 5583401.
HSL color Cylindrical-coordinate representation of color #293255: hue angle of 227.73º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293255 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 50 | 85 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.67 |
| HSL | 227.73º | 0.35% | 0.25% | - |
| HSV(B) | 227.73º | 0.52% | 0.33% | - |
| XYZ | 3.69 | 3.41 | 9.06 | - |
| YUV | 51.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 85 | 0.52 | 0.41 | 0 | 0.67 | 227.73 | 0.35 | 0.25 |
| Hex | 29 | 32 | 55 | 34 | 29 | 0 | 43 | E4 | 23 | 19 |
| Octal | 51 | 62 | 125 | 64 | 51 | 0 | 103 | 344 | 43 | 31 |
| Binary | 101001 | 110010 | 1010101 | 110100 | 101001 | 0 | 1000011 | 11100100 | 100011 | 11001 |
Color Harmonies of #293255
Complementary color
Monochromatic Colors of #293255
Black with #293255
Text Example
Text Example
White with #293255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293255; }
p { color: rgb(41,50,85); }
H1.HeaderClassName
{
color: #293255;
}
.AnyTagClassName
{
color: #293255;
}
</style>
background-color css
<style>
a { background-color: #293255; }
a { background-color: rgb(41,50,85); }
div.DivClassName
{
background-color: #293255;
}
.BgClassName
{
background-color: #293255;
}
</style>
border-color css
<style>
span { border-color: #293255; }
span { border-color: rgb(41,50,85); }
td.TdClassName
{
border-color: #293255;
}
.TagClassName
{
border-color: #293255;
}
</style>