Shades of Lucky Point #21264D
Tints of Lucky Point #21264D
RGB
CMYK
RGB Variations
Color information
#21264D (or 0x21264D) is known color: Lucky Point. HEX triplet: 21, 26 and 4D. RGB value is (33,38,77). Sum of RGB (Red+Green+Blue) = 33+38+77=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #21264D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21264D is #DED9B2. Grayscale: #282828. Windows color (decimal): -14604723 or 5056033. OLE color: 5056033.
HSL color Cylindrical-coordinate representation of color #21264D: hue angle of 233.18º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21264D is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 38 | 77 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.70 |
| HSL | 233.18º | 0.4% | 0.22% | - |
| HSV(B) | 233.18º | 0.57% | 0.3% | - |
| XYZ | 2.66 | 2.25 | 7.31 | - |
| YUV | 40.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 77 | 0.57 | 0.51 | 0 | 0.70 | 233.18 | 0.4 | 0.22 |
| Hex | 21 | 26 | 4D | 39 | 33 | 0 | 46 | E9 | 28 | 16 |
| Octal | 41 | 46 | 115 | 71 | 63 | 0 | 106 | 351 | 50 | 26 |
| Binary | 100001 | 100110 | 1001101 | 111001 | 110011 | 0 | 1000110 | 11101001 | 101000 | 10110 |
Color Harmonies of #21264D
Complementary color
Monochromatic Colors of #21264D
Black with #21264D
Text Example
Text Example
White with #21264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21264D; }
p { color: rgb(33,38,77); }
H1.HeaderClassName
{
color: #21264D;
}
.AnyTagClassName
{
color: #21264D;
}
</style>
background-color css
<style>
a { background-color: #21264D; }
a { background-color: rgb(33,38,77); }
div.DivClassName
{
background-color: #21264D;
}
.BgClassName
{
background-color: #21264D;
}
</style>
border-color css
<style>
span { border-color: #21264D; }
span { border-color: rgb(33,38,77); }
td.TdClassName
{
border-color: #21264D;
}
.TagClassName
{
border-color: #21264D;
}
</style>