Shades of Lucky Point #212852
Tints of Lucky Point #212852
RGB
CMYK
RGB Variations
Color information
#212852 (or 0x212852) is known color: Lucky Point. HEX triplet: 21, 28 and 52. RGB value is (33,40,82). Sum of RGB (Red+Green+Blue) = 33+40+82=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #212852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212852 is #DED7AD. Grayscale: #2A2A2A. Windows color (decimal): -14604206 or 5384225. OLE color: 5384225.
HSL color Cylindrical-coordinate representation of color #212852: hue angle of 231.43º 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 #212852 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 40 | 82 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.68 |
| HSL | 231.43º | 0.43% | 0.23% | - |
| HSV(B) | 231.43º | 0.6% | 0.32% | - |
| XYZ | 2.91 | 2.45 | 8.3 | - |
| YUV | 42.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 82 | 0.60 | 0.51 | 0 | 0.68 | 231.43 | 0.43 | 0.23 |
| Hex | 21 | 28 | 52 | 3C | 33 | 0 | 44 | E7 | 2B | 17 |
| Octal | 41 | 50 | 122 | 74 | 63 | 0 | 104 | 347 | 53 | 27 |
| Binary | 100001 | 101000 | 1010010 | 111100 | 110011 | 0 | 1000100 | 11100111 | 101011 | 10111 |
Color Harmonies of #212852
Complementary color
Monochromatic Colors of #212852
Black with #212852
Text Example
Text Example
White with #212852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212852; }
p { color: rgb(33,40,82); }
H1.HeaderClassName
{
color: #212852;
}
.AnyTagClassName
{
color: #212852;
}
</style>
background-color css
<style>
a { background-color: #212852; }
a { background-color: rgb(33,40,82); }
div.DivClassName
{
background-color: #212852;
}
.BgClassName
{
background-color: #212852;
}
</style>
border-color css
<style>
span { border-color: #212852; }
span { border-color: rgb(33,40,82); }
td.TdClassName
{
border-color: #212852;
}
.TagClassName
{
border-color: #212852;
}
</style>