Shades of Lucky Point #202C51
Tints of Lucky Point #202C51
RGB
CMYK
RGB Variations
Color information
#202C51 (or 0x202C51) is known color: Lucky Point. HEX triplet: 20, 2C and 51. RGB value is (32,44,81). Sum of RGB (Red+Green+Blue) = 32+44+81=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #202C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202C51 is #DFD3AE. Grayscale: #2C2C2C. Windows color (decimal): -14668719 or 5319712. OLE color: 5319712.
HSL color Cylindrical-coordinate representation of color #202C51: hue angle of 225.31º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #202C51 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 44 | 81 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.68 |
| HSL | 225.31º | 0.43% | 0.22% | - |
| HSV(B) | 225.31º | 0.6% | 0.32% | - |
| XYZ | 2.98 | 2.7 | 8.15 | - |
| YUV | 44.63 | 148.52 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 81 | 0.60 | 0.46 | 0 | 0.68 | 225.31 | 0.43 | 0.22 |
| Hex | 20 | 2C | 51 | 3C | 2E | 0 | 44 | E1 | 2B | 16 |
| Octal | 40 | 54 | 121 | 74 | 56 | 0 | 104 | 341 | 53 | 26 |
| Binary | 100000 | 101100 | 1010001 | 111100 | 101110 | 0 | 1000100 | 11100001 | 101011 | 10110 |
Color Harmonies of #202C51
Complementary color
Monochromatic Colors of #202C51
Black with #202C51
Text Example
Text Example
White with #202C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C51; }
p { color: rgb(32,44,81); }
H1.HeaderClassName
{
color: #202C51;
}
.AnyTagClassName
{
color: #202C51;
}
</style>
background-color css
<style>
a { background-color: #202C51; }
a { background-color: rgb(32,44,81); }
div.DivClassName
{
background-color: #202C51;
}
.BgClassName
{
background-color: #202C51;
}
</style>
border-color css
<style>
span { border-color: #202C51; }
span { border-color: rgb(32,44,81); }
td.TdClassName
{
border-color: #202C51;
}
.TagClassName
{
border-color: #202C51;
}
</style>