Shades of Lucky Point #212851
Tints of Lucky Point #212851
RGB
CMYK
RGB Variations
Color information
#212851 (or 0x212851) is known color: Lucky Point. HEX triplet: 21, 28 and 51. RGB value is (33,40,81). Sum of RGB (Red+Green+Blue) = 33+40+81=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #212851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212851 is #DED7AE. Grayscale: #2A2A2A. Windows color (decimal): -14604207 or 5318689. OLE color: 5318689.
HSL color Cylindrical-coordinate representation of color #212851: hue angle of 231.25º 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 #212851 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 40 | 81 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.68 |
| HSL | 231.25º | 0.42% | 0.22% | - |
| HSV(B) | 231.25º | 0.59% | 0.32% | - |
| XYZ | 2.87 | 2.43 | 8.1 | - |
| YUV | 42.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 81 | 0.59 | 0.51 | 0 | 0.68 | 231.25 | 0.42 | 0.22 |
| Hex | 21 | 28 | 51 | 3B | 33 | 0 | 44 | E7 | 2A | 16 |
| Octal | 41 | 50 | 121 | 73 | 63 | 0 | 104 | 347 | 52 | 26 |
| Binary | 100001 | 101000 | 1010001 | 111011 | 110011 | 0 | 1000100 | 11100111 | 101010 | 10110 |
Color Harmonies of #212851
Complementary color
Monochromatic Colors of #212851
Black with #212851
Text Example
Text Example
White with #212851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212851; }
p { color: rgb(33,40,81); }
H1.HeaderClassName
{
color: #212851;
}
.AnyTagClassName
{
color: #212851;
}
</style>
background-color css
<style>
a { background-color: #212851; }
a { background-color: rgb(33,40,81); }
div.DivClassName
{
background-color: #212851;
}
.BgClassName
{
background-color: #212851;
}
</style>
border-color css
<style>
span { border-color: #212851; }
span { border-color: rgb(33,40,81); }
td.TdClassName
{
border-color: #212851;
}
.TagClassName
{
border-color: #212851;
}
</style>