Shades of Lucky Point #212A52
Tints of Lucky Point #212A52
RGB
CMYK
RGB Variations
Color information
#212A52 (or 0x212A52) is known color: Lucky Point. HEX triplet: 21, 2A and 52. RGB value is (33,42,82). Sum of RGB (Red+Green+Blue) = 33+42+82=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #212A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A52 is #DED5AD. Grayscale: #2B2B2B. Windows color (decimal): -14603694 or 5384737. OLE color: 5384737.
HSL color Cylindrical-coordinate representation of color #212A52: hue angle of 228.98º 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 #212A52 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 42 | 82 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.68 |
| HSL | 228.98º | 0.43% | 0.23% | - |
| HSV(B) | 228.98º | 0.6% | 0.32% | - |
| XYZ | 2.98 | 2.59 | 8.33 | - |
| YUV | 43.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 82 | 0.60 | 0.49 | 0 | 0.68 | 228.98 | 0.43 | 0.23 |
| Hex | 21 | 2A | 52 | 3C | 31 | 0 | 44 | E5 | 2B | 17 |
| Octal | 41 | 52 | 122 | 74 | 61 | 0 | 104 | 345 | 53 | 27 |
| Binary | 100001 | 101010 | 1010010 | 111100 | 110001 | 0 | 1000100 | 11100101 | 101011 | 10111 |
Color Harmonies of #212A52
Complementary color
Monochromatic Colors of #212A52
Black with #212A52
Text Example
Text Example
White with #212A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A52; }
p { color: rgb(33,42,82); }
H1.HeaderClassName
{
color: #212A52;
}
.AnyTagClassName
{
color: #212A52;
}
</style>
background-color css
<style>
a { background-color: #212A52; }
a { background-color: rgb(33,42,82); }
div.DivClassName
{
background-color: #212A52;
}
.BgClassName
{
background-color: #212A52;
}
</style>
border-color css
<style>
span { border-color: #212A52; }
span { border-color: rgb(33,42,82); }
td.TdClassName
{
border-color: #212A52;
}
.TagClassName
{
border-color: #212A52;
}
</style>