Shades of Lucky Point #202A4B
Tints of Lucky Point #202A4B
RGB
CMYK
RGB Variations
Color information
#202A4B (or 0x202A4B) is known color: Lucky Point. HEX triplet: 20, 2A and 4B. RGB value is (32,42,75). Sum of RGB (Red+Green+Blue) = 32+42+75=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #202A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A4B is #DFD5B4. Grayscale: #2A2A2A. Windows color (decimal): -14669237 or 4925984. OLE color: 4925984.
HSL color Cylindrical-coordinate representation of color #202A4B: hue angle of 226.05º 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 #202A4B is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 42 | 75 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.71 |
| HSL | 226.05º | 0.4% | 0.21% | - |
| HSV(B) | 226.05º | 0.57% | 0.29% | - |
| XYZ | 2.69 | 2.47 | 6.99 | - |
| YUV | 42.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 75 | 0.57 | 0.44 | 0 | 0.71 | 226.05 | 0.4 | 0.21 |
| Hex | 20 | 2A | 4B | 39 | 2C | 0 | 47 | E2 | 28 | 15 |
| Octal | 40 | 52 | 113 | 71 | 54 | 0 | 107 | 342 | 50 | 25 |
| Binary | 100000 | 101010 | 1001011 | 111001 | 101100 | 0 | 1000111 | 11100010 | 101000 | 10101 |
Color Harmonies of #202A4B
Complementary color
Monochromatic Colors of #202A4B
Black with #202A4B
Text Example
Text Example
White with #202A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A4B; }
p { color: rgb(32,42,75); }
H1.HeaderClassName
{
color: #202A4B;
}
.AnyTagClassName
{
color: #202A4B;
}
</style>
background-color css
<style>
a { background-color: #202A4B; }
a { background-color: rgb(32,42,75); }
div.DivClassName
{
background-color: #202A4B;
}
.BgClassName
{
background-color: #202A4B;
}
</style>
border-color css
<style>
span { border-color: #202A4B; }
span { border-color: rgb(32,42,75); }
td.TdClassName
{
border-color: #202A4B;
}
.TagClassName
{
border-color: #202A4B;
}
</style>