Shades of Lucky Point #212964
Tints of Lucky Point #212964
RGB
CMYK
RGB Variations
Color information
#212964 (or 0x212964) is known color: Lucky Point. HEX triplet: 21, 29 and 64. RGB value is (33,41,100). Sum of RGB (Red+Green+Blue) = 33+41+100=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #212964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212964 is #DED69B. Grayscale: #2D2D2D. Windows color (decimal): -14603932 or 6564129. OLE color: 6564129.
HSL color Cylindrical-coordinate representation of color #212964: hue angle of 232.84º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #212964 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 33 | 41 | 100 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.61 |
| HSL | 232.84º | 0.5% | 0.26% | - |
| HSV(B) | 232.84º | 0.67% | 0.39% | - |
| XYZ | 3.72 | 2.83 | 12.41 | - |
| YUV | 45.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 100 | 0.67 | 0.59 | 0 | 0.61 | 232.84 | 0.5 | 0.26 |
| Hex | 21 | 29 | 64 | 43 | 3B | 0 | 3D | E9 | 32 | 1A |
| Octal | 41 | 51 | 144 | 103 | 73 | 0 | 75 | 351 | 62 | 32 |
| Binary | 100001 | 101001 | 1100100 | 1000011 | 111011 | 0 | 111101 | 11101001 | 110010 | 11010 |
Color Harmonies of #212964
Complementary color
Monochromatic Colors of #212964
Black with #212964
Text Example
Text Example
White with #212964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212964; }
p { color: rgb(33,41,100); }
H1.HeaderClassName
{
color: #212964;
}
.AnyTagClassName
{
color: #212964;
}
</style>
background-color css
<style>
a { background-color: #212964; }
a { background-color: rgb(33,41,100); }
div.DivClassName
{
background-color: #212964;
}
.BgClassName
{
background-color: #212964;
}
</style>
border-color css
<style>
span { border-color: #212964; }
span { border-color: rgb(33,41,100); }
td.TdClassName
{
border-color: #212964;
}
.TagClassName
{
border-color: #212964;
}
</style>