Shades of Lucky Point #212959
Tints of Lucky Point #212959
RGB
CMYK
RGB Variations
Color information
#212959 (or 0x212959) is known color: Lucky Point. HEX triplet: 21, 29 and 59. RGB value is (33,41,89). Sum of RGB (Red+Green+Blue) = 33+41+89=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 89 (35.16% from 255 or 54.60% from 163); Max value from RGB is 89 - color contains mainly: blue. Hex color #212959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212959 is #DED6A6. Grayscale: #2B2B2B. Windows color (decimal): -14603943 or 5843233. OLE color: 5843233.
HSL color Cylindrical-coordinate representation of color #212959: hue angle of 231.43º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212959 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 41 | 89 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.65 |
| HSL | 231.43º | 0.46% | 0.24% | - |
| HSV(B) | 231.43º | 0.63% | 0.35% | - |
| XYZ | 3.22 | 2.63 | 9.79 | - |
| YUV | 44.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 89 | 0.63 | 0.54 | 0 | 0.65 | 231.43 | 0.46 | 0.24 |
| Hex | 21 | 29 | 59 | 3F | 36 | 0 | 41 | E7 | 2E | 18 |
| Octal | 41 | 51 | 131 | 77 | 66 | 0 | 101 | 347 | 56 | 30 |
| Binary | 100001 | 101001 | 1011001 | 111111 | 110110 | 0 | 1000001 | 11100111 | 101110 | 11000 |
Color Harmonies of #212959
Complementary color
Monochromatic Colors of #212959
Black with #212959
Text Example
Text Example
White with #212959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212959; }
p { color: rgb(33,41,89); }
H1.HeaderClassName
{
color: #212959;
}
.AnyTagClassName
{
color: #212959;
}
</style>
background-color css
<style>
a { background-color: #212959; }
a { background-color: rgb(33,41,89); }
div.DivClassName
{
background-color: #212959;
}
.BgClassName
{
background-color: #212959;
}
</style>
border-color css
<style>
span { border-color: #212959; }
span { border-color: rgb(33,41,89); }
td.TdClassName
{
border-color: #212959;
}
.TagClassName
{
border-color: #212959;
}
</style>