Shades of Lucky Point #202251
Tints of Lucky Point #202251
RGB
CMYK
RGB Variations
Color information
#202251 (or 0x202251) is known color: Lucky Point. HEX triplet: 20, 22 and 51. RGB value is (32,34,81). Sum of RGB (Red+Green+Blue) = 32+34+81=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #202251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202251 is #DFDDAE. Grayscale: #262626. Windows color (decimal): -14671279 or 5317152. OLE color: 5317152.
HSL color Cylindrical-coordinate representation of color #202251: hue angle of 237.55º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202251 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 34 | 81 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.68 |
| HSL | 237.55º | 0.43% | 0.22% | - |
| HSV(B) | 237.55º | 0.6% | 0.32% | - |
| XYZ | 2.65 | 2.05 | 8.04 | - |
| YUV | 38.76 | 151.84 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 81 | 0.60 | 0.58 | 0 | 0.68 | 237.55 | 0.43 | 0.22 |
| Hex | 20 | 22 | 51 | 3C | 3A | 0 | 44 | EE | 2B | 16 |
| Octal | 40 | 42 | 121 | 74 | 72 | 0 | 104 | 356 | 53 | 26 |
| Binary | 100000 | 100010 | 1010001 | 111100 | 111010 | 0 | 1000100 | 11101110 | 101011 | 10110 |
Color Harmonies of #202251
Complementary color
Monochromatic Colors of #202251
Black with #202251
Text Example
Text Example
White with #202251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202251; }
p { color: rgb(32,34,81); }
H1.HeaderClassName
{
color: #202251;
}
.AnyTagClassName
{
color: #202251;
}
</style>
background-color css
<style>
a { background-color: #202251; }
a { background-color: rgb(32,34,81); }
div.DivClassName
{
background-color: #202251;
}
.BgClassName
{
background-color: #202251;
}
</style>
border-color css
<style>
span { border-color: #202251; }
span { border-color: rgb(32,34,81); }
td.TdClassName
{
border-color: #202251;
}
.TagClassName
{
border-color: #202251;
}
</style>