Shades of Lucky Point #212D51
Tints of Lucky Point #212D51
RGB
CMYK
RGB Variations
Color information
#212D51 (or 0x212D51) is known color: Lucky Point. HEX triplet: 21, 2D and 51. RGB value is (33,45,81). Sum of RGB (Red+Green+Blue) = 33+45+81=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #212D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D51 is #DED2AE. Grayscale: #2D2D2D. Windows color (decimal): -14602927 or 5319969. OLE color: 5319969.
HSL color Cylindrical-coordinate representation of color #212D51: hue angle of 225º 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 #212D51 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 45 | 81 | - |
| CMYK | 0.59 | 0.44 | 0 | 0.68 |
| HSL | 225º | 0.42% | 0.22% | - |
| HSV(B) | 225º | 0.59% | 0.32% | - |
| XYZ | 3.05 | 2.79 | 8.16 | - |
| YUV | 45.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 81 | 0.59 | 0.44 | 0 | 0.68 | 225 | 0.42 | 0.22 |
| Hex | 21 | 2D | 51 | 3B | 2C | 0 | 44 | E1 | 2A | 16 |
| Octal | 41 | 55 | 121 | 73 | 54 | 0 | 104 | 341 | 52 | 26 |
| Binary | 100001 | 101101 | 1010001 | 111011 | 101100 | 0 | 1000100 | 11100001 | 101010 | 10110 |
Color Harmonies of #212D51
Complementary color
Monochromatic Colors of #212D51
Black with #212D51
Text Example
Text Example
White with #212D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D51; }
p { color: rgb(33,45,81); }
H1.HeaderClassName
{
color: #212D51;
}
.AnyTagClassName
{
color: #212D51;
}
</style>
background-color css
<style>
a { background-color: #212D51; }
a { background-color: rgb(33,45,81); }
div.DivClassName
{
background-color: #212D51;
}
.BgClassName
{
background-color: #212D51;
}
</style>
border-color css
<style>
span { border-color: #212D51; }
span { border-color: rgb(33,45,81); }
td.TdClassName
{
border-color: #212D51;
}
.TagClassName
{
border-color: #212D51;
}
</style>