Shades of Lucky Point #202357
Tints of Lucky Point #202357
RGB
CMYK
RGB Variations
Color information
#202357 (or 0x202357) is known color: Lucky Point. HEX triplet: 20, 23 and 57. RGB value is (32,35,87). Sum of RGB (Red+Green+Blue) = 32+35+87=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #202357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202357 is #DFDCA8. Grayscale: #272727. Windows color (decimal): -14671017 or 5710624. OLE color: 5710624.
HSL color Cylindrical-coordinate representation of color #202357: hue angle of 236.73º 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 #202357 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 35 | 87 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.66 |
| HSL | 236.73º | 0.46% | 0.23% | - |
| HSV(B) | 236.73º | 0.63% | 0.34% | - |
| XYZ | 2.92 | 2.2 | 9.29 | - |
| YUV | 40.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 87 | 0.63 | 0.60 | 0 | 0.66 | 236.73 | 0.46 | 0.23 |
| Hex | 20 | 23 | 57 | 3F | 3C | 0 | 42 | ED | 2E | 17 |
| Octal | 40 | 43 | 127 | 77 | 74 | 0 | 102 | 355 | 56 | 27 |
| Binary | 100000 | 100011 | 1010111 | 111111 | 111100 | 0 | 1000010 | 11101101 | 101110 | 10111 |
Color Harmonies of #202357
Complementary color
Monochromatic Colors of #202357
Black with #202357
Text Example
Text Example
White with #202357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202357; }
p { color: rgb(32,35,87); }
H1.HeaderClassName
{
color: #202357;
}
.AnyTagClassName
{
color: #202357;
}
</style>
background-color css
<style>
a { background-color: #202357; }
a { background-color: rgb(32,35,87); }
div.DivClassName
{
background-color: #202357;
}
.BgClassName
{
background-color: #202357;
}
</style>
border-color css
<style>
span { border-color: #202357; }
span { border-color: rgb(32,35,87); }
td.TdClassName
{
border-color: #202357;
}
.TagClassName
{
border-color: #202357;
}
</style>