Shades of Lucky Point #212862
Tints of Lucky Point #212862
RGB
CMYK
RGB Variations
Color information
#212862 (or 0x212862) is known color: Lucky Point. HEX triplet: 21, 28 and 62. RGB value is (33,40,98). Sum of RGB (Red+Green+Blue) = 33+40+98=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #212862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212862 is #DED79D. Grayscale: #2C2C2C. Windows color (decimal): -14604190 or 6432801. OLE color: 6432801.
HSL color Cylindrical-coordinate representation of color #212862: hue angle of 233.54º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212862 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 40 | 98 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.62 |
| HSL | 233.54º | 0.5% | 0.26% | - |
| HSV(B) | 233.54º | 0.66% | 0.38% | - |
| XYZ | 3.59 | 2.72 | 11.89 | - |
| YUV | 44.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 98 | 0.66 | 0.59 | 0 | 0.62 | 233.54 | 0.5 | 0.26 |
| Hex | 21 | 28 | 62 | 42 | 3B | 0 | 3E | EA | 32 | 1A |
| Octal | 41 | 50 | 142 | 102 | 73 | 0 | 76 | 352 | 62 | 32 |
| Binary | 100001 | 101000 | 1100010 | 1000010 | 111011 | 0 | 111110 | 11101010 | 110010 | 11010 |
Color Harmonies of #212862
Complementary color
Monochromatic Colors of #212862
Black with #212862
Text Example
Text Example
White with #212862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212862; }
p { color: rgb(33,40,98); }
H1.HeaderClassName
{
color: #212862;
}
.AnyTagClassName
{
color: #212862;
}
</style>
background-color css
<style>
a { background-color: #212862; }
a { background-color: rgb(33,40,98); }
div.DivClassName
{
background-color: #212862;
}
.BgClassName
{
background-color: #212862;
}
</style>
border-color css
<style>
span { border-color: #212862; }
span { border-color: rgb(33,40,98); }
td.TdClassName
{
border-color: #212862;
}
.TagClassName
{
border-color: #212862;
}
</style>