Shades of Lucky Point #202A55
Tints of Lucky Point #202A55
RGB
CMYK
RGB Variations
Color information
#202A55 (or 0x202A55) is known color: Lucky Point. HEX triplet: 20, 2A and 55. RGB value is (32,42,85). Sum of RGB (Red+Green+Blue) = 32+42+85=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #202A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202A55 is #DFD5AA. Grayscale: #2B2B2B. Windows color (decimal): -14669227 or 5581344. OLE color: 5581344.
HSL color Cylindrical-coordinate representation of color #202A55: hue angle of 228.68º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #202A55 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 42 | 85 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.67 |
| HSL | 228.68º | 0.45% | 0.23% | - |
| HSV(B) | 228.68º | 0.62% | 0.33% | - |
| XYZ | 3.06 | 2.62 | 8.94 | - |
| YUV | 43.91 | 151.19 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 85 | 0.62 | 0.51 | 0 | 0.67 | 228.68 | 0.45 | 0.23 |
| Hex | 20 | 2A | 55 | 3E | 33 | 0 | 43 | E5 | 2D | 17 |
| Octal | 40 | 52 | 125 | 76 | 63 | 0 | 103 | 345 | 55 | 27 |
| Binary | 100000 | 101010 | 1010101 | 111110 | 110011 | 0 | 1000011 | 11100101 | 101101 | 10111 |
Color Harmonies of #202A55
Complementary color
Monochromatic Colors of #202A55
Black with #202A55
Text Example
Text Example
White with #202A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A55; }
p { color: rgb(32,42,85); }
H1.HeaderClassName
{
color: #202A55;
}
.AnyTagClassName
{
color: #202A55;
}
</style>
background-color css
<style>
a { background-color: #202A55; }
a { background-color: rgb(32,42,85); }
div.DivClassName
{
background-color: #202A55;
}
.BgClassName
{
background-color: #202A55;
}
</style>
border-color css
<style>
span { border-color: #202A55; }
span { border-color: rgb(32,42,85); }
td.TdClassName
{
border-color: #202A55;
}
.TagClassName
{
border-color: #202A55;
}
</style>