Shades of Lucky Point #202555
Tints of Lucky Point #202555
RGB
CMYK
RGB Variations
Color information
#202555 (or 0x202555) is known color: Lucky Point. HEX triplet: 20, 25 and 55. RGB value is (32,37,85). Sum of RGB (Red+Green+Blue) = 32+37+85=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #202555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202555 is #DFDAAA. Grayscale: #282828. Windows color (decimal): -14670507 or 5580064. OLE color: 5580064.
HSL color Cylindrical-coordinate representation of color #202555: hue angle of 234.34º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202555 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 37 | 85 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.67 |
| HSL | 234.34º | 0.45% | 0.23% | - |
| HSV(B) | 234.34º | 0.62% | 0.33% | - |
| XYZ | 2.9 | 2.29 | 8.88 | - |
| YUV | 40.98 | 152.84 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 85 | 0.62 | 0.56 | 0 | 0.67 | 234.34 | 0.45 | 0.23 |
| Hex | 20 | 25 | 55 | 3E | 38 | 0 | 43 | EA | 2D | 17 |
| Octal | 40 | 45 | 125 | 76 | 70 | 0 | 103 | 352 | 55 | 27 |
| Binary | 100000 | 100101 | 1010101 | 111110 | 111000 | 0 | 1000011 | 11101010 | 101101 | 10111 |
Color Harmonies of #202555
Complementary color
Monochromatic Colors of #202555
Black with #202555
Text Example
Text Example
White with #202555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202555; }
p { color: rgb(32,37,85); }
H1.HeaderClassName
{
color: #202555;
}
.AnyTagClassName
{
color: #202555;
}
</style>
background-color css
<style>
a { background-color: #202555; }
a { background-color: rgb(32,37,85); }
div.DivClassName
{
background-color: #202555;
}
.BgClassName
{
background-color: #202555;
}
</style>
border-color css
<style>
span { border-color: #202555; }
span { border-color: rgb(32,37,85); }
td.TdClassName
{
border-color: #202555;
}
.TagClassName
{
border-color: #202555;
}
</style>