Shades of Lucky Point #212556
Tints of Lucky Point #212556
RGB
CMYK
RGB Variations
Color information
#212556 (or 0x212556) is known color: Lucky Point. HEX triplet: 21, 25 and 56. RGB value is (33,37,86). Sum of RGB (Red+Green+Blue) = 33+37+86=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #212556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212556 is #DEDAA9. Grayscale: #292929. Windows color (decimal): -14604970 or 5645601. OLE color: 5645601.
HSL color Cylindrical-coordinate representation of color #212556: hue angle of 235.47º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212556 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 37 | 86 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.66 |
| HSL | 235.47º | 0.45% | 0.23% | - |
| HSV(B) | 235.47º | 0.62% | 0.34% | - |
| XYZ | 2.97 | 2.32 | 9.1 | - |
| YUV | 41.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 86 | 0.62 | 0.57 | 0 | 0.66 | 235.47 | 0.45 | 0.23 |
| Hex | 21 | 25 | 56 | 3E | 39 | 0 | 42 | EB | 2D | 17 |
| Octal | 41 | 45 | 126 | 76 | 71 | 0 | 102 | 353 | 55 | 27 |
| Binary | 100001 | 100101 | 1010110 | 111110 | 111001 | 0 | 1000010 | 11101011 | 101101 | 10111 |
Color Harmonies of #212556
Complementary color
Monochromatic Colors of #212556
Black with #212556
Text Example
Text Example
White with #212556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212556; }
p { color: rgb(33,37,86); }
H1.HeaderClassName
{
color: #212556;
}
.AnyTagClassName
{
color: #212556;
}
</style>
background-color css
<style>
a { background-color: #212556; }
a { background-color: rgb(33,37,86); }
div.DivClassName
{
background-color: #212556;
}
.BgClassName
{
background-color: #212556;
}
</style>
border-color css
<style>
span { border-color: #212556; }
span { border-color: rgb(33,37,86); }
td.TdClassName
{
border-color: #212556;
}
.TagClassName
{
border-color: #212556;
}
</style>