Shades of Lucky Point #202B61
Tints of Lucky Point #202B61
RGB
CMYK
RGB Variations
Color information
#202B61 (or 0x202B61) is known color: Lucky Point. HEX triplet: 20, 2B and 61. RGB value is (32,43,97). Sum of RGB (Red+Green+Blue) = 32+43+97=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #202B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B61 is #DFD49E. Grayscale: #2D2D2D. Windows color (decimal): -14668959 or 6368032. OLE color: 6368032.
HSL color Cylindrical-coordinate representation of color #202B61: hue angle of 229.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #202B61 is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 43 | 97 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.62 |
| HSL | 229.85º | 0.5% | 0.25% | - |
| HSV(B) | 229.85º | 0.67% | 0.38% | - |
| XYZ | 3.62 | 2.9 | 11.68 | - |
| YUV | 45.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 97 | 0.67 | 0.56 | 0 | 0.62 | 229.85 | 0.5 | 0.25 |
| Hex | 20 | 2B | 61 | 43 | 38 | 0 | 3E | E6 | 32 | 19 |
| Octal | 40 | 53 | 141 | 103 | 70 | 0 | 76 | 346 | 62 | 31 |
| Binary | 100000 | 101011 | 1100001 | 1000011 | 111000 | 0 | 111110 | 11100110 | 110010 | 11001 |
Color Harmonies of #202B61
Complementary color
Monochromatic Colors of #202B61
Black with #202B61
Text Example
Text Example
White with #202B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B61; }
p { color: rgb(32,43,97); }
H1.HeaderClassName
{
color: #202B61;
}
.AnyTagClassName
{
color: #202B61;
}
</style>
background-color css
<style>
a { background-color: #202B61; }
a { background-color: rgb(32,43,97); }
div.DivClassName
{
background-color: #202B61;
}
.BgClassName
{
background-color: #202B61;
}
</style>
border-color css
<style>
span { border-color: #202B61; }
span { border-color: rgb(32,43,97); }
td.TdClassName
{
border-color: #202B61;
}
.TagClassName
{
border-color: #202B61;
}
</style>