Shades of Lucky Point #202949
Tints of Lucky Point #202949
RGB
CMYK
RGB Variations
Color information
#202949 (or 0x202949) is known color: Lucky Point. HEX triplet: 20, 29 and 49. RGB value is (32,41,73). Sum of RGB (Red+Green+Blue) = 32+41+73=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #202949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202949 is #DFD6B6. Grayscale: #292929. Windows color (decimal): -14669495 or 4794656. OLE color: 4794656.
HSL color Cylindrical-coordinate representation of color #202949: hue angle of 226.83º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202949 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 41 | 73 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.71 |
| HSL | 226.83º | 0.39% | 0.21% | - |
| HSV(B) | 226.83º | 0.56% | 0.29% | - |
| XYZ | 2.59 | 2.37 | 6.62 | - |
| YUV | 41.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 73 | 0.56 | 0.44 | 0 | 0.71 | 226.83 | 0.39 | 0.21 |
| Hex | 20 | 29 | 49 | 38 | 2C | 0 | 47 | E3 | 27 | 15 |
| Octal | 40 | 51 | 111 | 70 | 54 | 0 | 107 | 343 | 47 | 25 |
| Binary | 100000 | 101001 | 1001001 | 111000 | 101100 | 0 | 1000111 | 11100011 | 100111 | 10101 |
Color Harmonies of #202949
Complementary color
Monochromatic Colors of #202949
Black with #202949
Text Example
Text Example
White with #202949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202949; }
p { color: rgb(32,41,73); }
H1.HeaderClassName
{
color: #202949;
}
.AnyTagClassName
{
color: #202949;
}
</style>
background-color css
<style>
a { background-color: #202949; }
a { background-color: rgb(32,41,73); }
div.DivClassName
{
background-color: #202949;
}
.BgClassName
{
background-color: #202949;
}
</style>
border-color css
<style>
span { border-color: #202949; }
span { border-color: rgb(32,41,73); }
td.TdClassName
{
border-color: #202949;
}
.TagClassName
{
border-color: #202949;
}
</style>