Shades of Lucky Point #202E5D
Tints of Lucky Point #202E5D
RGB
CMYK
RGB Variations
Color information
#202E5D (or 0x202E5D) is known color: Lucky Point. HEX triplet: 20, 2E and 5D. RGB value is (32,46,93). Sum of RGB (Red+Green+Blue) = 32+46+93=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #202E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E5D is #DFD1A2. Grayscale: #2E2E2E. Windows color (decimal): -14668195 or 6106656. OLE color: 6106656.
HSL color Cylindrical-coordinate representation of color #202E5D: hue angle of 226.23º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #202E5D is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 46 | 93 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.64 |
| HSL | 226.23º | 0.49% | 0.25% | - |
| HSV(B) | 226.23º | 0.66% | 0.36% | - |
| XYZ | 3.55 | 3.05 | 10.76 | - |
| YUV | 47.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 93 | 0.66 | 0.51 | 0 | 0.64 | 226.23 | 0.49 | 0.25 |
| Hex | 20 | 2E | 5D | 42 | 33 | 0 | 40 | E2 | 31 | 19 |
| Octal | 40 | 56 | 135 | 102 | 63 | 0 | 100 | 342 | 61 | 31 |
| Binary | 100000 | 101110 | 1011101 | 1000010 | 110011 | 0 | 1000000 | 11100010 | 110001 | 11001 |
Color Harmonies of #202E5D
Complementary color
Monochromatic Colors of #202E5D
Black with #202E5D
Text Example
Text Example
White with #202E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E5D; }
p { color: rgb(32,46,93); }
H1.HeaderClassName
{
color: #202E5D;
}
.AnyTagClassName
{
color: #202E5D;
}
</style>
background-color css
<style>
a { background-color: #202E5D; }
a { background-color: rgb(32,46,93); }
div.DivClassName
{
background-color: #202E5D;
}
.BgClassName
{
background-color: #202E5D;
}
</style>
border-color css
<style>
span { border-color: #202E5D; }
span { border-color: rgb(32,46,93); }
td.TdClassName
{
border-color: #202E5D;
}
.TagClassName
{
border-color: #202E5D;
}
</style>