Shades of Lucky Point #212A4E
Tints of Lucky Point #212A4E
RGB
CMYK
RGB Variations
Color information
#212A4E (or 0x212A4E) is known color: Lucky Point. HEX triplet: 21, 2A and 4E. RGB value is (33,42,78). Sum of RGB (Red+Green+Blue) = 33+42+78=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #212A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212A4E is #DED5B1. Grayscale: #2B2B2B. Windows color (decimal): -14603698 or 5122593. OLE color: 5122593.
HSL color Cylindrical-coordinate representation of color #212A4E: hue angle of 228º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212A4E is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 42 | 78 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.69 |
| HSL | 228º | 0.41% | 0.22% | - |
| HSV(B) | 228º | 0.58% | 0.31% | - |
| XYZ | 2.83 | 2.53 | 7.55 | - |
| YUV | 43.41 | 147.52 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 78 | 0.58 | 0.46 | 0 | 0.69 | 228 | 0.41 | 0.22 |
| Hex | 21 | 2A | 4E | 3A | 2E | 0 | 45 | E4 | 29 | 16 |
| Octal | 41 | 52 | 116 | 72 | 56 | 0 | 105 | 344 | 51 | 26 |
| Binary | 100001 | 101010 | 1001110 | 111010 | 101110 | 0 | 1000101 | 11100100 | 101001 | 10110 |
Color Harmonies of #212A4E
Complementary color
Monochromatic Colors of #212A4E
Black with #212A4E
Text Example
Text Example
White with #212A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A4E; }
p { color: rgb(33,42,78); }
H1.HeaderClassName
{
color: #212A4E;
}
.AnyTagClassName
{
color: #212A4E;
}
</style>
background-color css
<style>
a { background-color: #212A4E; }
a { background-color: rgb(33,42,78); }
div.DivClassName
{
background-color: #212A4E;
}
.BgClassName
{
background-color: #212A4E;
}
</style>
border-color css
<style>
span { border-color: #212A4E; }
span { border-color: rgb(33,42,78); }
td.TdClassName
{
border-color: #212A4E;
}
.TagClassName
{
border-color: #212A4E;
}
</style>