Shades of Lucky Point #202759
Tints of Lucky Point #202759
RGB
CMYK
RGB Variations
Color information
#202759 (or 0x202759) is known color: Lucky Point. HEX triplet: 20, 27 and 59. RGB value is (32,39,89). Sum of RGB (Red+Green+Blue) = 32+39+89=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #202759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202759 is #DFD8A6. Grayscale: #2A2A2A. Windows color (decimal): -14669991 or 5842720. OLE color: 5842720.
HSL color Cylindrical-coordinate representation of color #202759: hue angle of 232.63º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202759 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 39 | 89 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.65 |
| HSL | 232.63º | 0.47% | 0.24% | - |
| HSV(B) | 232.63º | 0.64% | 0.35% | - |
| XYZ | 3.12 | 2.48 | 9.77 | - |
| YUV | 42.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 89 | 0.64 | 0.56 | 0 | 0.65 | 232.63 | 0.47 | 0.24 |
| Hex | 20 | 27 | 59 | 40 | 38 | 0 | 41 | E9 | 2F | 18 |
| Octal | 40 | 47 | 131 | 100 | 70 | 0 | 101 | 351 | 57 | 30 |
| Binary | 100000 | 100111 | 1011001 | 1000000 | 111000 | 0 | 1000001 | 11101001 | 101111 | 11000 |
Color Harmonies of #202759
Complementary color
Monochromatic Colors of #202759
Black with #202759
Text Example
Text Example
White with #202759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202759; }
p { color: rgb(32,39,89); }
H1.HeaderClassName
{
color: #202759;
}
.AnyTagClassName
{
color: #202759;
}
</style>
background-color css
<style>
a { background-color: #202759; }
a { background-color: rgb(32,39,89); }
div.DivClassName
{
background-color: #202759;
}
.BgClassName
{
background-color: #202759;
}
</style>
border-color css
<style>
span { border-color: #202759; }
span { border-color: rgb(32,39,89); }
td.TdClassName
{
border-color: #202759;
}
.TagClassName
{
border-color: #202759;
}
</style>