Shades of Lucky Point #202D53
Tints of Lucky Point #202D53
RGB
CMYK
RGB Variations
Color information
#202D53 (or 0x202D53) is known color: Lucky Point. HEX triplet: 20, 2D and 53. RGB value is (32,45,83). Sum of RGB (Red+Green+Blue) = 32+45+83=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #202D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D53 is #DFD2AC. Grayscale: #2D2D2D. Windows color (decimal): -14668461 or 5451040. OLE color: 5451040.
HSL color Cylindrical-coordinate representation of color #202D53: hue angle of 224.71º 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 #202D53 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 45 | 83 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.67 |
| HSL | 224.71º | 0.44% | 0.23% | - |
| HSV(B) | 224.71º | 0.61% | 0.33% | - |
| XYZ | 3.1 | 2.81 | 8.56 | - |
| YUV | 45.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 83 | 0.61 | 0.46 | 0 | 0.67 | 224.71 | 0.44 | 0.23 |
| Hex | 20 | 2D | 53 | 3D | 2E | 0 | 43 | E1 | 2C | 17 |
| Octal | 40 | 55 | 123 | 75 | 56 | 0 | 103 | 341 | 54 | 27 |
| Binary | 100000 | 101101 | 1010011 | 111101 | 101110 | 0 | 1000011 | 11100001 | 101100 | 10111 |
Color Harmonies of #202D53
Complementary color
Monochromatic Colors of #202D53
Black with #202D53
Text Example
Text Example
White with #202D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D53; }
p { color: rgb(32,45,83); }
H1.HeaderClassName
{
color: #202D53;
}
.AnyTagClassName
{
color: #202D53;
}
</style>
background-color css
<style>
a { background-color: #202D53; }
a { background-color: rgb(32,45,83); }
div.DivClassName
{
background-color: #202D53;
}
.BgClassName
{
background-color: #202D53;
}
</style>
border-color css
<style>
span { border-color: #202D53; }
span { border-color: rgb(32,45,83); }
td.TdClassName
{
border-color: #202D53;
}
.TagClassName
{
border-color: #202D53;
}
</style>