Shades of Lucky Point #202953
Tints of Lucky Point #202953
RGB
CMYK
RGB Variations
Color information
#202953 (or 0x202953) is known color: Lucky Point. HEX triplet: 20, 29 and 53. RGB value is (32,41,83). Sum of RGB (Red+Green+Blue) = 32+41+83=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #202953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202953 is #DFD6AC. Grayscale: #2A2A2A. Windows color (decimal): -14669485 or 5450016. OLE color: 5450016.
HSL color Cylindrical-coordinate representation of color #202953: hue angle of 229.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202953 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 41 | 83 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.67 |
| HSL | 229.41º | 0.44% | 0.23% | - |
| HSV(B) | 229.41º | 0.61% | 0.33% | - |
| XYZ | 2.95 | 2.52 | 8.51 | - |
| YUV | 43.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 83 | 0.61 | 0.51 | 0 | 0.67 | 229.41 | 0.44 | 0.23 |
| Hex | 20 | 29 | 53 | 3D | 33 | 0 | 43 | E5 | 2C | 17 |
| Octal | 40 | 51 | 123 | 75 | 63 | 0 | 103 | 345 | 54 | 27 |
| Binary | 100000 | 101001 | 1010011 | 111101 | 110011 | 0 | 1000011 | 11100101 | 101100 | 10111 |
Color Harmonies of #202953
Complementary color
Monochromatic Colors of #202953
Black with #202953
Text Example
Text Example
White with #202953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202953; }
p { color: rgb(32,41,83); }
H1.HeaderClassName
{
color: #202953;
}
.AnyTagClassName
{
color: #202953;
}
</style>
background-color css
<style>
a { background-color: #202953; }
a { background-color: rgb(32,41,83); }
div.DivClassName
{
background-color: #202953;
}
.BgClassName
{
background-color: #202953;
}
</style>
border-color css
<style>
span { border-color: #202953; }
span { border-color: rgb(32,41,83); }
td.TdClassName
{
border-color: #202953;
}
.TagClassName
{
border-color: #202953;
}
</style>