Shades of Lucky Point #212960
Tints of Lucky Point #212960
RGB
CMYK
RGB Variations
Color information
#212960 (or 0x212960) is known color: Lucky Point. HEX triplet: 21, 29 and 60. RGB value is (33,41,96). Sum of RGB (Red+Green+Blue) = 33+41+96=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #212960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212960 is #DED69F. Grayscale: #2C2C2C. Windows color (decimal): -14603936 or 6301985. OLE color: 6301985.
HSL color Cylindrical-coordinate representation of color #212960: hue angle of 232.38º 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 #212960 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 41 | 96 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.62 |
| HSL | 232.38º | 0.49% | 0.25% | - |
| HSV(B) | 232.38º | 0.66% | 0.38% | - |
| XYZ | 3.53 | 2.75 | 11.41 | - |
| YUV | 44.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 96 | 0.66 | 0.57 | 0 | 0.62 | 232.38 | 0.49 | 0.25 |
| Hex | 21 | 29 | 60 | 42 | 39 | 0 | 3E | E8 | 31 | 19 |
| Octal | 41 | 51 | 140 | 102 | 71 | 0 | 76 | 350 | 61 | 31 |
| Binary | 100001 | 101001 | 1100000 | 1000010 | 111001 | 0 | 111110 | 11101000 | 110001 | 11001 |
Color Harmonies of #212960
Complementary color
Monochromatic Colors of #212960
Black with #212960
Text Example
Text Example
White with #212960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212960; }
p { color: rgb(33,41,96); }
H1.HeaderClassName
{
color: #212960;
}
.AnyTagClassName
{
color: #212960;
}
</style>
background-color css
<style>
a { background-color: #212960; }
a { background-color: rgb(33,41,96); }
div.DivClassName
{
background-color: #212960;
}
.BgClassName
{
background-color: #212960;
}
</style>
border-color css
<style>
span { border-color: #212960; }
span { border-color: rgb(33,41,96); }
td.TdClassName
{
border-color: #212960;
}
.TagClassName
{
border-color: #212960;
}
</style>