Shades of Lucky Point #20294A
Tints of Lucky Point #20294A
RGB
CMYK
RGB Variations
Color information
#20294A (or 0x20294A) is known color: Lucky Point. HEX triplet: 20, 29 and 4A. RGB value is (32,41,74). Sum of RGB (Red+Green+Blue) = 32+41+74=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #20294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20294A is #DFD6B5. Grayscale: #292929. Windows color (decimal): -14669494 or 4860192. OLE color: 4860192.
HSL color Cylindrical-coordinate representation of color #20294A: hue angle of 227.14º 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 #20294A is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 41 | 74 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.71 |
| HSL | 227.14º | 0.4% | 0.21% | - |
| HSV(B) | 227.14º | 0.57% | 0.29% | - |
| XYZ | 2.62 | 2.39 | 6.8 | - |
| YUV | 42.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 74 | 0.57 | 0.45 | 0 | 0.71 | 227.14 | 0.4 | 0.21 |
| Hex | 20 | 29 | 4A | 39 | 2D | 0 | 47 | E3 | 28 | 15 |
| Octal | 40 | 51 | 112 | 71 | 55 | 0 | 107 | 343 | 50 | 25 |
| Binary | 100000 | 101001 | 1001010 | 111001 | 101101 | 0 | 1000111 | 11100011 | 101000 | 10101 |
Color Harmonies of #20294A
Complementary color
Monochromatic Colors of #20294A
Black with #20294A
Text Example
Text Example
White with #20294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20294A; }
p { color: rgb(32,41,74); }
H1.HeaderClassName
{
color: #20294A;
}
.AnyTagClassName
{
color: #20294A;
}
</style>
background-color css
<style>
a { background-color: #20294A; }
a { background-color: rgb(32,41,74); }
div.DivClassName
{
background-color: #20294A;
}
.BgClassName
{
background-color: #20294A;
}
</style>
border-color css
<style>
span { border-color: #20294A; }
span { border-color: rgb(32,41,74); }
td.TdClassName
{
border-color: #20294A;
}
.TagClassName
{
border-color: #20294A;
}
</style>