Shades of Lucky Point #20235D
Tints of Lucky Point #20235D
RGB
CMYK
RGB Variations
Color information
#20235D (or 0x20235D) is known color: Lucky Point. HEX triplet: 20, 23 and 5D. RGB value is (32,35,93). Sum of RGB (Red+Green+Blue) = 32+35+93=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #20235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20235D is #DFDCA2. Grayscale: #282828. Windows color (decimal): -14671011 or 6103840. OLE color: 6103840.
HSL color Cylindrical-coordinate representation of color #20235D: hue angle of 237.05º 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 #20235D is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 35 | 93 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.64 |
| HSL | 237.05º | 0.49% | 0.25% | - |
| HSV(B) | 237.05º | 0.66% | 0.36% | - |
| XYZ | 3.17 | 2.3 | 10.63 | - |
| YUV | 40.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 93 | 0.66 | 0.62 | 0 | 0.64 | 237.05 | 0.49 | 0.25 |
| Hex | 20 | 23 | 5D | 42 | 3E | 0 | 40 | ED | 31 | 19 |
| Octal | 40 | 43 | 135 | 102 | 76 | 0 | 100 | 355 | 61 | 31 |
| Binary | 100000 | 100011 | 1011101 | 1000010 | 111110 | 0 | 1000000 | 11101101 | 110001 | 11001 |
Color Harmonies of #20235D
Complementary color
Monochromatic Colors of #20235D
Black with #20235D
Text Example
Text Example
White with #20235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20235D; }
p { color: rgb(32,35,93); }
H1.HeaderClassName
{
color: #20235D;
}
.AnyTagClassName
{
color: #20235D;
}
</style>
background-color css
<style>
a { background-color: #20235D; }
a { background-color: rgb(32,35,93); }
div.DivClassName
{
background-color: #20235D;
}
.BgClassName
{
background-color: #20235D;
}
</style>
border-color css
<style>
span { border-color: #20235D; }
span { border-color: rgb(32,35,93); }
td.TdClassName
{
border-color: #20235D;
}
.TagClassName
{
border-color: #20235D;
}
</style>