Shades of Lucky Point #212A4D
Tints of Lucky Point #212A4D
RGB
CMYK
RGB Variations
Color information
#212A4D (or 0x212A4D) is known color: Lucky Point. HEX triplet: 21, 2A and 4D. RGB value is (33,42,77). Sum of RGB (Red+Green+Blue) = 33+42+77=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #212A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A4D is #DED5B2. Grayscale: #2B2B2B. Windows color (decimal): -14603699 or 5057057. OLE color: 5057057.
HSL color Cylindrical-coordinate representation of color #212A4D: hue angle of 227.73º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #212A4D is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 42 | 77 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.70 |
| HSL | 227.73º | 0.4% | 0.22% | - |
| HSV(B) | 227.73º | 0.57% | 0.3% | - |
| XYZ | 2.79 | 2.52 | 7.36 | - |
| YUV | 43.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 77 | 0.57 | 0.45 | 0 | 0.70 | 227.73 | 0.4 | 0.22 |
| Hex | 21 | 2A | 4D | 39 | 2D | 0 | 46 | E4 | 28 | 16 |
| Octal | 41 | 52 | 115 | 71 | 55 | 0 | 106 | 344 | 50 | 26 |
| Binary | 100001 | 101010 | 1001101 | 111001 | 101101 | 0 | 1000110 | 11100100 | 101000 | 10110 |
Color Harmonies of #212A4D
Complementary color
Monochromatic Colors of #212A4D
Black with #212A4D
Text Example
Text Example
White with #212A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A4D; }
p { color: rgb(33,42,77); }
H1.HeaderClassName
{
color: #212A4D;
}
.AnyTagClassName
{
color: #212A4D;
}
</style>
background-color css
<style>
a { background-color: #212A4D; }
a { background-color: rgb(33,42,77); }
div.DivClassName
{
background-color: #212A4D;
}
.BgClassName
{
background-color: #212A4D;
}
</style>
border-color css
<style>
span { border-color: #212A4D; }
span { border-color: rgb(33,42,77); }
td.TdClassName
{
border-color: #212A4D;
}
.TagClassName
{
border-color: #212A4D;
}
</style>