Shades of Lucky Point #21284D
Tints of Lucky Point #21284D
RGB
CMYK
RGB Variations
Color information
#21284D (or 0x21284D) is known color: Lucky Point. HEX triplet: 21, 28 and 4D. RGB value is (33,40,77). Sum of RGB (Red+Green+Blue) = 33+40+77=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #21284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21284D is #DED7B2. Grayscale: #292929. Windows color (decimal): -14604211 or 5056545. OLE color: 5056545.
HSL color Cylindrical-coordinate representation of color #21284D: hue angle of 230.45º 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 #21284D is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 40 | 77 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.70 |
| HSL | 230.45º | 0.4% | 0.22% | - |
| HSV(B) | 230.45º | 0.57% | 0.3% | - |
| XYZ | 2.73 | 2.38 | 7.34 | - |
| YUV | 42.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 77 | 0.57 | 0.48 | 0 | 0.70 | 230.45 | 0.4 | 0.22 |
| Hex | 21 | 28 | 4D | 39 | 30 | 0 | 46 | E6 | 28 | 16 |
| Octal | 41 | 50 | 115 | 71 | 60 | 0 | 106 | 346 | 50 | 26 |
| Binary | 100001 | 101000 | 1001101 | 111001 | 110000 | 0 | 1000110 | 11100110 | 101000 | 10110 |
Color Harmonies of #21284D
Complementary color
Monochromatic Colors of #21284D
Black with #21284D
Text Example
Text Example
White with #21284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21284D; }
p { color: rgb(33,40,77); }
H1.HeaderClassName
{
color: #21284D;
}
.AnyTagClassName
{
color: #21284D;
}
</style>
background-color css
<style>
a { background-color: #21284D; }
a { background-color: rgb(33,40,77); }
div.DivClassName
{
background-color: #21284D;
}
.BgClassName
{
background-color: #21284D;
}
</style>
border-color css
<style>
span { border-color: #21284D; }
span { border-color: rgb(33,40,77); }
td.TdClassName
{
border-color: #21284D;
}
.TagClassName
{
border-color: #21284D;
}
</style>