Shades of Lucky Point #202552
Tints of Lucky Point #202552
RGB
CMYK
RGB Variations
Color information
#202552 (or 0x202552) is known color: Lucky Point. HEX triplet: 20, 25 and 52. RGB value is (32,37,82). Sum of RGB (Red+Green+Blue) = 32+37+82=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #202552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202552 is #DFDAAD. Grayscale: #282828. Windows color (decimal): -14670510 or 5383456. OLE color: 5383456.
HSL color Cylindrical-coordinate representation of color #202552: hue angle of 234º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202552 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 37 | 82 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.68 |
| HSL | 234º | 0.44% | 0.22% | - |
| HSV(B) | 234º | 0.61% | 0.32% | - |
| XYZ | 2.78 | 2.24 | 8.27 | - |
| YUV | 40.64 | 151.34 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 82 | 0.61 | 0.55 | 0 | 0.68 | 234 | 0.44 | 0.22 |
| Hex | 20 | 25 | 52 | 3D | 37 | 0 | 44 | EA | 2C | 16 |
| Octal | 40 | 45 | 122 | 75 | 67 | 0 | 104 | 352 | 54 | 26 |
| Binary | 100000 | 100101 | 1010010 | 111101 | 110111 | 0 | 1000100 | 11101010 | 101100 | 10110 |
Color Harmonies of #202552
Complementary color
Monochromatic Colors of #202552
Black with #202552
Text Example
Text Example
White with #202552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202552; }
p { color: rgb(32,37,82); }
H1.HeaderClassName
{
color: #202552;
}
.AnyTagClassName
{
color: #202552;
}
</style>
background-color css
<style>
a { background-color: #202552; }
a { background-color: rgb(32,37,82); }
div.DivClassName
{
background-color: #202552;
}
.BgClassName
{
background-color: #202552;
}
</style>
border-color css
<style>
span { border-color: #202552; }
span { border-color: rgb(32,37,82); }
td.TdClassName
{
border-color: #202552;
}
.TagClassName
{
border-color: #202552;
}
</style>