Shades of Lucky Point #212655
Tints of Lucky Point #212655
RGB
CMYK
RGB Variations
Color information
#212655 (or 0x212655) is known color: Lucky Point. HEX triplet: 21, 26 and 55. RGB value is (33,38,85). Sum of RGB (Red+Green+Blue) = 33+38+85=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #212655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212655 is #DED9AA. Grayscale: #292929. Windows color (decimal): -14604715 or 5580321. OLE color: 5580321.
HSL color Cylindrical-coordinate representation of color #212655: hue angle of 234.23º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212655 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 38 | 85 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.67 |
| HSL | 234.23º | 0.44% | 0.23% | - |
| HSV(B) | 234.23º | 0.61% | 0.33% | - |
| XYZ | 2.96 | 2.37 | 8.89 | - |
| YUV | 41.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 85 | 0.61 | 0.55 | 0 | 0.67 | 234.23 | 0.44 | 0.23 |
| Hex | 21 | 26 | 55 | 3D | 37 | 0 | 43 | EA | 2C | 17 |
| Octal | 41 | 46 | 125 | 75 | 67 | 0 | 103 | 352 | 54 | 27 |
| Binary | 100001 | 100110 | 1010101 | 111101 | 110111 | 0 | 1000011 | 11101010 | 101100 | 10111 |
Color Harmonies of #212655
Complementary color
Monochromatic Colors of #212655
Black with #212655
Text Example
Text Example
White with #212655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212655; }
p { color: rgb(33,38,85); }
H1.HeaderClassName
{
color: #212655;
}
.AnyTagClassName
{
color: #212655;
}
</style>
background-color css
<style>
a { background-color: #212655; }
a { background-color: rgb(33,38,85); }
div.DivClassName
{
background-color: #212655;
}
.BgClassName
{
background-color: #212655;
}
</style>
border-color css
<style>
span { border-color: #212655; }
span { border-color: rgb(33,38,85); }
td.TdClassName
{
border-color: #212655;
}
.TagClassName
{
border-color: #212655;
}
</style>