Shades of Lucky Point #212C59
Tints of Lucky Point #212C59
RGB
CMYK
RGB Variations
Color information
#212C59 (or 0x212C59) is known color: Lucky Point. HEX triplet: 21, 2C and 59. RGB value is (33,44,89). Sum of RGB (Red+Green+Blue) = 33+44+89=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #212C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C59 is #DED3A6. Grayscale: #2D2D2D. Windows color (decimal): -14603175 or 5844001. OLE color: 5844001.
HSL color Cylindrical-coordinate representation of color #212C59: hue angle of 228.21º 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 #212C59 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 44 | 89 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.65 |
| HSL | 228.21º | 0.46% | 0.24% | - |
| HSV(B) | 228.21º | 0.63% | 0.35% | - |
| XYZ | 3.33 | 2.85 | 9.82 | - |
| YUV | 45.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 89 | 0.63 | 0.51 | 0 | 0.65 | 228.21 | 0.46 | 0.24 |
| Hex | 21 | 2C | 59 | 3F | 33 | 0 | 41 | E4 | 2E | 18 |
| Octal | 41 | 54 | 131 | 77 | 63 | 0 | 101 | 344 | 56 | 30 |
| Binary | 100001 | 101100 | 1011001 | 111111 | 110011 | 0 | 1000001 | 11100100 | 101110 | 11000 |
Color Harmonies of #212C59
Complementary color
Monochromatic Colors of #212C59
Black with #212C59
Text Example
Text Example
White with #212C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C59; }
p { color: rgb(33,44,89); }
H1.HeaderClassName
{
color: #212C59;
}
.AnyTagClassName
{
color: #212C59;
}
</style>
background-color css
<style>
a { background-color: #212C59; }
a { background-color: rgb(33,44,89); }
div.DivClassName
{
background-color: #212C59;
}
.BgClassName
{
background-color: #212C59;
}
</style>
border-color css
<style>
span { border-color: #212C59; }
span { border-color: rgb(33,44,89); }
td.TdClassName
{
border-color: #212C59;
}
.TagClassName
{
border-color: #212C59;
}
</style>