Shades of Lucky Point #202748
Tints of Lucky Point #202748
RGB
CMYK
RGB Variations
Color information
#202748 (or 0x202748) is known color: Lucky Point. HEX triplet: 20, 27 and 48. RGB value is (32,39,72). Sum of RGB (Red+Green+Blue) = 32+39+72=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #202748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202748 is #DFD8B7. Grayscale: #282828. Windows color (decimal): -14670008 or 4728608. OLE color: 4728608.
HSL color Cylindrical-coordinate representation of color #202748: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202748 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 39 | 72 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.72 |
| HSL | 229.5º | 0.38% | 0.2% | - |
| HSV(B) | 229.5º | 0.56% | 0.28% | - |
| XYZ | 2.49 | 2.23 | 6.43 | - |
| YUV | 40.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 72 | 0.56 | 0.46 | 0 | 0.72 | 229.5 | 0.38 | 0.2 |
| Hex | 20 | 27 | 48 | 38 | 2E | 0 | 48 | E6 | 26 | 14 |
| Octal | 40 | 47 | 110 | 70 | 56 | 0 | 110 | 346 | 46 | 24 |
| Binary | 100000 | 100111 | 1001000 | 111000 | 101110 | 0 | 1001000 | 11100110 | 100110 | 10100 |
Color Harmonies of #202748
Complementary color
Monochromatic Colors of #202748
Black with #202748
Text Example
Text Example
White with #202748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202748; }
p { color: rgb(32,39,72); }
H1.HeaderClassName
{
color: #202748;
}
.AnyTagClassName
{
color: #202748;
}
</style>
background-color css
<style>
a { background-color: #202748; }
a { background-color: rgb(32,39,72); }
div.DivClassName
{
background-color: #202748;
}
.BgClassName
{
background-color: #202748;
}
</style>
border-color css
<style>
span { border-color: #202748; }
span { border-color: rgb(32,39,72); }
td.TdClassName
{
border-color: #202748;
}
.TagClassName
{
border-color: #202748;
}
</style>