Shades of Lucky Point #202359
Tints of Lucky Point #202359
RGB
CMYK
RGB Variations
Color information
#202359 (or 0x202359) is known color: Lucky Point. HEX triplet: 20, 23 and 59. RGB value is (32,35,89). Sum of RGB (Red+Green+Blue) = 32+35+89=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #202359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202359 is #DFDCA6. Grayscale: #282828. Windows color (decimal): -14671015 or 5841696. OLE color: 5841696.
HSL color Cylindrical-coordinate representation of color #202359: hue angle of 236.84º 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 #202359 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 35 | 89 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.65 |
| HSL | 236.84º | 0.47% | 0.24% | - |
| HSV(B) | 236.84º | 0.64% | 0.35% | - |
| XYZ | 3 | 2.23 | 9.72 | - |
| YUV | 40.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 89 | 0.64 | 0.61 | 0 | 0.65 | 236.84 | 0.47 | 0.24 |
| Hex | 20 | 23 | 59 | 40 | 3D | 0 | 41 | ED | 2F | 18 |
| Octal | 40 | 43 | 131 | 100 | 75 | 0 | 101 | 355 | 57 | 30 |
| Binary | 100000 | 100011 | 1011001 | 1000000 | 111101 | 0 | 1000001 | 11101101 | 101111 | 11000 |
Color Harmonies of #202359
Complementary color
Monochromatic Colors of #202359
Black with #202359
Text Example
Text Example
White with #202359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202359; }
p { color: rgb(32,35,89); }
H1.HeaderClassName
{
color: #202359;
}
.AnyTagClassName
{
color: #202359;
}
</style>
background-color css
<style>
a { background-color: #202359; }
a { background-color: rgb(32,35,89); }
div.DivClassName
{
background-color: #202359;
}
.BgClassName
{
background-color: #202359;
}
</style>
border-color css
<style>
span { border-color: #202359; }
span { border-color: rgb(32,35,89); }
td.TdClassName
{
border-color: #202359;
}
.TagClassName
{
border-color: #202359;
}
</style>