Shades of Lucky Point #202659
Tints of Lucky Point #202659
RGB
CMYK
RGB Variations
Color information
#202659 (or 0x202659) is known color: Lucky Point. HEX triplet: 20, 26 and 59. RGB value is (32,38,89). Sum of RGB (Red+Green+Blue) = 32+38+89=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #202659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202659 is #DFD9A6. Grayscale: #292929. Windows color (decimal): -14670247 or 5842464. OLE color: 5842464.
HSL color Cylindrical-coordinate representation of color #202659: hue angle of 233.68º 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 #202659 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 38 | 89 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.65 |
| HSL | 233.68º | 0.47% | 0.24% | - |
| HSV(B) | 233.68º | 0.64% | 0.35% | - |
| XYZ | 3.09 | 2.41 | 9.75 | - |
| YUV | 42.02 | 154.51 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 89 | 0.64 | 0.57 | 0 | 0.65 | 233.68 | 0.47 | 0.24 |
| Hex | 20 | 26 | 59 | 40 | 39 | 0 | 41 | EA | 2F | 18 |
| Octal | 40 | 46 | 131 | 100 | 71 | 0 | 101 | 352 | 57 | 30 |
| Binary | 100000 | 100110 | 1011001 | 1000000 | 111001 | 0 | 1000001 | 11101010 | 101111 | 11000 |
Color Harmonies of #202659
Complementary color
Monochromatic Colors of #202659
Black with #202659
Text Example
Text Example
White with #202659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202659; }
p { color: rgb(32,38,89); }
H1.HeaderClassName
{
color: #202659;
}
.AnyTagClassName
{
color: #202659;
}
</style>
background-color css
<style>
a { background-color: #202659; }
a { background-color: rgb(32,38,89); }
div.DivClassName
{
background-color: #202659;
}
.BgClassName
{
background-color: #202659;
}
</style>
border-color css
<style>
span { border-color: #202659; }
span { border-color: rgb(32,38,89); }
td.TdClassName
{
border-color: #202659;
}
.TagClassName
{
border-color: #202659;
}
</style>