Shades of Lucky Point #202A4D
Tints of Lucky Point #202A4D
RGB
CMYK
RGB Variations
Color information
#202A4D (or 0x202A4D) is known color: Lucky Point. HEX triplet: 20, 2A and 4D. RGB value is (32,42,77). Sum of RGB (Red+Green+Blue) = 32+42+77=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #202A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A4D is #DFD5B2. Grayscale: #2A2A2A. Windows color (decimal): -14669235 or 5057056. OLE color: 5057056.
HSL color Cylindrical-coordinate representation of color #202A4D: hue angle of 226.67º 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 #202A4D is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 32 | 42 | 77 | - |
CMYK | 0.58 | 0.45 | 0 | 0.70 |
HSL | 226.67º | 0.41% | 0.21% | - |
HSV(B) | 226.67º | 0.58% | 0.3% | - |
XYZ | 2.76 | 2.5 | 7.36 | - |
YUV | 43 | 147.19 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 42 | 77 | 0.58 | 0.45 | 0 | 0.70 | 226.67 | 0.41 | 0.21 |
Hex | 20 | 2A | 4D | 3A | 2D | 0 | 46 | E3 | 29 | 15 |
Octal | 40 | 52 | 115 | 72 | 55 | 0 | 106 | 343 | 51 | 25 |
Binary | 100000 | 101010 | 1001101 | 111010 | 101101 | 0 | 1000110 | 11100011 | 101001 | 10101 |
Color Harmonies of #202A4D
Complementary color
Monochromatic Colors of #202A4D
Black with #202A4D
Text Example
Text Example
White with #202A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A4D; }
p { color: rgb(32,42,77); }
H1.HeaderClassName
{
color: #202A4D;
}
.AnyTagClassName
{
color: #202A4D;
}
</style>
background-color css
<style>
a { background-color: #202A4D; }
a { background-color: rgb(32,42,77); }
div.DivClassName
{
background-color: #202A4D;
}
.BgClassName
{
background-color: #202A4D;
}
</style>
border-color css
<style>
span { border-color: #202A4D; }
span { border-color: rgb(32,42,77); }
td.TdClassName
{
border-color: #202A4D;
}
.TagClassName
{
border-color: #202A4D;
}
</style>