Shades of Lucky Point #212658
Tints of Lucky Point #212658
RGB
CMYK
RGB Variations
Color information
#212658 (or 0x212658) is known color: Lucky Point. HEX triplet: 21, 26 and 58. RGB value is (33,38,88). Sum of RGB (Red+Green+Blue) = 33+38+88=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #212658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212658 is #DED9A7. Grayscale: #2A2A2A. Windows color (decimal): -14604712 or 5776929. OLE color: 5776929.
HSL color Cylindrical-coordinate representation of color #212658: hue angle of 234.55º 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 #212658 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 38 | 88 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.65 |
| HSL | 234.55º | 0.45% | 0.24% | - |
| HSV(B) | 234.55º | 0.63% | 0.35% | - |
| XYZ | 3.08 | 2.41 | 9.54 | - |
| YUV | 42.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 88 | 0.62 | 0.57 | 0 | 0.65 | 234.55 | 0.45 | 0.24 |
| Hex | 21 | 26 | 58 | 3E | 39 | 0 | 41 | EB | 2D | 18 |
| Octal | 41 | 46 | 130 | 76 | 71 | 0 | 101 | 353 | 55 | 30 |
| Binary | 100001 | 100110 | 1011000 | 111110 | 111001 | 0 | 1000001 | 11101011 | 101101 | 11000 |
Color Harmonies of #212658
Complementary color
Monochromatic Colors of #212658
Black with #212658
Text Example
Text Example
White with #212658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212658; }
p { color: rgb(33,38,88); }
H1.HeaderClassName
{
color: #212658;
}
.AnyTagClassName
{
color: #212658;
}
</style>
background-color css
<style>
a { background-color: #212658; }
a { background-color: rgb(33,38,88); }
div.DivClassName
{
background-color: #212658;
}
.BgClassName
{
background-color: #212658;
}
</style>
border-color css
<style>
span { border-color: #212658; }
span { border-color: rgb(33,38,88); }
td.TdClassName
{
border-color: #212658;
}
.TagClassName
{
border-color: #212658;
}
</style>