Shades of Lucky Point #212C54
Tints of Lucky Point #212C54
RGB
CMYK
RGB Variations
Color information
#212C54 (or 0x212C54) is known color: Lucky Point. HEX triplet: 21, 2C and 54. RGB value is (33,44,84). Sum of RGB (Red+Green+Blue) = 33+44+84=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #212C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212C54 is #DED3AB. Grayscale: #2D2D2D. Windows color (decimal): -14603180 or 5516321. OLE color: 5516321.
HSL color Cylindrical-coordinate representation of color #212C54: hue angle of 227.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212C54 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 44 | 84 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.67 |
| HSL | 227.06º | 0.44% | 0.23% | - |
| HSV(B) | 227.06º | 0.61% | 0.33% | - |
| XYZ | 3.13 | 2.76 | 8.76 | - |
| YUV | 45.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 84 | 0.61 | 0.48 | 0 | 0.67 | 227.06 | 0.44 | 0.23 |
| Hex | 21 | 2C | 54 | 3D | 30 | 0 | 43 | E3 | 2C | 17 |
| Octal | 41 | 54 | 124 | 75 | 60 | 0 | 103 | 343 | 54 | 27 |
| Binary | 100001 | 101100 | 1010100 | 111101 | 110000 | 0 | 1000011 | 11100011 | 101100 | 10111 |
Color Harmonies of #212C54
Complementary color
Monochromatic Colors of #212C54
Black with #212C54
Text Example
Text Example
White with #212C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C54; }
p { color: rgb(33,44,84); }
H1.HeaderClassName
{
color: #212C54;
}
.AnyTagClassName
{
color: #212C54;
}
</style>
background-color css
<style>
a { background-color: #212C54; }
a { background-color: rgb(33,44,84); }
div.DivClassName
{
background-color: #212C54;
}
.BgClassName
{
background-color: #212C54;
}
</style>
border-color css
<style>
span { border-color: #212C54; }
span { border-color: rgb(33,44,84); }
td.TdClassName
{
border-color: #212C54;
}
.TagClassName
{
border-color: #212C54;
}
</style>