Shades of Lucky Point #20245D
Tints of Lucky Point #20245D
RGB
CMYK
RGB Variations
Color information
#20245D (or 0x20245D) is known color: Lucky Point. HEX triplet: 20, 24 and 5D. RGB value is (32,36,93). Sum of RGB (Red+Green+Blue) = 32+36+93=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #20245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20245D is #DFDBA2. Grayscale: #292929. Windows color (decimal): -14670755 or 6104096. OLE color: 6104096.
HSL color Cylindrical-coordinate representation of color #20245D: hue angle of 236.07º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20245D is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 36 | 93 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.64 |
| HSL | 236.07º | 0.49% | 0.25% | - |
| HSV(B) | 236.07º | 0.66% | 0.36% | - |
| XYZ | 3.2 | 2.36 | 10.64 | - |
| YUV | 41.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 93 | 0.66 | 0.61 | 0 | 0.64 | 236.07 | 0.49 | 0.25 |
| Hex | 20 | 24 | 5D | 42 | 3D | 0 | 40 | EC | 31 | 19 |
| Octal | 40 | 44 | 135 | 102 | 75 | 0 | 100 | 354 | 61 | 31 |
| Binary | 100000 | 100100 | 1011101 | 1000010 | 111101 | 0 | 1000000 | 11101100 | 110001 | 11001 |
Color Harmonies of #20245D
Complementary color
Monochromatic Colors of #20245D
Black with #20245D
Text Example
Text Example
White with #20245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20245D; }
p { color: rgb(32,36,93); }
H1.HeaderClassName
{
color: #20245D;
}
.AnyTagClassName
{
color: #20245D;
}
</style>
background-color css
<style>
a { background-color: #20245D; }
a { background-color: rgb(32,36,93); }
div.DivClassName
{
background-color: #20245D;
}
.BgClassName
{
background-color: #20245D;
}
</style>
border-color css
<style>
span { border-color: #20245D; }
span { border-color: rgb(32,36,93); }
td.TdClassName
{
border-color: #20245D;
}
.TagClassName
{
border-color: #20245D;
}
</style>