Shades of Lucky Point #212A51
Tints of Lucky Point #212A51
RGB
CMYK
RGB Variations
Color information
#212A51 (or 0x212A51) is known color: Lucky Point. HEX triplet: 21, 2A and 51. RGB value is (33,42,81). Sum of RGB (Red+Green+Blue) = 33+42+81=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 81 (32.03% from 255 or 51.92% from 156); Max value from RGB is 81 - color contains mainly: blue. Hex color #212A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A51 is #DED5AE. Grayscale: #2B2B2B. Windows color (decimal): -14603695 or 5319201. OLE color: 5319201.
HSL color Cylindrical-coordinate representation of color #212A51: hue angle of 228.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212A51 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 42 | 81 | - |
| CMYK | 0.59 | 0.48 | 0 | 0.68 |
| HSL | 228.75º | 0.42% | 0.22% | - |
| HSV(B) | 228.75º | 0.59% | 0.32% | - |
| XYZ | 2.94 | 2.57 | 8.13 | - |
| YUV | 43.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 81 | 0.59 | 0.48 | 0 | 0.68 | 228.75 | 0.42 | 0.22 |
| Hex | 21 | 2A | 51 | 3B | 30 | 0 | 44 | E5 | 2A | 16 |
| Octal | 41 | 52 | 121 | 73 | 60 | 0 | 104 | 345 | 52 | 26 |
| Binary | 100001 | 101010 | 1010001 | 111011 | 110000 | 0 | 1000100 | 11100101 | 101010 | 10110 |
Color Harmonies of #212A51
Complementary color
Monochromatic Colors of #212A51
Black with #212A51
Text Example
Text Example
White with #212A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A51; }
p { color: rgb(33,42,81); }
H1.HeaderClassName
{
color: #212A51;
}
.AnyTagClassName
{
color: #212A51;
}
</style>
background-color css
<style>
a { background-color: #212A51; }
a { background-color: rgb(33,42,81); }
div.DivClassName
{
background-color: #212A51;
}
.BgClassName
{
background-color: #212A51;
}
</style>
border-color css
<style>
span { border-color: #212A51; }
span { border-color: rgb(33,42,81); }
td.TdClassName
{
border-color: #212A51;
}
.TagClassName
{
border-color: #212A51;
}
</style>