Shades of Lucky Point #202455
Tints of Lucky Point #202455
RGB
CMYK
RGB Variations
Color information
#202455 (or 0x202455) is known color: Lucky Point. HEX triplet: 20, 24 and 55. RGB value is (32,36,85). Sum of RGB (Red+Green+Blue) = 32+36+85=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #202455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202455 is #DFDBAA. Grayscale: #282828. Windows color (decimal): -14670763 or 5579808. OLE color: 5579808.
HSL color Cylindrical-coordinate representation of color #202455: hue angle of 235.47º 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 #202455 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 36 | 85 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.67 |
| HSL | 235.47º | 0.45% | 0.23% | - |
| HSV(B) | 235.47º | 0.62% | 0.33% | - |
| XYZ | 2.87 | 2.22 | 8.87 | - |
| YUV | 40.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 85 | 0.62 | 0.58 | 0 | 0.67 | 235.47 | 0.45 | 0.23 |
| Hex | 20 | 24 | 55 | 3E | 3A | 0 | 43 | EB | 2D | 17 |
| Octal | 40 | 44 | 125 | 76 | 72 | 0 | 103 | 353 | 55 | 27 |
| Binary | 100000 | 100100 | 1010101 | 111110 | 111010 | 0 | 1000011 | 11101011 | 101101 | 10111 |
Color Harmonies of #202455
Complementary color
Monochromatic Colors of #202455
Black with #202455
Text Example
Text Example
White with #202455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202455; }
p { color: rgb(32,36,85); }
H1.HeaderClassName
{
color: #202455;
}
.AnyTagClassName
{
color: #202455;
}
</style>
background-color css
<style>
a { background-color: #202455; }
a { background-color: rgb(32,36,85); }
div.DivClassName
{
background-color: #202455;
}
.BgClassName
{
background-color: #202455;
}
</style>
border-color css
<style>
span { border-color: #202455; }
span { border-color: rgb(32,36,85); }
td.TdClassName
{
border-color: #202455;
}
.TagClassName
{
border-color: #202455;
}
</style>