Shades of Lucky Point #202B4D
Tints of Lucky Point #202B4D
RGB
CMYK
RGB Variations
Color information
#202B4D (or 0x202B4D) is known color: Lucky Point. HEX triplet: 20, 2B and 4D. RGB value is (32,43,77). Sum of RGB (Red+Green+Blue) = 32+43+77=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #202B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B4D is #DFD4B2. Grayscale: #2B2B2B. Windows color (decimal): -14668979 or 5057312. OLE color: 5057312.
HSL color Cylindrical-coordinate representation of color #202B4D: hue angle of 225.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #202B4D is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 43 | 77 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.70 |
| HSL | 225.33º | 0.41% | 0.21% | - |
| HSV(B) | 225.33º | 0.58% | 0.3% | - |
| XYZ | 2.8 | 2.57 | 7.37 | - |
| YUV | 43.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 77 | 0.58 | 0.44 | 0 | 0.70 | 225.33 | 0.41 | 0.21 |
| Hex | 20 | 2B | 4D | 3A | 2C | 0 | 46 | E1 | 29 | 15 |
| Octal | 40 | 53 | 115 | 72 | 54 | 0 | 106 | 341 | 51 | 25 |
| Binary | 100000 | 101011 | 1001101 | 111010 | 101100 | 0 | 1000110 | 11100001 | 101001 | 10101 |
Color Harmonies of #202B4D
Complementary color
Monochromatic Colors of #202B4D
Black with #202B4D
Text Example
Text Example
White with #202B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B4D; }
p { color: rgb(32,43,77); }
H1.HeaderClassName
{
color: #202B4D;
}
.AnyTagClassName
{
color: #202B4D;
}
</style>
background-color css
<style>
a { background-color: #202B4D; }
a { background-color: rgb(32,43,77); }
div.DivClassName
{
background-color: #202B4D;
}
.BgClassName
{
background-color: #202B4D;
}
</style>
border-color css
<style>
span { border-color: #202B4D; }
span { border-color: rgb(32,43,77); }
td.TdClassName
{
border-color: #202B4D;
}
.TagClassName
{
border-color: #202B4D;
}
</style>