Shades of Lucky Point #202C5F
Tints of Lucky Point #202C5F
RGB
CMYK
RGB Variations
Color information
#202C5F (or 0x202C5F) is known color: Lucky Point. HEX triplet: 20, 2C and 5F. RGB value is (32,44,95). Sum of RGB (Red+Green+Blue) = 32+44+95=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #202C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C5F is #DFD3A0. Grayscale: #2E2E2E. Windows color (decimal): -14668705 or 6237216. OLE color: 6237216.
HSL color Cylindrical-coordinate representation of color #202C5F: hue angle of 228.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #202C5F is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 44 | 95 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.63 |
| HSL | 228.57º | 0.5% | 0.25% | - |
| HSV(B) | 228.57º | 0.66% | 0.37% | - |
| XYZ | 3.56 | 2.93 | 11.21 | - |
| YUV | 46.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 95 | 0.66 | 0.54 | 0 | 0.63 | 228.57 | 0.5 | 0.25 |
| Hex | 20 | 2C | 5F | 42 | 36 | 0 | 3F | E5 | 32 | 19 |
| Octal | 40 | 54 | 137 | 102 | 66 | 0 | 77 | 345 | 62 | 31 |
| Binary | 100000 | 101100 | 1011111 | 1000010 | 110110 | 0 | 111111 | 11100101 | 110010 | 11001 |
Color Harmonies of #202C5F
Complementary color
Monochromatic Colors of #202C5F
Black with #202C5F
Text Example
Text Example
White with #202C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C5F; }
p { color: rgb(32,44,95); }
H1.HeaderClassName
{
color: #202C5F;
}
.AnyTagClassName
{
color: #202C5F;
}
</style>
background-color css
<style>
a { background-color: #202C5F; }
a { background-color: rgb(32,44,95); }
div.DivClassName
{
background-color: #202C5F;
}
.BgClassName
{
background-color: #202C5F;
}
</style>
border-color css
<style>
span { border-color: #202C5F; }
span { border-color: rgb(32,44,95); }
td.TdClassName
{
border-color: #202C5F;
}
.TagClassName
{
border-color: #202C5F;
}
</style>