Shades of Lucky Point #202760
Tints of Lucky Point #202760
RGB
CMYK
RGB Variations
Color information
#202760 (or 0x202760) is known color: Lucky Point. HEX triplet: 20, 27 and 60. RGB value is (32,39,96). Sum of RGB (Red+Green+Blue) = 32+39+96=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #202760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202760 is #DFD89F. Grayscale: #2B2B2B. Windows color (decimal): -14669984 or 6301472. OLE color: 6301472.
HSL color Cylindrical-coordinate representation of color #202760: hue angle of 233.44º degrees, saturation: 0.5, 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 #202760 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 39 | 96 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.62 |
| HSL | 233.44º | 0.5% | 0.25% | - |
| HSV(B) | 233.44º | 0.67% | 0.38% | - |
| XYZ | 3.43 | 2.6 | 11.39 | - |
| YUV | 43.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 96 | 0.67 | 0.59 | 0 | 0.62 | 233.44 | 0.5 | 0.25 |
| Hex | 20 | 27 | 60 | 43 | 3B | 0 | 3E | E9 | 32 | 19 |
| Octal | 40 | 47 | 140 | 103 | 73 | 0 | 76 | 351 | 62 | 31 |
| Binary | 100000 | 100111 | 1100000 | 1000011 | 111011 | 0 | 111110 | 11101001 | 110010 | 11001 |
Color Harmonies of #202760
Complementary color
Monochromatic Colors of #202760
Black with #202760
Text Example
Text Example
White with #202760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202760; }
p { color: rgb(32,39,96); }
H1.HeaderClassName
{
color: #202760;
}
.AnyTagClassName
{
color: #202760;
}
</style>
background-color css
<style>
a { background-color: #202760; }
a { background-color: rgb(32,39,96); }
div.DivClassName
{
background-color: #202760;
}
.BgClassName
{
background-color: #202760;
}
</style>
border-color css
<style>
span { border-color: #202760; }
span { border-color: rgb(32,39,96); }
td.TdClassName
{
border-color: #202760;
}
.TagClassName
{
border-color: #202760;
}
</style>