Shades of Lucky Point #212647
Tints of Lucky Point #212647
RGB
CMYK
RGB Variations
Color information
#212647 (or 0x212647) is known color: Lucky Point. HEX triplet: 21, 26 and 47. RGB value is (33,38,71). Sum of RGB (Red+Green+Blue) = 33+38+71=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #212647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212647 is #DED9B8. Grayscale: #282828. Windows color (decimal): -14604729 or 4662817. OLE color: 4662817.
HSL color Cylindrical-coordinate representation of color #212647: hue angle of 232.11º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212647 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 38 | 71 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.72 |
| HSL | 232.11º | 0.37% | 0.2% | - |
| HSV(B) | 232.11º | 0.54% | 0.28% | - |
| XYZ | 2.46 | 2.16 | 6.25 | - |
| YUV | 40.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 71 | 0.54 | 0.46 | 0 | 0.72 | 232.11 | 0.37 | 0.2 |
| Hex | 21 | 26 | 47 | 36 | 2E | 0 | 48 | E8 | 25 | 14 |
| Octal | 41 | 46 | 107 | 66 | 56 | 0 | 110 | 350 | 45 | 24 |
| Binary | 100001 | 100110 | 1000111 | 110110 | 101110 | 0 | 1001000 | 11101000 | 100101 | 10100 |
Color Harmonies of #212647
Complementary color
Monochromatic Colors of #212647
Black with #212647
Text Example
Text Example
White with #212647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212647; }
p { color: rgb(33,38,71); }
H1.HeaderClassName
{
color: #212647;
}
.AnyTagClassName
{
color: #212647;
}
</style>
background-color css
<style>
a { background-color: #212647; }
a { background-color: rgb(33,38,71); }
div.DivClassName
{
background-color: #212647;
}
.BgClassName
{
background-color: #212647;
}
</style>
border-color css
<style>
span { border-color: #212647; }
span { border-color: rgb(33,38,71); }
td.TdClassName
{
border-color: #212647;
}
.TagClassName
{
border-color: #212647;
}
</style>