Shades of Lucky Point #212B63
Tints of Lucky Point #212B63
RGB
CMYK
RGB Variations
Color information
#212B63 (or 0x212B63) is known color: Lucky Point. HEX triplet: 21, 2B and 63. RGB value is (33,43,99). Sum of RGB (Red+Green+Blue) = 33+43+99=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #212B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B63 is #DED49C. Grayscale: #2E2E2E. Windows color (decimal): -14603421 or 6499105. OLE color: 6499105.
HSL color Cylindrical-coordinate representation of color #212B63: hue angle of 230.91º 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 #212B63 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 43 | 99 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.61 |
| HSL | 230.91º | 0.5% | 0.26% | - |
| HSV(B) | 230.91º | 0.67% | 0.39% | - |
| XYZ | 3.74 | 2.95 | 12.18 | - |
| YUV | 46.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 99 | 0.67 | 0.57 | 0 | 0.61 | 230.91 | 0.5 | 0.26 |
| Hex | 21 | 2B | 63 | 43 | 39 | 0 | 3D | E7 | 32 | 1A |
| Octal | 41 | 53 | 143 | 103 | 71 | 0 | 75 | 347 | 62 | 32 |
| Binary | 100001 | 101011 | 1100011 | 1000011 | 111001 | 0 | 111101 | 11100111 | 110010 | 11010 |
Color Harmonies of #212B63
Complementary color
Monochromatic Colors of #212B63
Black with #212B63
Text Example
Text Example
White with #212B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B63; }
p { color: rgb(33,43,99); }
H1.HeaderClassName
{
color: #212B63;
}
.AnyTagClassName
{
color: #212B63;
}
</style>
background-color css
<style>
a { background-color: #212B63; }
a { background-color: rgb(33,43,99); }
div.DivClassName
{
background-color: #212B63;
}
.BgClassName
{
background-color: #212B63;
}
</style>
border-color css
<style>
span { border-color: #212B63; }
span { border-color: rgb(33,43,99); }
td.TdClassName
{
border-color: #212B63;
}
.TagClassName
{
border-color: #212B63;
}
</style>