Shades of Lucky Point #212B5B
Tints of Lucky Point #212B5B
RGB
CMYK
RGB Variations
Color information
#212B5B (or 0x212B5B) is known color: Lucky Point. HEX triplet: 21, 2B and 5B. RGB value is (33,43,91). Sum of RGB (Red+Green+Blue) = 33+43+91=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #212B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212B5B is #DED4A4. Grayscale: #2D2D2D. Windows color (decimal): -14603429 or 5974817. OLE color: 5974817.
HSL color Cylindrical-coordinate representation of color #212B5B: hue angle of 229.66º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #212B5B is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 43 | 91 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.64 |
| HSL | 229.66º | 0.47% | 0.24% | - |
| HSV(B) | 229.66º | 0.64% | 0.36% | - |
| XYZ | 3.38 | 2.81 | 10.26 | - |
| YUV | 45.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 91 | 0.64 | 0.53 | 0 | 0.64 | 229.66 | 0.47 | 0.24 |
| Hex | 21 | 2B | 5B | 40 | 35 | 0 | 40 | E6 | 2F | 18 |
| Octal | 41 | 53 | 133 | 100 | 65 | 0 | 100 | 346 | 57 | 30 |
| Binary | 100001 | 101011 | 1011011 | 1000000 | 110101 | 0 | 1000000 | 11100110 | 101111 | 11000 |
Color Harmonies of #212B5B
Complementary color
Monochromatic Colors of #212B5B
Black with #212B5B
Text Example
Text Example
White with #212B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B5B; }
p { color: rgb(33,43,91); }
H1.HeaderClassName
{
color: #212B5B;
}
.AnyTagClassName
{
color: #212B5B;
}
</style>
background-color css
<style>
a { background-color: #212B5B; }
a { background-color: rgb(33,43,91); }
div.DivClassName
{
background-color: #212B5B;
}
.BgClassName
{
background-color: #212B5B;
}
</style>
border-color css
<style>
span { border-color: #212B5B; }
span { border-color: rgb(33,43,91); }
td.TdClassName
{
border-color: #212B5B;
}
.TagClassName
{
border-color: #212B5B;
}
</style>