Shades of Lucky Point #202656
Tints of Lucky Point #202656
RGB
CMYK
RGB Variations
Color information
#202656 (or 0x202656) is known color: Lucky Point. HEX triplet: 20, 26 and 56. RGB value is (32,38,86). Sum of RGB (Red+Green+Blue) = 32+38+86=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #202656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202656 is #DFD9A9. Grayscale: #292929. Windows color (decimal): -14670250 or 5645856. OLE color: 5645856.
HSL color Cylindrical-coordinate representation of color #202656: hue angle of 233.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #202656 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 38 | 86 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.66 |
| HSL | 233.33º | 0.46% | 0.23% | - |
| HSV(B) | 233.33º | 0.63% | 0.34% | - |
| XYZ | 2.97 | 2.37 | 9.1 | - |
| YUV | 41.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 86 | 0.63 | 0.56 | 0 | 0.66 | 233.33 | 0.46 | 0.23 |
| Hex | 20 | 26 | 56 | 3F | 38 | 0 | 42 | E9 | 2E | 17 |
| Octal | 40 | 46 | 126 | 77 | 70 | 0 | 102 | 351 | 56 | 27 |
| Binary | 100000 | 100110 | 1010110 | 111111 | 111000 | 0 | 1000010 | 11101001 | 101110 | 10111 |
Color Harmonies of #202656
Complementary color
Monochromatic Colors of #202656
Black with #202656
Text Example
Text Example
White with #202656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202656; }
p { color: rgb(32,38,86); }
H1.HeaderClassName
{
color: #202656;
}
.AnyTagClassName
{
color: #202656;
}
</style>
background-color css
<style>
a { background-color: #202656; }
a { background-color: rgb(32,38,86); }
div.DivClassName
{
background-color: #202656;
}
.BgClassName
{
background-color: #202656;
}
</style>
border-color css
<style>
span { border-color: #202656; }
span { border-color: rgb(32,38,86); }
td.TdClassName
{
border-color: #202656;
}
.TagClassName
{
border-color: #202656;
}
</style>