Shades of Lucky Point #20224D
Tints of Lucky Point #20224D
RGB
CMYK
RGB Variations
Color information
#20224D (or 0x20224D) is known color: Lucky Point. HEX triplet: 20, 22 and 4D. RGB value is (32,34,77). Sum of RGB (Red+Green+Blue) = 32+34+77=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #20224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20224D is #DFDDB2. Grayscale: #262626. Windows color (decimal): -14671283 or 5055008. OLE color: 5055008.
HSL color Cylindrical-coordinate representation of color #20224D: hue angle of 237.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20224D is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 34 | 77 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.70 |
| HSL | 237.33º | 0.41% | 0.21% | - |
| HSV(B) | 237.33º | 0.58% | 0.3% | - |
| XYZ | 2.51 | 1.99 | 7.27 | - |
| YUV | 38.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 77 | 0.58 | 0.56 | 0 | 0.70 | 237.33 | 0.41 | 0.21 |
| Hex | 20 | 22 | 4D | 3A | 38 | 0 | 46 | ED | 29 | 15 |
| Octal | 40 | 42 | 115 | 72 | 70 | 0 | 106 | 355 | 51 | 25 |
| Binary | 100000 | 100010 | 1001101 | 111010 | 111000 | 0 | 1000110 | 11101101 | 101001 | 10101 |
Color Harmonies of #20224D
Complementary color
Monochromatic Colors of #20224D
Black with #20224D
Text Example
Text Example
White with #20224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20224D; }
p { color: rgb(32,34,77); }
H1.HeaderClassName
{
color: #20224D;
}
.AnyTagClassName
{
color: #20224D;
}
</style>
background-color css
<style>
a { background-color: #20224D; }
a { background-color: rgb(32,34,77); }
div.DivClassName
{
background-color: #20224D;
}
.BgClassName
{
background-color: #20224D;
}
</style>
border-color css
<style>
span { border-color: #20224D; }
span { border-color: rgb(32,34,77); }
td.TdClassName
{
border-color: #20224D;
}
.TagClassName
{
border-color: #20224D;
}
</style>