Shades of Lucky Point #212953
Tints of Lucky Point #212953
RGB
CMYK
RGB Variations
Color information
#212953 (or 0x212953) is known color: Lucky Point. HEX triplet: 21, 29 and 53. RGB value is (33,41,83). Sum of RGB (Red+Green+Blue) = 33+41+83=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #212953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212953 is #DED6AC. Grayscale: #2B2B2B. Windows color (decimal): -14603949 or 5450017. OLE color: 5450017.
HSL color Cylindrical-coordinate representation of color #212953: hue angle of 230.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212953 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 41 | 83 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.67 |
| HSL | 230.4º | 0.43% | 0.23% | - |
| HSV(B) | 230.4º | 0.6% | 0.33% | - |
| XYZ | 2.98 | 2.53 | 8.52 | - |
| YUV | 43.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 83 | 0.60 | 0.51 | 0 | 0.67 | 230.4 | 0.43 | 0.23 |
| Hex | 21 | 29 | 53 | 3C | 33 | 0 | 43 | E6 | 2B | 17 |
| Octal | 41 | 51 | 123 | 74 | 63 | 0 | 103 | 346 | 53 | 27 |
| Binary | 100001 | 101001 | 1010011 | 111100 | 110011 | 0 | 1000011 | 11100110 | 101011 | 10111 |
Color Harmonies of #212953
Complementary color
Monochromatic Colors of #212953
Black with #212953
Text Example
Text Example
White with #212953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212953; }
p { color: rgb(33,41,83); }
H1.HeaderClassName
{
color: #212953;
}
.AnyTagClassName
{
color: #212953;
}
</style>
background-color css
<style>
a { background-color: #212953; }
a { background-color: rgb(33,41,83); }
div.DivClassName
{
background-color: #212953;
}
.BgClassName
{
background-color: #212953;
}
</style>
border-color css
<style>
span { border-color: #212953; }
span { border-color: rgb(33,41,83); }
td.TdClassName
{
border-color: #212953;
}
.TagClassName
{
border-color: #212953;
}
</style>