Shades of Lucky Point #202B5C
Tints of Lucky Point #202B5C
RGB
CMYK
RGB Variations
Color information
#202B5C (or 0x202B5C) is known color: Lucky Point. HEX triplet: 20, 2B and 5C. RGB value is (32,43,92). Sum of RGB (Red+Green+Blue) = 32+43+92=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #202B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B5C is #DFD4A3. Grayscale: #2D2D2D. Windows color (decimal): -14668964 or 6040352. OLE color: 6040352.
HSL color Cylindrical-coordinate representation of color #202B5C: hue angle of 229º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #202B5C is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 43 | 92 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.64 |
| HSL | 229º | 0.48% | 0.24% | - |
| HSV(B) | 229º | 0.65% | 0.36% | - |
| XYZ | 3.39 | 2.81 | 10.49 | - |
| YUV | 45.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 92 | 0.65 | 0.53 | 0 | 0.64 | 229 | 0.48 | 0.24 |
| Hex | 20 | 2B | 5C | 41 | 35 | 0 | 40 | E5 | 30 | 18 |
| Octal | 40 | 53 | 134 | 101 | 65 | 0 | 100 | 345 | 60 | 30 |
| Binary | 100000 | 101011 | 1011100 | 1000001 | 110101 | 0 | 1000000 | 11100101 | 110000 | 11000 |
Color Harmonies of #202B5C
Complementary color
Monochromatic Colors of #202B5C
Black with #202B5C
Text Example
Text Example
White with #202B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B5C; }
p { color: rgb(32,43,92); }
H1.HeaderClassName
{
color: #202B5C;
}
.AnyTagClassName
{
color: #202B5C;
}
</style>
background-color css
<style>
a { background-color: #202B5C; }
a { background-color: rgb(32,43,92); }
div.DivClassName
{
background-color: #202B5C;
}
.BgClassName
{
background-color: #202B5C;
}
</style>
border-color css
<style>
span { border-color: #202B5C; }
span { border-color: rgb(32,43,92); }
td.TdClassName
{
border-color: #202B5C;
}
.TagClassName
{
border-color: #202B5C;
}
</style>