Shades of Lucky Point #202E5B
Tints of Lucky Point #202E5B
RGB
CMYK
RGB Variations
Color information
#202E5B (or 0x202E5B) is known color: Lucky Point. HEX triplet: 20, 2E and 5B. RGB value is (32,46,91). Sum of RGB (Red+Green+Blue) = 32+46+91=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #202E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E5B is #DFD1A4. Grayscale: #2E2E2E. Windows color (decimal): -14668197 or 5975584. OLE color: 5975584.
HSL color Cylindrical-coordinate representation of color #202E5B: hue angle of 225.76º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #202E5B is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 46 | 91 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.64 |
| HSL | 225.76º | 0.48% | 0.24% | - |
| HSV(B) | 225.76º | 0.65% | 0.36% | - |
| XYZ | 3.46 | 3.02 | 10.3 | - |
| YUV | 46.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 91 | 0.65 | 0.49 | 0 | 0.64 | 225.76 | 0.48 | 0.24 |
| Hex | 20 | 2E | 5B | 41 | 31 | 0 | 40 | E2 | 30 | 18 |
| Octal | 40 | 56 | 133 | 101 | 61 | 0 | 100 | 342 | 60 | 30 |
| Binary | 100000 | 101110 | 1011011 | 1000001 | 110001 | 0 | 1000000 | 11100010 | 110000 | 11000 |
Color Harmonies of #202E5B
Complementary color
Monochromatic Colors of #202E5B
Black with #202E5B
Text Example
Text Example
White with #202E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E5B; }
p { color: rgb(32,46,91); }
H1.HeaderClassName
{
color: #202E5B;
}
.AnyTagClassName
{
color: #202E5B;
}
</style>
background-color css
<style>
a { background-color: #202E5B; }
a { background-color: rgb(32,46,91); }
div.DivClassName
{
background-color: #202E5B;
}
.BgClassName
{
background-color: #202E5B;
}
</style>
border-color css
<style>
span { border-color: #202E5B; }
span { border-color: rgb(32,46,91); }
td.TdClassName
{
border-color: #202E5B;
}
.TagClassName
{
border-color: #202E5B;
}
</style>