Shades of Lucky Point #202560
Tints of Lucky Point #202560
RGB
CMYK
RGB Variations
Color information
#202560 (or 0x202560) is known color: Lucky Point. HEX triplet: 20, 25 and 60. RGB value is (32,37,96). Sum of RGB (Red+Green+Blue) = 32+37+96=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #202560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202560 is #DFDA9F. Grayscale: #292929. Windows color (decimal): -14670496 or 6300960. OLE color: 6300960.
HSL color Cylindrical-coordinate representation of color #202560: hue angle of 235.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202560 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 37 | 96 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.62 |
| HSL | 235.31º | 0.5% | 0.25% | - |
| HSV(B) | 235.31º | 0.67% | 0.38% | - |
| XYZ | 3.37 | 2.47 | 11.37 | - |
| YUV | 42.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 96 | 0.67 | 0.61 | 0 | 0.62 | 235.31 | 0.5 | 0.25 |
| Hex | 20 | 25 | 60 | 43 | 3D | 0 | 3E | EB | 32 | 19 |
| Octal | 40 | 45 | 140 | 103 | 75 | 0 | 76 | 353 | 62 | 31 |
| Binary | 100000 | 100101 | 1100000 | 1000011 | 111101 | 0 | 111110 | 11101011 | 110010 | 11001 |
Color Harmonies of #202560
Complementary color
Monochromatic Colors of #202560
Black with #202560
Text Example
Text Example
White with #202560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202560; }
p { color: rgb(32,37,96); }
H1.HeaderClassName
{
color: #202560;
}
.AnyTagClassName
{
color: #202560;
}
</style>
background-color css
<style>
a { background-color: #202560; }
a { background-color: rgb(32,37,96); }
div.DivClassName
{
background-color: #202560;
}
.BgClassName
{
background-color: #202560;
}
</style>
border-color css
<style>
span { border-color: #202560; }
span { border-color: rgb(32,37,96); }
td.TdClassName
{
border-color: #202560;
}
.TagClassName
{
border-color: #202560;
}
</style>