Shades of Lucky Point #202E61
Tints of Lucky Point #202E61
RGB
CMYK
RGB Variations
Color information
#202E61 (or 0x202E61) is known color: Lucky Point. HEX triplet: 20, 2E and 61. RGB value is (32,46,97). Sum of RGB (Red+Green+Blue) = 32+46+97=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #202E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E61 is #DFD19E. Grayscale: #2F2F2F. Windows color (decimal): -14668191 or 6368800. OLE color: 6368800.
HSL color Cylindrical-coordinate representation of color #202E61: hue angle of 227.08º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202E61 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 46 | 97 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.62 |
| HSL | 227.08º | 0.5% | 0.25% | - |
| HSV(B) | 227.08º | 0.67% | 0.38% | - |
| XYZ | 3.73 | 3.12 | 11.72 | - |
| YUV | 47.63 | 155.86 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 97 | 0.67 | 0.53 | 0 | 0.62 | 227.08 | 0.5 | 0.25 |
| Hex | 20 | 2E | 61 | 43 | 35 | 0 | 3E | E3 | 32 | 19 |
| Octal | 40 | 56 | 141 | 103 | 65 | 0 | 76 | 343 | 62 | 31 |
| Binary | 100000 | 101110 | 1100001 | 1000011 | 110101 | 0 | 111110 | 11100011 | 110010 | 11001 |
Color Harmonies of #202E61
Complementary color
Monochromatic Colors of #202E61
Black with #202E61
Text Example
Text Example
White with #202E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E61; }
p { color: rgb(32,46,97); }
H1.HeaderClassName
{
color: #202E61;
}
.AnyTagClassName
{
color: #202E61;
}
</style>
background-color css
<style>
a { background-color: #202E61; }
a { background-color: rgb(32,46,97); }
div.DivClassName
{
background-color: #202E61;
}
.BgClassName
{
background-color: #202E61;
}
</style>
border-color css
<style>
span { border-color: #202E61; }
span { border-color: rgb(32,46,97); }
td.TdClassName
{
border-color: #202E61;
}
.TagClassName
{
border-color: #202E61;
}
</style>