Shades of Lucky Point #202A4A
Tints of Lucky Point #202A4A
RGB
CMYK
RGB Variations
Color information
#202A4A (or 0x202A4A) is known color: Lucky Point. HEX triplet: 20, 2A and 4A. RGB value is (32,42,74). Sum of RGB (Red+Green+Blue) = 32+42+74=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #202A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A4A is #DFD5B5. Grayscale: #2A2A2A. Windows color (decimal): -14669238 or 4860448. OLE color: 4860448.
HSL color Cylindrical-coordinate representation of color #202A4A: hue angle of 225.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #202A4A is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 42 | 74 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.71 |
| HSL | 225.71º | 0.4% | 0.21% | - |
| HSV(B) | 225.71º | 0.57% | 0.29% | - |
| XYZ | 2.66 | 2.46 | 6.81 | - |
| YUV | 42.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 74 | 0.57 | 0.43 | 0 | 0.71 | 225.71 | 0.4 | 0.21 |
| Hex | 20 | 2A | 4A | 39 | 2B | 0 | 47 | E2 | 28 | 15 |
| Octal | 40 | 52 | 112 | 71 | 53 | 0 | 107 | 342 | 50 | 25 |
| Binary | 100000 | 101010 | 1001010 | 111001 | 101011 | 0 | 1000111 | 11100010 | 101000 | 10101 |
Color Harmonies of #202A4A
Complementary color
Monochromatic Colors of #202A4A
Black with #202A4A
Text Example
Text Example
White with #202A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A4A; }
p { color: rgb(32,42,74); }
H1.HeaderClassName
{
color: #202A4A;
}
.AnyTagClassName
{
color: #202A4A;
}
</style>
background-color css
<style>
a { background-color: #202A4A; }
a { background-color: rgb(32,42,74); }
div.DivClassName
{
background-color: #202A4A;
}
.BgClassName
{
background-color: #202A4A;
}
</style>
border-color css
<style>
span { border-color: #202A4A; }
span { border-color: rgb(32,42,74); }
td.TdClassName
{
border-color: #202A4A;
}
.TagClassName
{
border-color: #202A4A;
}
</style>