Shades of Lucky Point #202A57
Tints of Lucky Point #202A57
RGB
CMYK
RGB Variations
Color information
#202A57 (or 0x202A57) is known color: Lucky Point. HEX triplet: 20, 2A and 57. RGB value is (32,42,87). Sum of RGB (Red+Green+Blue) = 32+42+87=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #202A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A57 is #DFD5A8. Grayscale: #2B2B2B. Windows color (decimal): -14669225 or 5712416. OLE color: 5712416.
HSL color Cylindrical-coordinate representation of color #202A57: hue angle of 229.09º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #202A57 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 42 | 87 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.66 |
| HSL | 229.09º | 0.46% | 0.23% | - |
| HSV(B) | 229.09º | 0.63% | 0.34% | - |
| XYZ | 3.14 | 2.65 | 9.36 | - |
| YUV | 44.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 87 | 0.63 | 0.52 | 0 | 0.66 | 229.09 | 0.46 | 0.23 |
| Hex | 20 | 2A | 57 | 3F | 34 | 0 | 42 | E5 | 2E | 17 |
| Octal | 40 | 52 | 127 | 77 | 64 | 0 | 102 | 345 | 56 | 27 |
| Binary | 100000 | 101010 | 1010111 | 111111 | 110100 | 0 | 1000010 | 11100101 | 101110 | 10111 |
Color Harmonies of #202A57
Complementary color
Monochromatic Colors of #202A57
Black with #202A57
Text Example
Text Example
White with #202A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A57; }
p { color: rgb(32,42,87); }
H1.HeaderClassName
{
color: #202A57;
}
.AnyTagClassName
{
color: #202A57;
}
</style>
background-color css
<style>
a { background-color: #202A57; }
a { background-color: rgb(32,42,87); }
div.DivClassName
{
background-color: #202A57;
}
.BgClassName
{
background-color: #202A57;
}
</style>
border-color css
<style>
span { border-color: #202A57; }
span { border-color: rgb(32,42,87); }
td.TdClassName
{
border-color: #202A57;
}
.TagClassName
{
border-color: #202A57;
}
</style>