Shades of Lucky Point #202D5B
Tints of Lucky Point #202D5B
RGB
CMYK
RGB Variations
Color information
#202D5B (or 0x202D5B) is known color: Lucky Point. HEX triplet: 20, 2D and 5B. RGB value is (32,45,91). Sum of RGB (Red+Green+Blue) = 32+45+91=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #202D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202D5B is #DFD2A4. Grayscale: #2E2E2E. Windows color (decimal): -14668453 or 5975328. OLE color: 5975328.
HSL color Cylindrical-coordinate representation of color #202D5B: hue angle of 226.78º 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 #202D5B is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 45 | 91 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.64 |
| HSL | 226.78º | 0.48% | 0.24% | - |
| HSV(B) | 226.78º | 0.65% | 0.36% | - |
| XYZ | 3.42 | 2.94 | 10.28 | - |
| YUV | 46.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 91 | 0.65 | 0.51 | 0 | 0.64 | 226.78 | 0.48 | 0.24 |
| Hex | 20 | 2D | 5B | 41 | 33 | 0 | 40 | E3 | 30 | 18 |
| Octal | 40 | 55 | 133 | 101 | 63 | 0 | 100 | 343 | 60 | 30 |
| Binary | 100000 | 101101 | 1011011 | 1000001 | 110011 | 0 | 1000000 | 11100011 | 110000 | 11000 |
Color Harmonies of #202D5B
Complementary color
Monochromatic Colors of #202D5B
Black with #202D5B
Text Example
Text Example
White with #202D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D5B; }
p { color: rgb(32,45,91); }
H1.HeaderClassName
{
color: #202D5B;
}
.AnyTagClassName
{
color: #202D5B;
}
</style>
background-color css
<style>
a { background-color: #202D5B; }
a { background-color: rgb(32,45,91); }
div.DivClassName
{
background-color: #202D5B;
}
.BgClassName
{
background-color: #202D5B;
}
</style>
border-color css
<style>
span { border-color: #202D5B; }
span { border-color: rgb(32,45,91); }
td.TdClassName
{
border-color: #202D5B;
}
.TagClassName
{
border-color: #202D5B;
}
</style>