Shades of Lucky Point #212B52
Tints of Lucky Point #212B52
RGB
CMYK
RGB Variations
Color information
#212B52 (or 0x212B52) is known color: Lucky Point. HEX triplet: 21, 2B and 52. RGB value is (33,43,82). Sum of RGB (Red+Green+Blue) = 33+43+82=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 43 (17.19% from 255 or 27.22% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #212B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B52 is #DED4AD. Grayscale: #2C2C2C. Windows color (decimal): -14603438 or 5384993. OLE color: 5384993.
HSL color Cylindrical-coordinate representation of color #212B52: hue angle of 227.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212B52 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 43 | 82 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.68 |
| HSL | 227.76º | 0.43% | 0.23% | - |
| HSV(B) | 227.76º | 0.6% | 0.32% | - |
| XYZ | 3.01 | 2.66 | 8.34 | - |
| YUV | 44.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 82 | 0.60 | 0.48 | 0 | 0.68 | 227.76 | 0.43 | 0.23 |
| Hex | 21 | 2B | 52 | 3C | 30 | 0 | 44 | E4 | 2B | 17 |
| Octal | 41 | 53 | 122 | 74 | 60 | 0 | 104 | 344 | 53 | 27 |
| Binary | 100001 | 101011 | 1010010 | 111100 | 110000 | 0 | 1000100 | 11100100 | 101011 | 10111 |
Color Harmonies of #212B52
Complementary color
Monochromatic Colors of #212B52
Black with #212B52
Text Example
Text Example
White with #212B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B52; }
p { color: rgb(33,43,82); }
H1.HeaderClassName
{
color: #212B52;
}
.AnyTagClassName
{
color: #212B52;
}
</style>
background-color css
<style>
a { background-color: #212B52; }
a { background-color: rgb(33,43,82); }
div.DivClassName
{
background-color: #212B52;
}
.BgClassName
{
background-color: #212B52;
}
</style>
border-color css
<style>
span { border-color: #212B52; }
span { border-color: rgb(33,43,82); }
td.TdClassName
{
border-color: #212B52;
}
.TagClassName
{
border-color: #212B52;
}
</style>