Shades of Lucky Point #212958
Tints of Lucky Point #212958
RGB
CMYK
RGB Variations
Color information
#212958 (or 0x212958) is known color: Lucky Point. HEX triplet: 21, 29 and 58. RGB value is (33,41,88). Sum of RGB (Red+Green+Blue) = 33+41+88=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #212958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212958 is #DED6A7. Grayscale: #2B2B2B. Windows color (decimal): -14603944 or 5777697. OLE color: 5777697.
HSL color Cylindrical-coordinate representation of color #212958: hue angle of 231.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212958 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 41 | 88 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.65 |
| HSL | 231.27º | 0.45% | 0.24% | - |
| HSV(B) | 231.27º | 0.63% | 0.35% | - |
| XYZ | 3.18 | 2.61 | 9.57 | - |
| YUV | 43.97 | 152.85 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 88 | 0.62 | 0.53 | 0 | 0.65 | 231.27 | 0.45 | 0.24 |
| Hex | 21 | 29 | 58 | 3E | 35 | 0 | 41 | E7 | 2D | 18 |
| Octal | 41 | 51 | 130 | 76 | 65 | 0 | 101 | 347 | 55 | 30 |
| Binary | 100001 | 101001 | 1011000 | 111110 | 110101 | 0 | 1000001 | 11100111 | 101101 | 11000 |
Color Harmonies of #212958
Complementary color
Monochromatic Colors of #212958
Black with #212958
Text Example
Text Example
White with #212958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212958; }
p { color: rgb(33,41,88); }
H1.HeaderClassName
{
color: #212958;
}
.AnyTagClassName
{
color: #212958;
}
</style>
background-color css
<style>
a { background-color: #212958; }
a { background-color: rgb(33,41,88); }
div.DivClassName
{
background-color: #212958;
}
.BgClassName
{
background-color: #212958;
}
</style>
border-color css
<style>
span { border-color: #212958; }
span { border-color: rgb(33,41,88); }
td.TdClassName
{
border-color: #212958;
}
.TagClassName
{
border-color: #212958;
}
</style>