Shades of Lucky Point #21284A
Tints of Lucky Point #21284A
RGB
CMYK
RGB Variations
Color information
#21284A (or 0x21284A) is known color: Lucky Point. HEX triplet: 21, 28 and 4A. RGB value is (33,40,74). Sum of RGB (Red+Green+Blue) = 33+40+74=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #21284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21284A is #DED7B5. Grayscale: #292929. Windows color (decimal): -14604214 or 4859937. OLE color: 4859937.
HSL color Cylindrical-coordinate representation of color #21284A: hue angle of 229.76º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21284A is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 40 | 74 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.71 |
| HSL | 229.76º | 0.38% | 0.21% | - |
| HSV(B) | 229.76º | 0.55% | 0.29% | - |
| XYZ | 2.62 | 2.34 | 6.79 | - |
| YUV | 41.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 74 | 0.55 | 0.46 | 0 | 0.71 | 229.76 | 0.38 | 0.21 |
| Hex | 21 | 28 | 4A | 37 | 2E | 0 | 47 | E6 | 26 | 15 |
| Octal | 41 | 50 | 112 | 67 | 56 | 0 | 107 | 346 | 46 | 25 |
| Binary | 100001 | 101000 | 1001010 | 110111 | 101110 | 0 | 1000111 | 11100110 | 100110 | 10101 |
Color Harmonies of #21284A
Complementary color
Monochromatic Colors of #21284A
Black with #21284A
Text Example
Text Example
White with #21284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21284A; }
p { color: rgb(33,40,74); }
H1.HeaderClassName
{
color: #21284A;
}
.AnyTagClassName
{
color: #21284A;
}
</style>
background-color css
<style>
a { background-color: #21284A; }
a { background-color: rgb(33,40,74); }
div.DivClassName
{
background-color: #21284A;
}
.BgClassName
{
background-color: #21284A;
}
</style>
border-color css
<style>
span { border-color: #21284A; }
span { border-color: rgb(33,40,74); }
td.TdClassName
{
border-color: #21284A;
}
.TagClassName
{
border-color: #21284A;
}
</style>