Shades of Lucky Point #212B4F
Tints of Lucky Point #212B4F
RGB
CMYK
RGB Variations
Color information
#212B4F (or 0x212B4F) is known color: Lucky Point. HEX triplet: 21, 2B and 4F. RGB value is (33,43,79). Sum of RGB (Red+Green+Blue) = 33+43+79=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 79 (31.25% from 255 or 50.97% from 155); Max value from RGB is 79 - color contains mainly: blue. Hex color #212B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B4F is #DED4B0. Grayscale: #2B2B2B. Windows color (decimal): -14603441 or 5188385. OLE color: 5188385.
HSL color Cylindrical-coordinate representation of color #212B4F: hue angle of 226.96º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #212B4F is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 43 | 79 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.69 |
| HSL | 226.96º | 0.41% | 0.22% | - |
| HSV(B) | 226.96º | 0.58% | 0.31% | - |
| XYZ | 2.9 | 2.62 | 7.75 | - |
| YUV | 44.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 79 | 0.58 | 0.46 | 0 | 0.69 | 226.96 | 0.41 | 0.22 |
| Hex | 21 | 2B | 4F | 3A | 2E | 0 | 45 | E3 | 29 | 16 |
| Octal | 41 | 53 | 117 | 72 | 56 | 0 | 105 | 343 | 51 | 26 |
| Binary | 100001 | 101011 | 1001111 | 111010 | 101110 | 0 | 1000101 | 11100011 | 101001 | 10110 |
Color Harmonies of #212B4F
Complementary color
Monochromatic Colors of #212B4F
Black with #212B4F
Text Example
Text Example
White with #212B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B4F; }
p { color: rgb(33,43,79); }
H1.HeaderClassName
{
color: #212B4F;
}
.AnyTagClassName
{
color: #212B4F;
}
</style>
background-color css
<style>
a { background-color: #212B4F; }
a { background-color: rgb(33,43,79); }
div.DivClassName
{
background-color: #212B4F;
}
.BgClassName
{
background-color: #212B4F;
}
</style>
border-color css
<style>
span { border-color: #212B4F; }
span { border-color: rgb(33,43,79); }
td.TdClassName
{
border-color: #212B4F;
}
.TagClassName
{
border-color: #212B4F;
}
</style>