Shades of Lucky Point #202A60
Tints of Lucky Point #202A60
RGB
CMYK
RGB Variations
Color information
#202A60 (or 0x202A60) is known color: Lucky Point. HEX triplet: 20, 2A and 60. RGB value is (32,42,96). Sum of RGB (Red+Green+Blue) = 32+42+96=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #202A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A60 is #DFD59F. Grayscale: #2C2C2C. Windows color (decimal): -14669216 or 6302240. OLE color: 6302240.
HSL color Cylindrical-coordinate representation of color #202A60: hue angle of 230.62º 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 #202A60 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 42 | 96 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.62 |
| HSL | 230.63º | 0.5% | 0.25% | - |
| HSV(B) | 230.63º | 0.67% | 0.38% | - |
| XYZ | 3.53 | 2.81 | 11.42 | - |
| YUV | 45.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 96 | 0.67 | 0.56 | 0 | 0.62 | 230.63 | 0.5 | 0.25 |
| Hex | 20 | 2A | 60 | 43 | 38 | 0 | 3E | E7 | 32 | 19 |
| Octal | 40 | 52 | 140 | 103 | 70 | 0 | 76 | 347 | 62 | 31 |
| Binary | 100000 | 101010 | 1100000 | 1000011 | 111000 | 0 | 111110 | 11100111 | 110010 | 11001 |
Color Harmonies of #202A60
Complementary color
Monochromatic Colors of #202A60
Black with #202A60
Text Example
Text Example
White with #202A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A60; }
p { color: rgb(32,42,96); }
H1.HeaderClassName
{
color: #202A60;
}
.AnyTagClassName
{
color: #202A60;
}
</style>
background-color css
<style>
a { background-color: #202A60; }
a { background-color: rgb(32,42,96); }
div.DivClassName
{
background-color: #202A60;
}
.BgClassName
{
background-color: #202A60;
}
</style>
border-color css
<style>
span { border-color: #202A60; }
span { border-color: rgb(32,42,96); }
td.TdClassName
{
border-color: #202A60;
}
.TagClassName
{
border-color: #202A60;
}
</style>