Shades of Lucky Point #212D59
Tints of Lucky Point #212D59
RGB
CMYK
RGB Variations
Color information
#212D59 (or 0x212D59) is known color: Lucky Point. HEX triplet: 21, 2D and 59. RGB value is (33,45,89). Sum of RGB (Red+Green+Blue) = 33+45+89=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #212D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212D59 is #DED2A6. Grayscale: #2E2E2E. Windows color (decimal): -14602919 or 5844257. OLE color: 5844257.
HSL color Cylindrical-coordinate representation of color #212D59: hue angle of 227.14º 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 #212D59 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 45 | 89 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.65 |
| HSL | 227.14º | 0.46% | 0.24% | - |
| HSV(B) | 227.14º | 0.63% | 0.35% | - |
| XYZ | 3.37 | 2.92 | 9.84 | - |
| YUV | 46.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 89 | 0.63 | 0.49 | 0 | 0.65 | 227.14 | 0.46 | 0.24 |
| Hex | 21 | 2D | 59 | 3F | 31 | 0 | 41 | E3 | 2E | 18 |
| Octal | 41 | 55 | 131 | 77 | 61 | 0 | 101 | 343 | 56 | 30 |
| Binary | 100001 | 101101 | 1011001 | 111111 | 110001 | 0 | 1000001 | 11100011 | 101110 | 11000 |
Color Harmonies of #212D59
Complementary color
Monochromatic Colors of #212D59
Black with #212D59
Text Example
Text Example
White with #212D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D59; }
p { color: rgb(33,45,89); }
H1.HeaderClassName
{
color: #212D59;
}
.AnyTagClassName
{
color: #212D59;
}
</style>
background-color css
<style>
a { background-color: #212D59; }
a { background-color: rgb(33,45,89); }
div.DivClassName
{
background-color: #212D59;
}
.BgClassName
{
background-color: #212D59;
}
</style>
border-color css
<style>
span { border-color: #212D59; }
span { border-color: rgb(33,45,89); }
td.TdClassName
{
border-color: #212D59;
}
.TagClassName
{
border-color: #212D59;
}
</style>