Shades of Lucky Point #212654
Tints of Lucky Point #212654
RGB
CMYK
RGB Variations
Color information
#212654 (or 0x212654) is known color: Lucky Point. HEX triplet: 21, 26 and 54. RGB value is (33,38,84). Sum of RGB (Red+Green+Blue) = 33+38+84=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 84 (33.20% from 255 or 54.19% from 155); Max value from RGB is 84 - color contains mainly: blue. Hex color #212654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212654 is #DED9AB. Grayscale: #292929. Windows color (decimal): -14604716 or 5514785. OLE color: 5514785.
HSL color Cylindrical-coordinate representation of color #212654: hue angle of 234.12º 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 #212654 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 33 | 38 | 84 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.67 |
| HSL | 234.12º | 0.44% | 0.23% | - |
| HSV(B) | 234.12º | 0.61% | 0.33% | - |
| XYZ | 2.92 | 2.35 | 8.69 | - |
| YUV | 41.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 84 | 0.61 | 0.55 | 0 | 0.67 | 234.12 | 0.44 | 0.23 |
| Hex | 21 | 26 | 54 | 3D | 37 | 0 | 43 | EA | 2C | 17 |
| Octal | 41 | 46 | 124 | 75 | 67 | 0 | 103 | 352 | 54 | 27 |
| Binary | 100001 | 100110 | 1010100 | 111101 | 110111 | 0 | 1000011 | 11101010 | 101100 | 10111 |
Color Harmonies of #212654
Complementary color
Monochromatic Colors of #212654
Black with #212654
Text Example
Text Example
White with #212654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212654; }
p { color: rgb(33,38,84); }
H1.HeaderClassName
{
color: #212654;
}
.AnyTagClassName
{
color: #212654;
}
</style>
background-color css
<style>
a { background-color: #212654; }
a { background-color: rgb(33,38,84); }
div.DivClassName
{
background-color: #212654;
}
.BgClassName
{
background-color: #212654;
}
</style>
border-color css
<style>
span { border-color: #212654; }
span { border-color: rgb(33,38,84); }
td.TdClassName
{
border-color: #212654;
}
.TagClassName
{
border-color: #212654;
}
</style>