Shades of Lucky Point #202356
Tints of Lucky Point #202356
RGB
CMYK
RGB Variations
Color information
#202356 (or 0x202356) is known color: Lucky Point. HEX triplet: 20, 23 and 56. RGB value is (32,35,86). Sum of RGB (Red+Green+Blue) = 32+35+86=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #202356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202356 is #DFDCA9. Grayscale: #272727. Windows color (decimal): -14671018 or 5645088. OLE color: 5645088.
HSL color Cylindrical-coordinate representation of color #202356: hue angle of 236.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #202356 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 35 | 86 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.66 |
| HSL | 236.67º | 0.46% | 0.23% | - |
| HSV(B) | 236.67º | 0.63% | 0.34% | - |
| XYZ | 2.88 | 2.18 | 9.07 | - |
| YUV | 39.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 86 | 0.63 | 0.59 | 0 | 0.66 | 236.67 | 0.46 | 0.23 |
| Hex | 20 | 23 | 56 | 3F | 3B | 0 | 42 | ED | 2E | 17 |
| Octal | 40 | 43 | 126 | 77 | 73 | 0 | 102 | 355 | 56 | 27 |
| Binary | 100000 | 100011 | 1010110 | 111111 | 111011 | 0 | 1000010 | 11101101 | 101110 | 10111 |
Color Harmonies of #202356
Complementary color
Monochromatic Colors of #202356
Black with #202356
Text Example
Text Example
White with #202356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202356; }
p { color: rgb(32,35,86); }
H1.HeaderClassName
{
color: #202356;
}
.AnyTagClassName
{
color: #202356;
}
</style>
background-color css
<style>
a { background-color: #202356; }
a { background-color: rgb(32,35,86); }
div.DivClassName
{
background-color: #202356;
}
.BgClassName
{
background-color: #202356;
}
</style>
border-color css
<style>
span { border-color: #202356; }
span { border-color: rgb(32,35,86); }
td.TdClassName
{
border-color: #202356;
}
.TagClassName
{
border-color: #202356;
}
</style>