Shades of Lucky Point #202B51
Tints of Lucky Point #202B51
RGB
CMYK
RGB Variations
Color information
#202B51 (or 0x202B51) is known color: Lucky Point. HEX triplet: 20, 2B and 51. RGB value is (32,43,81). Sum of RGB (Red+Green+Blue) = 32+43+81=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #202B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B51 is #DFD4AE. Grayscale: #2B2B2B. Windows color (decimal): -14668975 or 5319456. OLE color: 5319456.
HSL color Cylindrical-coordinate representation of color #202B51: hue angle of 226.53º 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 #202B51 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 43 | 81 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.68 |
| HSL | 226.53º | 0.43% | 0.22% | - |
| HSV(B) | 226.53º | 0.6% | 0.32% | - |
| XYZ | 2.94 | 2.63 | 8.14 | - |
| YUV | 44.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 81 | 0.60 | 0.47 | 0 | 0.68 | 226.53 | 0.43 | 0.22 |
| Hex | 20 | 2B | 51 | 3C | 2F | 0 | 44 | E3 | 2B | 16 |
| Octal | 40 | 53 | 121 | 74 | 57 | 0 | 104 | 343 | 53 | 26 |
| Binary | 100000 | 101011 | 1010001 | 111100 | 101111 | 0 | 1000100 | 11100011 | 101011 | 10110 |
Color Harmonies of #202B51
Complementary color
Monochromatic Colors of #202B51
Black with #202B51
Text Example
Text Example
White with #202B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B51; }
p { color: rgb(32,43,81); }
H1.HeaderClassName
{
color: #202B51;
}
.AnyTagClassName
{
color: #202B51;
}
</style>
background-color css
<style>
a { background-color: #202B51; }
a { background-color: rgb(32,43,81); }
div.DivClassName
{
background-color: #202B51;
}
.BgClassName
{
background-color: #202B51;
}
</style>
border-color css
<style>
span { border-color: #202B51; }
span { border-color: rgb(32,43,81); }
td.TdClassName
{
border-color: #202B51;
}
.TagClassName
{
border-color: #202B51;
}
</style>