Shades of Lucky Point #202B5B
Tints of Lucky Point #202B5B
RGB
CMYK
RGB Variations
Color information
#202B5B (or 0x202B5B) is known color: Lucky Point. HEX triplet: 20, 2B and 5B. RGB value is (32,43,91). Sum of RGB (Red+Green+Blue) = 32+43+91=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #202B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B5B is #DFD4A4. Grayscale: #2C2C2C. Windows color (decimal): -14668965 or 5974816. OLE color: 5974816.
HSL color Cylindrical-coordinate representation of color #202B5B: hue angle of 228.81º 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 #202B5B is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 43 | 91 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.64 |
| HSL | 228.81º | 0.48% | 0.24% | - |
| HSV(B) | 228.81º | 0.65% | 0.36% | - |
| XYZ | 3.35 | 2.79 | 10.26 | - |
| YUV | 45.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 91 | 0.65 | 0.53 | 0 | 0.64 | 228.81 | 0.48 | 0.24 |
| Hex | 20 | 2B | 5B | 41 | 35 | 0 | 40 | E5 | 30 | 18 |
| Octal | 40 | 53 | 133 | 101 | 65 | 0 | 100 | 345 | 60 | 30 |
| Binary | 100000 | 101011 | 1011011 | 1000001 | 110101 | 0 | 1000000 | 11100101 | 110000 | 11000 |
Color Harmonies of #202B5B
Complementary color
Monochromatic Colors of #202B5B
Black with #202B5B
Text Example
Text Example
White with #202B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B5B; }
p { color: rgb(32,43,91); }
H1.HeaderClassName
{
color: #202B5B;
}
.AnyTagClassName
{
color: #202B5B;
}
</style>
background-color css
<style>
a { background-color: #202B5B; }
a { background-color: rgb(32,43,91); }
div.DivClassName
{
background-color: #202B5B;
}
.BgClassName
{
background-color: #202B5B;
}
</style>
border-color css
<style>
span { border-color: #202B5B; }
span { border-color: rgb(32,43,91); }
td.TdClassName
{
border-color: #202B5B;
}
.TagClassName
{
border-color: #202B5B;
}
</style>