Shades of Lucky Point #212750
Tints of Lucky Point #212750
RGB
CMYK
RGB Variations
Color information
#212750 (or 0x212750) is known color: Lucky Point. HEX triplet: 21, 27 and 50. RGB value is (33,39,80). Sum of RGB (Red+Green+Blue) = 33+39+80=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #212750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212750 is #DED8AF. Grayscale: #292929. Windows color (decimal): -14604464 or 5252897. OLE color: 5252897.
HSL color Cylindrical-coordinate representation of color #212750: hue angle of 232.34º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212750 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 39 | 80 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.69 |
| HSL | 232.34º | 0.42% | 0.22% | - |
| HSV(B) | 232.34º | 0.59% | 0.31% | - |
| XYZ | 2.8 | 2.35 | 7.9 | - |
| YUV | 41.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 80 | 0.59 | 0.51 | 0 | 0.69 | 232.34 | 0.42 | 0.22 |
| Hex | 21 | 27 | 50 | 3B | 33 | 0 | 45 | E8 | 2A | 16 |
| Octal | 41 | 47 | 120 | 73 | 63 | 0 | 105 | 350 | 52 | 26 |
| Binary | 100001 | 100111 | 1010000 | 111011 | 110011 | 0 | 1000101 | 11101000 | 101010 | 10110 |
Color Harmonies of #212750
Complementary color
Monochromatic Colors of #212750
Black with #212750
Text Example
Text Example
White with #212750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212750; }
p { color: rgb(33,39,80); }
H1.HeaderClassName
{
color: #212750;
}
.AnyTagClassName
{
color: #212750;
}
</style>
background-color css
<style>
a { background-color: #212750; }
a { background-color: rgb(33,39,80); }
div.DivClassName
{
background-color: #212750;
}
.BgClassName
{
background-color: #212750;
}
</style>
border-color css
<style>
span { border-color: #212750; }
span { border-color: rgb(33,39,80); }
td.TdClassName
{
border-color: #212750;
}
.TagClassName
{
border-color: #212750;
}
</style>