Shades of Lucky Point #202957
Tints of Lucky Point #202957
RGB
CMYK
RGB Variations
Color information
#202957 (or 0x202957) is known color: Lucky Point. HEX triplet: 20, 29 and 57. RGB value is (32,41,87). Sum of RGB (Red+Green+Blue) = 32+41+87=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #202957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202957 is #DFD6A8. Grayscale: #2B2B2B. Windows color (decimal): -14669481 or 5712160. OLE color: 5712160.
HSL color Cylindrical-coordinate representation of color #202957: hue angle of 230.18º 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 #202957 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 41 | 87 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.66 |
| HSL | 230.18º | 0.46% | 0.23% | - |
| HSV(B) | 230.18º | 0.63% | 0.34% | - |
| XYZ | 3.11 | 2.58 | 9.35 | - |
| YUV | 43.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 87 | 0.63 | 0.53 | 0 | 0.66 | 230.18 | 0.46 | 0.23 |
| Hex | 20 | 29 | 57 | 3F | 35 | 0 | 42 | E6 | 2E | 17 |
| Octal | 40 | 51 | 127 | 77 | 65 | 0 | 102 | 346 | 56 | 27 |
| Binary | 100000 | 101001 | 1010111 | 111111 | 110101 | 0 | 1000010 | 11100110 | 101110 | 10111 |
Color Harmonies of #202957
Complementary color
Monochromatic Colors of #202957
Black with #202957
Text Example
Text Example
White with #202957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202957; }
p { color: rgb(32,41,87); }
H1.HeaderClassName
{
color: #202957;
}
.AnyTagClassName
{
color: #202957;
}
</style>
background-color css
<style>
a { background-color: #202957; }
a { background-color: rgb(32,41,87); }
div.DivClassName
{
background-color: #202957;
}
.BgClassName
{
background-color: #202957;
}
</style>
border-color css
<style>
span { border-color: #202957; }
span { border-color: rgb(32,41,87); }
td.TdClassName
{
border-color: #202957;
}
.TagClassName
{
border-color: #202957;
}
</style>