Shades of Lucky Point #20255A
Tints of Lucky Point #20255A
RGB
CMYK
RGB Variations
Color information
#20255A (or 0x20255A) is known color: Lucky Point. HEX triplet: 20, 25 and 5A. RGB value is (32,37,90). Sum of RGB (Red+Green+Blue) = 32+37+90=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 90 (35.55% from 255 or 56.60% from 159); Max value from RGB is 90 - color contains mainly: blue. Hex color #20255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20255A is #DFDAA5. Grayscale: #292929. Windows color (decimal): -14670502 or 5907744. OLE color: 5907744.
HSL color Cylindrical-coordinate representation of color #20255A: hue angle of 234.83º degrees, saturation: 0.48, 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 #20255A is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 37 | 90 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.65 |
| HSL | 234.83º | 0.48% | 0.24% | - |
| HSV(B) | 234.83º | 0.64% | 0.35% | - |
| XYZ | 3.1 | 2.37 | 9.97 | - |
| YUV | 41.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 90 | 0.64 | 0.59 | 0 | 0.65 | 234.83 | 0.48 | 0.24 |
| Hex | 20 | 25 | 5A | 40 | 3B | 0 | 41 | EB | 30 | 18 |
| Octal | 40 | 45 | 132 | 100 | 73 | 0 | 101 | 353 | 60 | 30 |
| Binary | 100000 | 100101 | 1011010 | 1000000 | 111011 | 0 | 1000001 | 11101011 | 110000 | 11000 |
Color Harmonies of #20255A
Complementary color
Monochromatic Colors of #20255A
Black with #20255A
Text Example
Text Example
White with #20255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20255A; }
p { color: rgb(32,37,90); }
H1.HeaderClassName
{
color: #20255A;
}
.AnyTagClassName
{
color: #20255A;
}
</style>
background-color css
<style>
a { background-color: #20255A; }
a { background-color: rgb(32,37,90); }
div.DivClassName
{
background-color: #20255A;
}
.BgClassName
{
background-color: #20255A;
}
</style>
border-color css
<style>
span { border-color: #20255A; }
span { border-color: rgb(32,37,90); }
td.TdClassName
{
border-color: #20255A;
}
.TagClassName
{
border-color: #20255A;
}
</style>