Shades of Lucky Point #202762
Tints of Lucky Point #202762
RGB
CMYK
RGB Variations
Color information
#202762 (or 0x202762) is known color: Lucky Point. HEX triplet: 20, 27 and 62. RGB value is (32,39,98). Sum of RGB (Red+Green+Blue) = 32+39+98=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #202762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202762 is #DFD89D. Grayscale: #2B2B2B. Windows color (decimal): -14669982 or 6432544. OLE color: 6432544.
HSL color Cylindrical-coordinate representation of color #202762: hue angle of 233.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202762 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 39 | 98 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.62 |
| HSL | 233.64º | 0.51% | 0.25% | - |
| HSV(B) | 233.64º | 0.67% | 0.38% | - |
| XYZ | 3.53 | 2.64 | 11.88 | - |
| YUV | 43.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 98 | 0.67 | 0.60 | 0 | 0.62 | 233.64 | 0.51 | 0.25 |
| Hex | 20 | 27 | 62 | 43 | 3C | 0 | 3E | EA | 33 | 19 |
| Octal | 40 | 47 | 142 | 103 | 74 | 0 | 76 | 352 | 63 | 31 |
| Binary | 100000 | 100111 | 1100010 | 1000011 | 111100 | 0 | 111110 | 11101010 | 110011 | 11001 |
Color Harmonies of #202762
Complementary color
Monochromatic Colors of #202762
Black with #202762
Text Example
Text Example
White with #202762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202762; }
p { color: rgb(32,39,98); }
H1.HeaderClassName
{
color: #202762;
}
.AnyTagClassName
{
color: #202762;
}
</style>
background-color css
<style>
a { background-color: #202762; }
a { background-color: rgb(32,39,98); }
div.DivClassName
{
background-color: #202762;
}
.BgClassName
{
background-color: #202762;
}
</style>
border-color css
<style>
span { border-color: #202762; }
span { border-color: rgb(32,39,98); }
td.TdClassName
{
border-color: #202762;
}
.TagClassName
{
border-color: #202762;
}
</style>