Shades of Lucky Point #212955
Tints of Lucky Point #212955
RGB
CMYK
RGB Variations
Color information
#212955 (or 0x212955) is known color: Lucky Point. HEX triplet: 21, 29 and 55. RGB value is (33,41,85). Sum of RGB (Red+Green+Blue) = 33+41+85=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #212955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212955 is #DED6AA. Grayscale: #2B2B2B. Windows color (decimal): -14603947 or 5581089. OLE color: 5581089.
HSL color Cylindrical-coordinate representation of color #212955: hue angle of 230.77º 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 #212955 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 41 | 85 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.67 |
| HSL | 230.77º | 0.44% | 0.23% | - |
| HSV(B) | 230.77º | 0.61% | 0.33% | - |
| XYZ | 3.06 | 2.57 | 8.93 | - |
| YUV | 43.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 85 | 0.61 | 0.52 | 0 | 0.67 | 230.77 | 0.44 | 0.23 |
| Hex | 21 | 29 | 55 | 3D | 34 | 0 | 43 | E7 | 2C | 17 |
| Octal | 41 | 51 | 125 | 75 | 64 | 0 | 103 | 347 | 54 | 27 |
| Binary | 100001 | 101001 | 1010101 | 111101 | 110100 | 0 | 1000011 | 11100111 | 101100 | 10111 |
Color Harmonies of #212955
Complementary color
Monochromatic Colors of #212955
Black with #212955
Text Example
Text Example
White with #212955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212955; }
p { color: rgb(33,41,85); }
H1.HeaderClassName
{
color: #212955;
}
.AnyTagClassName
{
color: #212955;
}
</style>
background-color css
<style>
a { background-color: #212955; }
a { background-color: rgb(33,41,85); }
div.DivClassName
{
background-color: #212955;
}
.BgClassName
{
background-color: #212955;
}
</style>
border-color css
<style>
span { border-color: #212955; }
span { border-color: rgb(33,41,85); }
td.TdClassName
{
border-color: #212955;
}
.TagClassName
{
border-color: #212955;
}
</style>