Shades of Lucky Point #212560
Tints of Lucky Point #212560
RGB
CMYK
RGB Variations
Color information
#212560 (or 0x212560) is known color: Lucky Point. HEX triplet: 21, 25 and 60. RGB value is (33,37,96). Sum of RGB (Red+Green+Blue) = 33+37+96=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #212560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212560 is #DEDA9F. Grayscale: #2A2A2A. Windows color (decimal): -14604960 or 6300961. OLE color: 6300961.
HSL color Cylindrical-coordinate representation of color #212560: hue angle of 236.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #212560 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 37 | 96 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.62 |
| HSL | 236.19º | 0.49% | 0.25% | - |
| HSV(B) | 236.19º | 0.66% | 0.38% | - |
| XYZ | 3.4 | 2.49 | 11.37 | - |
| YUV | 42.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 96 | 0.66 | 0.61 | 0 | 0.62 | 236.19 | 0.49 | 0.25 |
| Hex | 21 | 25 | 60 | 42 | 3D | 0 | 3E | EC | 31 | 19 |
| Octal | 41 | 45 | 140 | 102 | 75 | 0 | 76 | 354 | 61 | 31 |
| Binary | 100001 | 100101 | 1100000 | 1000010 | 111101 | 0 | 111110 | 11101100 | 110001 | 11001 |
Color Harmonies of #212560
Complementary color
Monochromatic Colors of #212560
Black with #212560
Text Example
Text Example
White with #212560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212560; }
p { color: rgb(33,37,96); }
H1.HeaderClassName
{
color: #212560;
}
.AnyTagClassName
{
color: #212560;
}
</style>
background-color css
<style>
a { background-color: #212560; }
a { background-color: rgb(33,37,96); }
div.DivClassName
{
background-color: #212560;
}
.BgClassName
{
background-color: #212560;
}
</style>
border-color css
<style>
span { border-color: #212560; }
span { border-color: rgb(33,37,96); }
td.TdClassName
{
border-color: #212560;
}
.TagClassName
{
border-color: #212560;
}
</style>