Shades of Lucky Point #202A4F
Tints of Lucky Point #202A4F
RGB
CMYK
RGB Variations
Color information
#202A4F (or 0x202A4F) is known color: Lucky Point. HEX triplet: 20, 2A and 4F. RGB value is (32,42,79). Sum of RGB (Red+Green+Blue) = 32+42+79=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #202A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A4F is #DFD5B0. Grayscale: #2B2B2B. Windows color (decimal): -14669233 or 5188128. OLE color: 5188128.
HSL color Cylindrical-coordinate representation of color #202A4F: hue angle of 227.23º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #202A4F is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 42 | 79 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.69 |
| HSL | 227.23º | 0.42% | 0.22% | - |
| HSV(B) | 227.23º | 0.59% | 0.31% | - |
| XYZ | 2.83 | 2.53 | 7.74 | - |
| YUV | 43.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 79 | 0.59 | 0.47 | 0 | 0.69 | 227.23 | 0.42 | 0.22 |
| Hex | 20 | 2A | 4F | 3B | 2F | 0 | 45 | E3 | 2A | 16 |
| Octal | 40 | 52 | 117 | 73 | 57 | 0 | 105 | 343 | 52 | 26 |
| Binary | 100000 | 101010 | 1001111 | 111011 | 101111 | 0 | 1000101 | 11100011 | 101010 | 10110 |
Color Harmonies of #202A4F
Complementary color
Monochromatic Colors of #202A4F
Black with #202A4F
Text Example
Text Example
White with #202A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A4F; }
p { color: rgb(32,42,79); }
H1.HeaderClassName
{
color: #202A4F;
}
.AnyTagClassName
{
color: #202A4F;
}
</style>
background-color css
<style>
a { background-color: #202A4F; }
a { background-color: rgb(32,42,79); }
div.DivClassName
{
background-color: #202A4F;
}
.BgClassName
{
background-color: #202A4F;
}
</style>
border-color css
<style>
span { border-color: #202A4F; }
span { border-color: rgb(32,42,79); }
td.TdClassName
{
border-color: #202A4F;
}
.TagClassName
{
border-color: #202A4F;
}
</style>