Shades of Lucky Point #202E5C
Tints of Lucky Point #202E5C
RGB
CMYK
RGB Variations
Color information
#202E5C (or 0x202E5C) is known color: Lucky Point. HEX triplet: 20, 2E and 5C. RGB value is (32,46,92). Sum of RGB (Red+Green+Blue) = 32+46+92=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #202E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E5C is #DFD1A3. Grayscale: #2E2E2E. Windows color (decimal): -14668196 or 6041120. OLE color: 6041120.
HSL color Cylindrical-coordinate representation of color #202E5C: hue angle of 226º 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 #202E5C is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 46 | 92 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.64 |
| HSL | 226º | 0.48% | 0.24% | - |
| HSV(B) | 226º | 0.65% | 0.36% | - |
| XYZ | 3.5 | 3.03 | 10.53 | - |
| YUV | 47.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 92 | 0.65 | 0.50 | 0 | 0.64 | 226 | 0.48 | 0.24 |
| Hex | 20 | 2E | 5C | 41 | 32 | 0 | 40 | E2 | 30 | 18 |
| Octal | 40 | 56 | 134 | 101 | 62 | 0 | 100 | 342 | 60 | 30 |
| Binary | 100000 | 101110 | 1011100 | 1000001 | 110010 | 0 | 1000000 | 11100010 | 110000 | 11000 |
Color Harmonies of #202E5C
Complementary color
Monochromatic Colors of #202E5C
Black with #202E5C
Text Example
Text Example
White with #202E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E5C; }
p { color: rgb(32,46,92); }
H1.HeaderClassName
{
color: #202E5C;
}
.AnyTagClassName
{
color: #202E5C;
}
</style>
background-color css
<style>
a { background-color: #202E5C; }
a { background-color: rgb(32,46,92); }
div.DivClassName
{
background-color: #202E5C;
}
.BgClassName
{
background-color: #202E5C;
}
</style>
border-color css
<style>
span { border-color: #202E5C; }
span { border-color: rgb(32,46,92); }
td.TdClassName
{
border-color: #202E5C;
}
.TagClassName
{
border-color: #202E5C;
}
</style>