Shades of Lucky Point #202653
Tints of Lucky Point #202653
RGB
CMYK
RGB Variations
Color information
#202653 (or 0x202653) is known color: Lucky Point. HEX triplet: 20, 26 and 53. RGB value is (32,38,83). Sum of RGB (Red+Green+Blue) = 32+38+83=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #202653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202653 is #DFD9AC. Grayscale: #292929. Windows color (decimal): -14670253 or 5449248. OLE color: 5449248.
HSL color Cylindrical-coordinate representation of color #202653: hue angle of 232.94º 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 #202653 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 38 | 83 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.67 |
| HSL | 232.94º | 0.44% | 0.23% | - |
| HSV(B) | 232.94º | 0.61% | 0.33% | - |
| XYZ | 2.85 | 2.32 | 8.48 | - |
| YUV | 41.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 83 | 0.61 | 0.54 | 0 | 0.67 | 232.94 | 0.44 | 0.23 |
| Hex | 20 | 26 | 53 | 3D | 36 | 0 | 43 | E9 | 2C | 17 |
| Octal | 40 | 46 | 123 | 75 | 66 | 0 | 103 | 351 | 54 | 27 |
| Binary | 100000 | 100110 | 1010011 | 111101 | 110110 | 0 | 1000011 | 11101001 | 101100 | 10111 |
Color Harmonies of #202653
Complementary color
Monochromatic Colors of #202653
Black with #202653
Text Example
Text Example
White with #202653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202653; }
p { color: rgb(32,38,83); }
H1.HeaderClassName
{
color: #202653;
}
.AnyTagClassName
{
color: #202653;
}
</style>
background-color css
<style>
a { background-color: #202653; }
a { background-color: rgb(32,38,83); }
div.DivClassName
{
background-color: #202653;
}
.BgClassName
{
background-color: #202653;
}
</style>
border-color css
<style>
span { border-color: #202653; }
span { border-color: rgb(32,38,83); }
td.TdClassName
{
border-color: #202653;
}
.TagClassName
{
border-color: #202653;
}
</style>