Shades of Lucky Point #212A4A
Tints of Lucky Point #212A4A
RGB
CMYK
RGB Variations
Color information
#212A4A (or 0x212A4A) is known color: Lucky Point. HEX triplet: 21, 2A and 4A. RGB value is (33,42,74). Sum of RGB (Red+Green+Blue) = 33+42+74=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #212A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A4A is #DED5B5. Grayscale: #2A2A2A. Windows color (decimal): -14603702 or 4860449. OLE color: 4860449.
HSL color Cylindrical-coordinate representation of color #212A4A: hue angle of 226.83º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212A4A is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 42 | 74 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.71 |
| HSL | 226.83º | 0.38% | 0.21% | - |
| HSV(B) | 226.83º | 0.55% | 0.29% | - |
| XYZ | 2.69 | 2.47 | 6.81 | - |
| YUV | 42.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 74 | 0.55 | 0.43 | 0 | 0.71 | 226.83 | 0.38 | 0.21 |
| Hex | 21 | 2A | 4A | 37 | 2B | 0 | 47 | E3 | 26 | 15 |
| Octal | 41 | 52 | 112 | 67 | 53 | 0 | 107 | 343 | 46 | 25 |
| Binary | 100001 | 101010 | 1001010 | 110111 | 101011 | 0 | 1000111 | 11100011 | 100110 | 10101 |
Color Harmonies of #212A4A
Complementary color
Monochromatic Colors of #212A4A
Black with #212A4A
Text Example
Text Example
White with #212A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A4A; }
p { color: rgb(33,42,74); }
H1.HeaderClassName
{
color: #212A4A;
}
.AnyTagClassName
{
color: #212A4A;
}
</style>
background-color css
<style>
a { background-color: #212A4A; }
a { background-color: rgb(33,42,74); }
div.DivClassName
{
background-color: #212A4A;
}
.BgClassName
{
background-color: #212A4A;
}
</style>
border-color css
<style>
span { border-color: #212A4A; }
span { border-color: rgb(33,42,74); }
td.TdClassName
{
border-color: #212A4A;
}
.TagClassName
{
border-color: #212A4A;
}
</style>