Shades of Lucky Point #202A4C
Tints of Lucky Point #202A4C
RGB
CMYK
RGB Variations
Color information
#202A4C (or 0x202A4C) is known color: Lucky Point. HEX triplet: 20, 2A and 4C. RGB value is (32,42,76). Sum of RGB (Red+Green+Blue) = 32+42+76=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #202A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A4C is #DFD5B3. Grayscale: #2A2A2A. Windows color (decimal): -14669236 or 4991520. OLE color: 4991520.
HSL color Cylindrical-coordinate representation of color #202A4C: hue angle of 226.36º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202A4C is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 42 | 76 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.70 |
| HSL | 226.36º | 0.41% | 0.21% | - |
| HSV(B) | 226.36º | 0.58% | 0.3% | - |
| XYZ | 2.73 | 2.48 | 7.17 | - |
| YUV | 42.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 76 | 0.58 | 0.45 | 0 | 0.70 | 226.36 | 0.41 | 0.21 |
| Hex | 20 | 2A | 4C | 3A | 2D | 0 | 46 | E2 | 29 | 15 |
| Octal | 40 | 52 | 114 | 72 | 55 | 0 | 106 | 342 | 51 | 25 |
| Binary | 100000 | 101010 | 1001100 | 111010 | 101101 | 0 | 1000110 | 11100010 | 101001 | 10101 |
Color Harmonies of #202A4C
Complementary color
Monochromatic Colors of #202A4C
Black with #202A4C
Text Example
Text Example
White with #202A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A4C; }
p { color: rgb(32,42,76); }
H1.HeaderClassName
{
color: #202A4C;
}
.AnyTagClassName
{
color: #202A4C;
}
</style>
background-color css
<style>
a { background-color: #202A4C; }
a { background-color: rgb(32,42,76); }
div.DivClassName
{
background-color: #202A4C;
}
.BgClassName
{
background-color: #202A4C;
}
</style>
border-color css
<style>
span { border-color: #202A4C; }
span { border-color: rgb(32,42,76); }
td.TdClassName
{
border-color: #202A4C;
}
.TagClassName
{
border-color: #202A4C;
}
</style>