Shades of Lucky Point #21284C
Tints of Lucky Point #21284C
RGB
CMYK
RGB Variations
Color information
#21284C (or 0x21284C) is known color: Lucky Point. HEX triplet: 21, 28 and 4C. RGB value is (33,40,76). Sum of RGB (Red+Green+Blue) = 33+40+76=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #21284C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21284C is #DED7B3. Grayscale: #292929. Windows color (decimal): -14604212 or 4991009. OLE color: 4991009.
HSL color Cylindrical-coordinate representation of color #21284C: hue angle of 230.23º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21284C is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 40 | 76 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.70 |
| HSL | 230.23º | 0.39% | 0.21% | - |
| HSV(B) | 230.23º | 0.57% | 0.3% | - |
| XYZ | 2.69 | 2.36 | 7.15 | - |
| YUV | 42.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 76 | 0.57 | 0.47 | 0 | 0.70 | 230.23 | 0.39 | 0.21 |
| Hex | 21 | 28 | 4C | 39 | 2F | 0 | 46 | E6 | 27 | 15 |
| Octal | 41 | 50 | 114 | 71 | 57 | 0 | 106 | 346 | 47 | 25 |
| Binary | 100001 | 101000 | 1001100 | 111001 | 101111 | 0 | 1000110 | 11100110 | 100111 | 10101 |
Color Harmonies of #21284C
Complementary color
Monochromatic Colors of #21284C
Black with #21284C
Text Example
Text Example
White with #21284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21284C; }
p { color: rgb(33,40,76); }
H1.HeaderClassName
{
color: #21284C;
}
.AnyTagClassName
{
color: #21284C;
}
</style>
background-color css
<style>
a { background-color: #21284C; }
a { background-color: rgb(33,40,76); }
div.DivClassName
{
background-color: #21284C;
}
.BgClassName
{
background-color: #21284C;
}
</style>
border-color css
<style>
span { border-color: #21284C; }
span { border-color: rgb(33,40,76); }
td.TdClassName
{
border-color: #21284C;
}
.TagClassName
{
border-color: #21284C;
}
</style>