Shades of Lucky Point #21254D
Tints of Lucky Point #21254D
RGB
CMYK
RGB Variations
Color information
#21254D (or 0x21254D) is known color: Lucky Point. HEX triplet: 21, 25 and 4D. RGB value is (33,37,77). Sum of RGB (Red+Green+Blue) = 33+37+77=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #21254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21254D is #DEDAB2. Grayscale: #282828. Windows color (decimal): -14604979 or 5055777. OLE color: 5055777.
HSL color Cylindrical-coordinate representation of color #21254D: hue angle of 234.55º 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 #21254D is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 37 | 77 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.70 |
| HSL | 234.55º | 0.4% | 0.22% | - |
| HSV(B) | 234.55º | 0.57% | 0.3% | - |
| XYZ | 2.63 | 2.18 | 7.3 | - |
| YUV | 40.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 77 | 0.57 | 0.52 | 0 | 0.70 | 234.55 | 0.4 | 0.22 |
| Hex | 21 | 25 | 4D | 39 | 34 | 0 | 46 | EB | 28 | 16 |
| Octal | 41 | 45 | 115 | 71 | 64 | 0 | 106 | 353 | 50 | 26 |
| Binary | 100001 | 100101 | 1001101 | 111001 | 110100 | 0 | 1000110 | 11101011 | 101000 | 10110 |
Color Harmonies of #21254D
Complementary color
Monochromatic Colors of #21254D
Black with #21254D
Text Example
Text Example
White with #21254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21254D; }
p { color: rgb(33,37,77); }
H1.HeaderClassName
{
color: #21254D;
}
.AnyTagClassName
{
color: #21254D;
}
</style>
background-color css
<style>
a { background-color: #21254D; }
a { background-color: rgb(33,37,77); }
div.DivClassName
{
background-color: #21254D;
}
.BgClassName
{
background-color: #21254D;
}
</style>
border-color css
<style>
span { border-color: #21254D; }
span { border-color: rgb(33,37,77); }
td.TdClassName
{
border-color: #21254D;
}
.TagClassName
{
border-color: #21254D;
}
</style>