Shades of Lucky Point #20254D
Tints of Lucky Point #20254D
RGB
CMYK
RGB Variations
Color information
#20254D (or 0x20254D) is known color: Lucky Point. HEX triplet: 20, 25 and 4D. RGB value is (32,37,77). Sum of RGB (Red+Green+Blue) = 32+37+77=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #20254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20254D is #DFDAB2. Grayscale: #272727. Windows color (decimal): -14670515 or 5055776. OLE color: 5055776.
HSL color Cylindrical-coordinate representation of color #20254D: hue angle of 233.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20254D is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 37 | 77 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.70 |
| HSL | 233.33º | 0.41% | 0.21% | - |
| HSV(B) | 233.33º | 0.58% | 0.3% | - |
| XYZ | 2.6 | 2.17 | 7.3 | - |
| YUV | 40.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 77 | 0.58 | 0.52 | 0 | 0.70 | 233.33 | 0.41 | 0.21 |
| Hex | 20 | 25 | 4D | 3A | 34 | 0 | 46 | E9 | 29 | 15 |
| Octal | 40 | 45 | 115 | 72 | 64 | 0 | 106 | 351 | 51 | 25 |
| Binary | 100000 | 100101 | 1001101 | 111010 | 110100 | 0 | 1000110 | 11101001 | 101001 | 10101 |
Color Harmonies of #20254D
Complementary color
Monochromatic Colors of #20254D
Black with #20254D
Text Example
Text Example
White with #20254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20254D; }
p { color: rgb(32,37,77); }
H1.HeaderClassName
{
color: #20254D;
}
.AnyTagClassName
{
color: #20254D;
}
</style>
background-color css
<style>
a { background-color: #20254D; }
a { background-color: rgb(32,37,77); }
div.DivClassName
{
background-color: #20254D;
}
.BgClassName
{
background-color: #20254D;
}
</style>
border-color css
<style>
span { border-color: #20254D; }
span { border-color: rgb(32,37,77); }
td.TdClassName
{
border-color: #20254D;
}
.TagClassName
{
border-color: #20254D;
}
</style>