Shades of Lucky Point #212F56
Tints of Lucky Point #212F56
RGB
CMYK
RGB Variations
Color information
#212F56 (or 0x212F56) is known color: Lucky Point. HEX triplet: 21, 2F and 56. RGB value is (33,47,86). Sum of RGB (Red+Green+Blue) = 33+47+86=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #212F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F56 is #DED0A9. Grayscale: #2F2F2F. Windows color (decimal): -14602410 or 5648161. OLE color: 5648161.
HSL color Cylindrical-coordinate representation of color #212F56: hue angle of 224.15º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212F56 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 47 | 86 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.66 |
| HSL | 224.15º | 0.45% | 0.23% | - |
| HSV(B) | 224.15º | 0.62% | 0.34% | - |
| XYZ | 3.32 | 3.03 | 9.21 | - |
| YUV | 47.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 86 | 0.62 | 0.45 | 0 | 0.66 | 224.15 | 0.45 | 0.23 |
| Hex | 21 | 2F | 56 | 3E | 2D | 0 | 42 | E0 | 2D | 17 |
| Octal | 41 | 57 | 126 | 76 | 55 | 0 | 102 | 340 | 55 | 27 |
| Binary | 100001 | 101111 | 1010110 | 111110 | 101101 | 0 | 1000010 | 11100000 | 101101 | 10111 |
Color Harmonies of #212F56
Complementary color
Monochromatic Colors of #212F56
Black with #212F56
Text Example
Text Example
White with #212F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F56; }
p { color: rgb(33,47,86); }
H1.HeaderClassName
{
color: #212F56;
}
.AnyTagClassName
{
color: #212F56;
}
</style>
background-color css
<style>
a { background-color: #212F56; }
a { background-color: rgb(33,47,86); }
div.DivClassName
{
background-color: #212F56;
}
.BgClassName
{
background-color: #212F56;
}
</style>
border-color css
<style>
span { border-color: #212F56; }
span { border-color: rgb(33,47,86); }
td.TdClassName
{
border-color: #212F56;
}
.TagClassName
{
border-color: #212F56;
}
</style>