Shades of Lucky Point #202B4E
Tints of Lucky Point #202B4E
RGB
CMYK
RGB Variations
Color information
#202B4E (or 0x202B4E) is known color: Lucky Point. HEX triplet: 20, 2B and 4E. RGB value is (32,43,78). Sum of RGB (Red+Green+Blue) = 32+43+78=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #202B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202B4E is #DFD4B1. Grayscale: #2B2B2B. Windows color (decimal): -14668978 or 5122848. OLE color: 5122848.
HSL color Cylindrical-coordinate representation of color #202B4E: hue angle of 225.65º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #202B4E is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 43 | 78 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.69 |
| HSL | 225.65º | 0.42% | 0.22% | - |
| HSV(B) | 225.65º | 0.59% | 0.31% | - |
| XYZ | 2.83 | 2.58 | 7.56 | - |
| YUV | 43.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 78 | 0.59 | 0.45 | 0 | 0.69 | 225.65 | 0.42 | 0.22 |
| Hex | 20 | 2B | 4E | 3B | 2D | 0 | 45 | E2 | 2A | 16 |
| Octal | 40 | 53 | 116 | 73 | 55 | 0 | 105 | 342 | 52 | 26 |
| Binary | 100000 | 101011 | 1001110 | 111011 | 101101 | 0 | 1000101 | 11100010 | 101010 | 10110 |
Color Harmonies of #202B4E
Complementary color
Monochromatic Colors of #202B4E
Black with #202B4E
Text Example
Text Example
White with #202B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B4E; }
p { color: rgb(32,43,78); }
H1.HeaderClassName
{
color: #202B4E;
}
.AnyTagClassName
{
color: #202B4E;
}
</style>
background-color css
<style>
a { background-color: #202B4E; }
a { background-color: rgb(32,43,78); }
div.DivClassName
{
background-color: #202B4E;
}
.BgClassName
{
background-color: #202B4E;
}
</style>
border-color css
<style>
span { border-color: #202B4E; }
span { border-color: rgb(32,43,78); }
td.TdClassName
{
border-color: #202B4E;
}
.TagClassName
{
border-color: #202B4E;
}
</style>