Shades of Lucky Point #202849
Tints of Lucky Point #202849
RGB
CMYK
RGB Variations
Color information
#202849 (or 0x202849) is known color: Lucky Point. HEX triplet: 20, 28 and 49. RGB value is (32,40,73). Sum of RGB (Red+Green+Blue) = 32+40+73=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #202849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202849 is #DFD7B6. Grayscale: #292929. Windows color (decimal): -14669751 or 4794400. OLE color: 4794400.
HSL color Cylindrical-coordinate representation of color #202849: hue angle of 228.29º 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 #202849 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 40 | 73 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.71 |
| HSL | 228.29º | 0.39% | 0.21% | - |
| HSV(B) | 228.29º | 0.56% | 0.29% | - |
| XYZ | 2.56 | 2.31 | 6.61 | - |
| YUV | 41.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 73 | 0.56 | 0.45 | 0 | 0.71 | 228.29 | 0.39 | 0.21 |
| Hex | 20 | 28 | 49 | 38 | 2D | 0 | 47 | E4 | 27 | 15 |
| Octal | 40 | 50 | 111 | 70 | 55 | 0 | 107 | 344 | 47 | 25 |
| Binary | 100000 | 101000 | 1001001 | 111000 | 101101 | 0 | 1000111 | 11100100 | 100111 | 10101 |
Color Harmonies of #202849
Complementary color
Monochromatic Colors of #202849
Black with #202849
Text Example
Text Example
White with #202849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202849; }
p { color: rgb(32,40,73); }
H1.HeaderClassName
{
color: #202849;
}
.AnyTagClassName
{
color: #202849;
}
</style>
background-color css
<style>
a { background-color: #202849; }
a { background-color: rgb(32,40,73); }
div.DivClassName
{
background-color: #202849;
}
.BgClassName
{
background-color: #202849;
}
</style>
border-color css
<style>
span { border-color: #202849; }
span { border-color: rgb(32,40,73); }
td.TdClassName
{
border-color: #202849;
}
.TagClassName
{
border-color: #202849;
}
</style>