Shades of Lucky Point #202255
Tints of Lucky Point #202255
RGB
CMYK
RGB Variations
Color information
#202255 (or 0x202255) is known color: Lucky Point. HEX triplet: 20, 22 and 55. RGB value is (32,34,85). Sum of RGB (Red+Green+Blue) = 32+34+85=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #202255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202255 is #DFDDAA. Grayscale: #272727. Windows color (decimal): -14671275 or 5579296. OLE color: 5579296.
HSL color Cylindrical-coordinate representation of color #202255: hue angle of 237.74º 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 #202255 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 34 | 85 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.67 |
| HSL | 237.74º | 0.45% | 0.23% | - |
| HSV(B) | 237.74º | 0.62% | 0.33% | - |
| XYZ | 2.81 | 2.11 | 8.85 | - |
| YUV | 39.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 85 | 0.62 | 0.60 | 0 | 0.67 | 237.74 | 0.45 | 0.23 |
| Hex | 20 | 22 | 55 | 3E | 3C | 0 | 43 | EE | 2D | 17 |
| Octal | 40 | 42 | 125 | 76 | 74 | 0 | 103 | 356 | 55 | 27 |
| Binary | 100000 | 100010 | 1010101 | 111110 | 111100 | 0 | 1000011 | 11101110 | 101101 | 10111 |
Color Harmonies of #202255
Complementary color
Monochromatic Colors of #202255
Black with #202255
Text Example
Text Example
White with #202255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202255; }
p { color: rgb(32,34,85); }
H1.HeaderClassName
{
color: #202255;
}
.AnyTagClassName
{
color: #202255;
}
</style>
background-color css
<style>
a { background-color: #202255; }
a { background-color: rgb(32,34,85); }
div.DivClassName
{
background-color: #202255;
}
.BgClassName
{
background-color: #202255;
}
</style>
border-color css
<style>
span { border-color: #202255; }
span { border-color: rgb(32,34,85); }
td.TdClassName
{
border-color: #202255;
}
.TagClassName
{
border-color: #202255;
}
</style>