Shades of Lucky Point #202750
Tints of Lucky Point #202750
RGB
CMYK
RGB Variations
Color information
#202750 (or 0x202750) is known color: Lucky Point. HEX triplet: 20, 27 and 50. RGB value is (32,39,80). Sum of RGB (Red+Green+Blue) = 32+39+80=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #202750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202750 is #DFD8AF. Grayscale: #292929. Windows color (decimal): -14670000 or 5252896. OLE color: 5252896.
HSL color Cylindrical-coordinate representation of color #202750: hue angle of 231.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202750 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 39 | 80 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.69 |
| HSL | 231.25º | 0.43% | 0.22% | - |
| HSV(B) | 231.25º | 0.6% | 0.31% | - |
| XYZ | 2.77 | 2.34 | 7.89 | - |
| YUV | 41.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 80 | 0.60 | 0.51 | 0 | 0.69 | 231.25 | 0.43 | 0.22 |
| Hex | 20 | 27 | 50 | 3C | 33 | 0 | 45 | E7 | 2B | 16 |
| Octal | 40 | 47 | 120 | 74 | 63 | 0 | 105 | 347 | 53 | 26 |
| Binary | 100000 | 100111 | 1010000 | 111100 | 110011 | 0 | 1000101 | 11100111 | 101011 | 10110 |
Color Harmonies of #202750
Complementary color
Monochromatic Colors of #202750
Black with #202750
Text Example
Text Example
White with #202750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202750; }
p { color: rgb(32,39,80); }
H1.HeaderClassName
{
color: #202750;
}
.AnyTagClassName
{
color: #202750;
}
</style>
background-color css
<style>
a { background-color: #202750; }
a { background-color: rgb(32,39,80); }
div.DivClassName
{
background-color: #202750;
}
.BgClassName
{
background-color: #202750;
}
</style>
border-color css
<style>
span { border-color: #202750; }
span { border-color: rgb(32,39,80); }
td.TdClassName
{
border-color: #202750;
}
.TagClassName
{
border-color: #202750;
}
</style>