Shades of Lucky Point #202658
Tints of Lucky Point #202658
RGB
CMYK
RGB Variations
Color information
#202658 (or 0x202658) is known color: Lucky Point. HEX triplet: 20, 26 and 58. RGB value is (32,38,88). Sum of RGB (Red+Green+Blue) = 32+38+88=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #202658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202658 is #DFD9A7. Grayscale: #292929. Windows color (decimal): -14670248 or 5776928. OLE color: 5776928.
HSL color Cylindrical-coordinate representation of color #202658: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202658 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 38 | 88 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.65 |
| HSL | 233.57º | 0.47% | 0.24% | - |
| HSV(B) | 233.57º | 0.64% | 0.35% | - |
| XYZ | 3.05 | 2.4 | 9.53 | - |
| YUV | 41.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 88 | 0.64 | 0.57 | 0 | 0.65 | 233.57 | 0.47 | 0.24 |
| Hex | 20 | 26 | 58 | 40 | 39 | 0 | 41 | EA | 2F | 18 |
| Octal | 40 | 46 | 130 | 100 | 71 | 0 | 101 | 352 | 57 | 30 |
| Binary | 100000 | 100110 | 1011000 | 1000000 | 111001 | 0 | 1000001 | 11101010 | 101111 | 11000 |
Color Harmonies of #202658
Complementary color
Monochromatic Colors of #202658
Black with #202658
Text Example
Text Example
White with #202658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202658; }
p { color: rgb(32,38,88); }
H1.HeaderClassName
{
color: #202658;
}
.AnyTagClassName
{
color: #202658;
}
</style>
background-color css
<style>
a { background-color: #202658; }
a { background-color: rgb(32,38,88); }
div.DivClassName
{
background-color: #202658;
}
.BgClassName
{
background-color: #202658;
}
</style>
border-color css
<style>
span { border-color: #202658; }
span { border-color: rgb(32,38,88); }
td.TdClassName
{
border-color: #202658;
}
.TagClassName
{
border-color: #202658;
}
</style>