Shades of Lucky Point #212963
Tints of Lucky Point #212963
RGB
CMYK
RGB Variations
Color information
#212963 (or 0x212963) is known color: Lucky Point. HEX triplet: 21, 29 and 63. RGB value is (33,41,99). Sum of RGB (Red+Green+Blue) = 33+41+99=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #212963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212963 is #DED69C. Grayscale: #2C2C2C. Windows color (decimal): -14603933 or 6498593. OLE color: 6498593.
HSL color Cylindrical-coordinate representation of color #212963: hue angle of 232.73º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212963 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 41 | 99 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.61 |
| HSL | 232.73º | 0.5% | 0.26% | - |
| HSV(B) | 232.73º | 0.67% | 0.39% | - |
| XYZ | 3.67 | 2.81 | 12.15 | - |
| YUV | 45.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 99 | 0.67 | 0.59 | 0 | 0.61 | 232.73 | 0.5 | 0.26 |
| Hex | 21 | 29 | 63 | 43 | 3B | 0 | 3D | E9 | 32 | 1A |
| Octal | 41 | 51 | 143 | 103 | 73 | 0 | 75 | 351 | 62 | 32 |
| Binary | 100001 | 101001 | 1100011 | 1000011 | 111011 | 0 | 111101 | 11101001 | 110010 | 11010 |
Color Harmonies of #212963
Complementary color
Monochromatic Colors of #212963
Black with #212963
Text Example
Text Example
White with #212963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212963; }
p { color: rgb(33,41,99); }
H1.HeaderClassName
{
color: #212963;
}
.AnyTagClassName
{
color: #212963;
}
</style>
background-color css
<style>
a { background-color: #212963; }
a { background-color: rgb(33,41,99); }
div.DivClassName
{
background-color: #212963;
}
.BgClassName
{
background-color: #212963;
}
</style>
border-color css
<style>
span { border-color: #212963; }
span { border-color: rgb(33,41,99); }
td.TdClassName
{
border-color: #212963;
}
.TagClassName
{
border-color: #212963;
}
</style>