Shades of Lucky Point #212551
Tints of Lucky Point #212551
RGB
CMYK
RGB Variations
Color information
#212551 (or 0x212551) is known color: Lucky Point. HEX triplet: 21, 25 and 51. RGB value is (33,37,81). Sum of RGB (Red+Green+Blue) = 33+37+81=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 81 (32.03% from 255 or 53.64% from 151); Max value from RGB is 81 - color contains mainly: blue. Hex color #212551 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212551 is #DEDAAE. Grayscale: #282828. Windows color (decimal): -14604975 or 5317921. OLE color: 5317921.
HSL color Cylindrical-coordinate representation of color #212551: hue angle of 235º 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 #212551 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 37 | 81 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.68 |
| HSL | 235º | 0.42% | 0.22% | - |
| HSV(B) | 235º | 0.59% | 0.32% | - |
| XYZ | 2.77 | 2.24 | 8.07 | - |
| YUV | 40.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 81 | 0.59 | 0.54 | 0 | 0.68 | 235 | 0.42 | 0.22 |
| Hex | 21 | 25 | 51 | 3B | 36 | 0 | 44 | EB | 2A | 16 |
| Octal | 41 | 45 | 121 | 73 | 66 | 0 | 104 | 353 | 52 | 26 |
| Binary | 100001 | 100101 | 1010001 | 111011 | 110110 | 0 | 1000100 | 11101011 | 101010 | 10110 |
Color Harmonies of #212551
Complementary color
Monochromatic Colors of #212551
Black with #212551
Text Example
Text Example
White with #212551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212551; }
p { color: rgb(33,37,81); }
H1.HeaderClassName
{
color: #212551;
}
.AnyTagClassName
{
color: #212551;
}
</style>
background-color css
<style>
a { background-color: #212551; }
a { background-color: rgb(33,37,81); }
div.DivClassName
{
background-color: #212551;
}
.BgClassName
{
background-color: #212551;
}
</style>
border-color css
<style>
span { border-color: #212551; }
span { border-color: rgb(33,37,81); }
td.TdClassName
{
border-color: #212551;
}
.TagClassName
{
border-color: #212551;
}
</style>