Shades of Lucky Point #212F59
Tints of Lucky Point #212F59
RGB
CMYK
RGB Variations
Color information
#212F59 (or 0x212F59) is known color: Lucky Point. HEX triplet: 21, 2F and 59. RGB value is (33,47,89). Sum of RGB (Red+Green+Blue) = 33+47+89=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 89 (35.16% from 255 or 52.66% from 169); Max value from RGB is 89 - color contains mainly: blue. Hex color #212F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212F59 is #DED0A6. Grayscale: #2F2F2F. Windows color (decimal): -14602407 or 5844769. OLE color: 5844769.
HSL color Cylindrical-coordinate representation of color #212F59: hue angle of 225º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212F59 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 47 | 89 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.65 |
| HSL | 225º | 0.46% | 0.24% | - |
| HSV(B) | 225º | 0.63% | 0.35% | - |
| XYZ | 3.45 | 3.08 | 9.86 | - |
| YUV | 47.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 89 | 0.63 | 0.47 | 0 | 0.65 | 225 | 0.46 | 0.24 |
| Hex | 21 | 2F | 59 | 3F | 2F | 0 | 41 | E1 | 2E | 18 |
| Octal | 41 | 57 | 131 | 77 | 57 | 0 | 101 | 341 | 56 | 30 |
| Binary | 100001 | 101111 | 1011001 | 111111 | 101111 | 0 | 1000001 | 11100001 | 101110 | 11000 |
Color Harmonies of #212F59
Complementary color
Monochromatic Colors of #212F59
Black with #212F59
Text Example
Text Example
White with #212F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F59; }
p { color: rgb(33,47,89); }
H1.HeaderClassName
{
color: #212F59;
}
.AnyTagClassName
{
color: #212F59;
}
</style>
background-color css
<style>
a { background-color: #212F59; }
a { background-color: rgb(33,47,89); }
div.DivClassName
{
background-color: #212F59;
}
.BgClassName
{
background-color: #212F59;
}
</style>
border-color css
<style>
span { border-color: #212F59; }
span { border-color: rgb(33,47,89); }
td.TdClassName
{
border-color: #212F59;
}
.TagClassName
{
border-color: #212F59;
}
</style>