Shades of Lucky Point #202F59
Tints of Lucky Point #202F59
RGB
CMYK
RGB Variations
Color information
#202F59 (or 0x202F59) is known color: Lucky Point. HEX triplet: 20, 2F and 59. RGB value is (32,47,89). Sum of RGB (Red+Green+Blue) = 32+47+89=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #202F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F59 is #DFD0A6. Grayscale: #2F2F2F. Windows color (decimal): -14667943 or 5844768. OLE color: 5844768.
HSL color Cylindrical-coordinate representation of color #202F59: hue angle of 224.21º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202F59 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 47 | 89 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.65 |
| HSL | 224.21º | 0.47% | 0.24% | - |
| HSV(B) | 224.21º | 0.64% | 0.35% | - |
| XYZ | 3.42 | 3.06 | 9.86 | - |
| YUV | 47.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 89 | 0.64 | 0.47 | 0 | 0.65 | 224.21 | 0.47 | 0.24 |
| Hex | 20 | 2F | 59 | 40 | 2F | 0 | 41 | E0 | 2F | 18 |
| Octal | 40 | 57 | 131 | 100 | 57 | 0 | 101 | 340 | 57 | 30 |
| Binary | 100000 | 101111 | 1011001 | 1000000 | 101111 | 0 | 1000001 | 11100000 | 101111 | 11000 |
Color Harmonies of #202F59
Complementary color
Monochromatic Colors of #202F59
Black with #202F59
Text Example
Text Example
White with #202F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202F59; }
p { color: rgb(32,47,89); }
H1.HeaderClassName
{
color: #202F59;
}
.AnyTagClassName
{
color: #202F59;
}
</style>
background-color css
<style>
a { background-color: #202F59; }
a { background-color: rgb(32,47,89); }
div.DivClassName
{
background-color: #202F59;
}
.BgClassName
{
background-color: #202F59;
}
</style>
border-color css
<style>
span { border-color: #202F59; }
span { border-color: rgb(32,47,89); }
td.TdClassName
{
border-color: #202F59;
}
.TagClassName
{
border-color: #202F59;
}
</style>