Shades of Lucky Point #20245F
Tints of Lucky Point #20245F
RGB
CMYK
RGB Variations
Color information
#20245F (or 0x20245F) is known color: Lucky Point. HEX triplet: 20, 24 and 5F. RGB value is (32,36,95). Sum of RGB (Red+Green+Blue) = 32+36+95=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #20245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20245F is #DFDBA0. Grayscale: #292929. Windows color (decimal): -14670753 or 6235168. OLE color: 6235168.
HSL color Cylindrical-coordinate representation of color #20245F: hue angle of 236.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20245F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 36 | 95 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.63 |
| HSL | 236.19º | 0.5% | 0.25% | - |
| HSV(B) | 236.19º | 0.66% | 0.37% | - |
| XYZ | 3.29 | 2.4 | 11.12 | - |
| YUV | 41.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 95 | 0.66 | 0.62 | 0 | 0.63 | 236.19 | 0.5 | 0.25 |
| Hex | 20 | 24 | 5F | 42 | 3E | 0 | 3F | EC | 32 | 19 |
| Octal | 40 | 44 | 137 | 102 | 76 | 0 | 77 | 354 | 62 | 31 |
| Binary | 100000 | 100100 | 1011111 | 1000010 | 111110 | 0 | 111111 | 11101100 | 110010 | 11001 |
Color Harmonies of #20245F
Complementary color
Monochromatic Colors of #20245F
Black with #20245F
Text Example
Text Example
White with #20245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20245F; }
p { color: rgb(32,36,95); }
H1.HeaderClassName
{
color: #20245F;
}
.AnyTagClassName
{
color: #20245F;
}
</style>
background-color css
<style>
a { background-color: #20245F; }
a { background-color: rgb(32,36,95); }
div.DivClassName
{
background-color: #20245F;
}
.BgClassName
{
background-color: #20245F;
}
</style>
border-color css
<style>
span { border-color: #20245F; }
span { border-color: rgb(32,36,95); }
td.TdClassName
{
border-color: #20245F;
}
.TagClassName
{
border-color: #20245F;
}
</style>