Shades of Lucky Point #212B4C
Tints of Lucky Point #212B4C
RGB
CMYK
RGB Variations
Color information
#212B4C (or 0x212B4C) is known color: Lucky Point. HEX triplet: 21, 2B and 4C. RGB value is (33,43,76). Sum of RGB (Red+Green+Blue) = 33+43+76=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #212B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B4C is #DED4B3. Grayscale: #2B2B2B. Windows color (decimal): -14603444 or 4991777. OLE color: 4991777.
HSL color Cylindrical-coordinate representation of color #212B4C: hue angle of 226.05º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #212B4C is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 43 | 76 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.70 |
| HSL | 226.05º | 0.39% | 0.21% | - |
| HSV(B) | 226.05º | 0.57% | 0.3% | - |
| XYZ | 2.8 | 2.57 | 7.19 | - |
| YUV | 43.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 76 | 0.57 | 0.43 | 0 | 0.70 | 226.05 | 0.39 | 0.21 |
| Hex | 21 | 2B | 4C | 39 | 2B | 0 | 46 | E2 | 27 | 15 |
| Octal | 41 | 53 | 114 | 71 | 53 | 0 | 106 | 342 | 47 | 25 |
| Binary | 100001 | 101011 | 1001100 | 111001 | 101011 | 0 | 1000110 | 11100010 | 100111 | 10101 |
Color Harmonies of #212B4C
Complementary color
Monochromatic Colors of #212B4C
Black with #212B4C
Text Example
Text Example
White with #212B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B4C; }
p { color: rgb(33,43,76); }
H1.HeaderClassName
{
color: #212B4C;
}
.AnyTagClassName
{
color: #212B4C;
}
</style>
background-color css
<style>
a { background-color: #212B4C; }
a { background-color: rgb(33,43,76); }
div.DivClassName
{
background-color: #212B4C;
}
.BgClassName
{
background-color: #212B4C;
}
</style>
border-color css
<style>
span { border-color: #212B4C; }
span { border-color: rgb(33,43,76); }
td.TdClassName
{
border-color: #212B4C;
}
.TagClassName
{
border-color: #212B4C;
}
</style>