Shades of Lucky Point #202950
Tints of Lucky Point #202950
RGB
CMYK
RGB Variations
Color information
#202950 (or 0x202950) is known color: Lucky Point. HEX triplet: 20, 29 and 50. RGB value is (32,41,80). Sum of RGB (Red+Green+Blue) = 32+41+80=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #202950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202950 is #DFD6AF. Grayscale: #2A2A2A. Windows color (decimal): -14669488 or 5253408. OLE color: 5253408.
HSL color Cylindrical-coordinate representation of color #202950: hue angle of 228.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202950 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 41 | 80 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.69 |
| HSL | 228.75º | 0.43% | 0.22% | - |
| HSV(B) | 228.75º | 0.6% | 0.31% | - |
| XYZ | 2.84 | 2.47 | 7.92 | - |
| YUV | 42.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 80 | 0.60 | 0.49 | 0 | 0.69 | 228.75 | 0.43 | 0.22 |
| Hex | 20 | 29 | 50 | 3C | 31 | 0 | 45 | E5 | 2B | 16 |
| Octal | 40 | 51 | 120 | 74 | 61 | 0 | 105 | 345 | 53 | 26 |
| Binary | 100000 | 101001 | 1010000 | 111100 | 110001 | 0 | 1000101 | 11100101 | 101011 | 10110 |
Color Harmonies of #202950
Complementary color
Monochromatic Colors of #202950
Black with #202950
Text Example
Text Example
White with #202950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202950; }
p { color: rgb(32,41,80); }
H1.HeaderClassName
{
color: #202950;
}
.AnyTagClassName
{
color: #202950;
}
</style>
background-color css
<style>
a { background-color: #202950; }
a { background-color: rgb(32,41,80); }
div.DivClassName
{
background-color: #202950;
}
.BgClassName
{
background-color: #202950;
}
</style>
border-color css
<style>
span { border-color: #202950; }
span { border-color: rgb(32,41,80); }
td.TdClassName
{
border-color: #202950;
}
.TagClassName
{
border-color: #202950;
}
</style>