Shades of Lucky Point #212757
Tints of Lucky Point #212757
RGB
CMYK
RGB Variations
Color information
#212757 (or 0x212757) is known color: Lucky Point. HEX triplet: 21, 27 and 57. RGB value is (33,39,87). Sum of RGB (Red+Green+Blue) = 33+39+87=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #212757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212757 is #DED8A8. Grayscale: #2A2A2A. Windows color (decimal): -14604457 or 5711649. OLE color: 5711649.
HSL color Cylindrical-coordinate representation of color #212757: hue angle of 233.33º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212757 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 39 | 87 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.66 |
| HSL | 233.33º | 0.45% | 0.24% | - |
| HSV(B) | 233.33º | 0.62% | 0.34% | - |
| XYZ | 3.07 | 2.46 | 9.33 | - |
| YUV | 42.68 | 153.01 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 39 | 87 | 0.62 | 0.55 | 0 | 0.66 | 233.33 | 0.45 | 0.24 |
| Hex | 21 | 27 | 57 | 3E | 37 | 0 | 42 | E9 | 2D | 18 |
| Octal | 41 | 47 | 127 | 76 | 67 | 0 | 102 | 351 | 55 | 30 |
| Binary | 100001 | 100111 | 1010111 | 111110 | 110111 | 0 | 1000010 | 11101001 | 101101 | 11000 |
Color Harmonies of #212757
Complementary color
Monochromatic Colors of #212757
Black with #212757
Text Example
Text Example
White with #212757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212757; }
p { color: rgb(33,39,87); }
H1.HeaderClassName
{
color: #212757;
}
.AnyTagClassName
{
color: #212757;
}
</style>
background-color css
<style>
a { background-color: #212757; }
a { background-color: rgb(33,39,87); }
div.DivClassName
{
background-color: #212757;
}
.BgClassName
{
background-color: #212757;
}
</style>
border-color css
<style>
span { border-color: #212757; }
span { border-color: rgb(33,39,87); }
td.TdClassName
{
border-color: #212757;
}
.TagClassName
{
border-color: #212757;
}
</style>