Shades of Lucky Point #212B51
Tints of Lucky Point #212B51
RGB
CMYK
RGB Variations
Color information
#212B51 (or 0x212B51) is known color: Lucky Point. HEX triplet: 21, 2B and 51. RGB value is (33,43,81). Sum of RGB (Red+Green+Blue) = 33+43+81=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #212B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B51 is #DED4AE. Grayscale: #2C2C2C. Windows color (decimal): -14603439 or 5319457. OLE color: 5319457.
HSL color Cylindrical-coordinate representation of color #212B51: hue angle of 227.5º 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 #212B51 is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 43 | 81 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.68 |
| HSL | 227.5º | 0.42% | 0.22% | - |
| HSV(B) | 227.5º | 0.59% | 0.32% | - |
| XYZ | 2.98 | 2.65 | 8.14 | - |
| YUV | 44.34 | 148.69 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 81 | 0.59 | 0.47 | 0 | 0.68 | 227.5 | 0.42 | 0.22 |
| Hex | 21 | 2B | 51 | 3B | 2F | 0 | 44 | E4 | 2A | 16 |
| Octal | 41 | 53 | 121 | 73 | 57 | 0 | 104 | 344 | 52 | 26 |
| Binary | 100001 | 101011 | 1010001 | 111011 | 101111 | 0 | 1000100 | 11100100 | 101010 | 10110 |
Color Harmonies of #212B51
Complementary color
Monochromatic Colors of #212B51
Black with #212B51
Text Example
Text Example
White with #212B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B51; }
p { color: rgb(33,43,81); }
H1.HeaderClassName
{
color: #212B51;
}
.AnyTagClassName
{
color: #212B51;
}
</style>
background-color css
<style>
a { background-color: #212B51; }
a { background-color: rgb(33,43,81); }
div.DivClassName
{
background-color: #212B51;
}
.BgClassName
{
background-color: #212B51;
}
</style>
border-color css
<style>
span { border-color: #212B51; }
span { border-color: rgb(33,43,81); }
td.TdClassName
{
border-color: #212B51;
}
.TagClassName
{
border-color: #212B51;
}
</style>