Shades of Lucky Point #202648
Tints of Lucky Point #202648
RGB
CMYK
RGB Variations
Color information
#202648 (or 0x202648) is known color: Lucky Point. HEX triplet: 20, 26 and 48. RGB value is (32,38,72). Sum of RGB (Red+Green+Blue) = 32+38+72=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #202648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202648 is #DFD9B7. Grayscale: #272727. Windows color (decimal): -14670264 or 4728352. OLE color: 4728352.
HSL color Cylindrical-coordinate representation of color #202648: hue angle of 231º 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 #202648 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 38 | 72 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.72 |
| HSL | 231º | 0.38% | 0.2% | - |
| HSV(B) | 231º | 0.56% | 0.28% | - |
| XYZ | 2.46 | 2.16 | 6.42 | - |
| YUV | 40.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 72 | 0.56 | 0.47 | 0 | 0.72 | 231 | 0.38 | 0.2 |
| Hex | 20 | 26 | 48 | 38 | 2F | 0 | 48 | E7 | 26 | 14 |
| Octal | 40 | 46 | 110 | 70 | 57 | 0 | 110 | 347 | 46 | 24 |
| Binary | 100000 | 100110 | 1001000 | 111000 | 101111 | 0 | 1001000 | 11100111 | 100110 | 10100 |
Color Harmonies of #202648
Complementary color
Monochromatic Colors of #202648
Black with #202648
Text Example
Text Example
White with #202648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202648; }
p { color: rgb(32,38,72); }
H1.HeaderClassName
{
color: #202648;
}
.AnyTagClassName
{
color: #202648;
}
</style>
background-color css
<style>
a { background-color: #202648; }
a { background-color: rgb(32,38,72); }
div.DivClassName
{
background-color: #202648;
}
.BgClassName
{
background-color: #202648;
}
</style>
border-color css
<style>
span { border-color: #202648; }
span { border-color: rgb(32,38,72); }
td.TdClassName
{
border-color: #202648;
}
.TagClassName
{
border-color: #202648;
}
</style>