Shades of Lucky Point #20294B
Tints of Lucky Point #20294B
RGB
CMYK
RGB Variations
Color information
#20294B (or 0x20294B) is known color: Lucky Point. HEX triplet: 20, 29 and 4B. RGB value is (32,41,75). Sum of RGB (Red+Green+Blue) = 32+41+75=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #20294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20294B is #DFD6B4. Grayscale: #2A2A2A. Windows color (decimal): -14669493 or 4925728. OLE color: 4925728.
HSL color Cylindrical-coordinate representation of color #20294B: hue angle of 227.44º 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 #20294B is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 41 | 75 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.71 |
| HSL | 227.44º | 0.4% | 0.21% | - |
| HSV(B) | 227.44º | 0.57% | 0.29% | - |
| XYZ | 2.66 | 2.4 | 6.98 | - |
| YUV | 42.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 75 | 0.57 | 0.45 | 0 | 0.71 | 227.44 | 0.4 | 0.21 |
| Hex | 20 | 29 | 4B | 39 | 2D | 0 | 47 | E3 | 28 | 15 |
| Octal | 40 | 51 | 113 | 71 | 55 | 0 | 107 | 343 | 50 | 25 |
| Binary | 100000 | 101001 | 1001011 | 111001 | 101101 | 0 | 1000111 | 11100011 | 101000 | 10101 |
Color Harmonies of #20294B
Complementary color
Monochromatic Colors of #20294B
Black with #20294B
Text Example
Text Example
White with #20294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20294B; }
p { color: rgb(32,41,75); }
H1.HeaderClassName
{
color: #20294B;
}
.AnyTagClassName
{
color: #20294B;
}
</style>
background-color css
<style>
a { background-color: #20294B; }
a { background-color: rgb(32,41,75); }
div.DivClassName
{
background-color: #20294B;
}
.BgClassName
{
background-color: #20294B;
}
</style>
border-color css
<style>
span { border-color: #20294B; }
span { border-color: rgb(32,41,75); }
td.TdClassName
{
border-color: #20294B;
}
.TagClassName
{
border-color: #20294B;
}
</style>