Shades of Lucky Point #212B54
Tints of Lucky Point #212B54
RGB
CMYK
RGB Variations
Color information
#212B54 (or 0x212B54) is known color: Lucky Point. HEX triplet: 21, 2B and 54. RGB value is (33,43,84). Sum of RGB (Red+Green+Blue) = 33+43+84=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #212B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B54 is #DED4AB. Grayscale: #2C2C2C. Windows color (decimal): -14603436 or 5516065. OLE color: 5516065.
HSL color Cylindrical-coordinate representation of color #212B54: hue angle of 228.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212B54 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 43 | 84 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.67 |
| HSL | 228.24º | 0.44% | 0.23% | - |
| HSV(B) | 228.24º | 0.61% | 0.33% | - |
| XYZ | 3.09 | 2.69 | 8.74 | - |
| YUV | 44.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 84 | 0.61 | 0.49 | 0 | 0.67 | 228.24 | 0.44 | 0.23 |
| Hex | 21 | 2B | 54 | 3D | 31 | 0 | 43 | E4 | 2C | 17 |
| Octal | 41 | 53 | 124 | 75 | 61 | 0 | 103 | 344 | 54 | 27 |
| Binary | 100001 | 101011 | 1010100 | 111101 | 110001 | 0 | 1000011 | 11100100 | 101100 | 10111 |
Color Harmonies of #212B54
Complementary color
Monochromatic Colors of #212B54
Black with #212B54
Text Example
Text Example
White with #212B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B54; }
p { color: rgb(33,43,84); }
H1.HeaderClassName
{
color: #212B54;
}
.AnyTagClassName
{
color: #212B54;
}
</style>
background-color css
<style>
a { background-color: #212B54; }
a { background-color: rgb(33,43,84); }
div.DivClassName
{
background-color: #212B54;
}
.BgClassName
{
background-color: #212B54;
}
</style>
border-color css
<style>
span { border-color: #212B54; }
span { border-color: rgb(33,43,84); }
td.TdClassName
{
border-color: #212B54;
}
.TagClassName
{
border-color: #212B54;
}
</style>