Shades of Lucky Point #212B50
Tints of Lucky Point #212B50
RGB
CMYK
RGB Variations
Color information
#212B50 (or 0x212B50) is known color: Lucky Point. HEX triplet: 21, 2B and 50. RGB value is (33,43,80). Sum of RGB (Red+Green+Blue) = 33+43+80=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #212B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B50 is #DED4AF. Grayscale: #2C2C2C. Windows color (decimal): -14603440 or 5253921. OLE color: 5253921.
HSL color Cylindrical-coordinate representation of color #212B50: hue angle of 227.23º 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 #212B50 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 43 | 80 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.69 |
| HSL | 227.23º | 0.42% | 0.22% | - |
| HSV(B) | 227.23º | 0.59% | 0.31% | - |
| XYZ | 2.94 | 2.63 | 7.94 | - |
| YUV | 44.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 80 | 0.59 | 0.46 | 0 | 0.69 | 227.23 | 0.42 | 0.22 |
| Hex | 21 | 2B | 50 | 3B | 2E | 0 | 45 | E3 | 2A | 16 |
| Octal | 41 | 53 | 120 | 73 | 56 | 0 | 105 | 343 | 52 | 26 |
| Binary | 100001 | 101011 | 1010000 | 111011 | 101110 | 0 | 1000101 | 11100011 | 101010 | 10110 |
Color Harmonies of #212B50
Complementary color
Monochromatic Colors of #212B50
Black with #212B50
Text Example
Text Example
White with #212B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B50; }
p { color: rgb(33,43,80); }
H1.HeaderClassName
{
color: #212B50;
}
.AnyTagClassName
{
color: #212B50;
}
</style>
background-color css
<style>
a { background-color: #212B50; }
a { background-color: rgb(33,43,80); }
div.DivClassName
{
background-color: #212B50;
}
.BgClassName
{
background-color: #212B50;
}
</style>
border-color css
<style>
span { border-color: #212B50; }
span { border-color: rgb(33,43,80); }
td.TdClassName
{
border-color: #212B50;
}
.TagClassName
{
border-color: #212B50;
}
</style>