Shades of Lucky Point #21254F
Tints of Lucky Point #21254F
RGB
CMYK
RGB Variations
Color information
#21254F (or 0x21254F) is known color: Lucky Point. HEX triplet: 21, 25 and 4F. RGB value is (33,37,79). Sum of RGB (Red+Green+Blue) = 33+37+79=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #21254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21254F is #DEDAB0. Grayscale: #282828. Windows color (decimal): -14604977 or 5186849. OLE color: 5186849.
HSL color Cylindrical-coordinate representation of color #21254F: hue angle of 234.78º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21254F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 37 | 79 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.69 |
| HSL | 234.78º | 0.41% | 0.22% | - |
| HSV(B) | 234.78º | 0.58% | 0.31% | - |
| XYZ | 2.7 | 2.21 | 7.68 | - |
| YUV | 40.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 37 | 79 | 0.58 | 0.53 | 0 | 0.69 | 234.78 | 0.41 | 0.22 |
| Hex | 21 | 25 | 4F | 3A | 35 | 0 | 45 | EB | 29 | 16 |
| Octal | 41 | 45 | 117 | 72 | 65 | 0 | 105 | 353 | 51 | 26 |
| Binary | 100001 | 100101 | 1001111 | 111010 | 110101 | 0 | 1000101 | 11101011 | 101001 | 10110 |
Color Harmonies of #21254F
Complementary color
Monochromatic Colors of #21254F
Black with #21254F
Text Example
Text Example
White with #21254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21254F; }
p { color: rgb(33,37,79); }
H1.HeaderClassName
{
color: #21254F;
}
.AnyTagClassName
{
color: #21254F;
}
</style>
background-color css
<style>
a { background-color: #21254F; }
a { background-color: rgb(33,37,79); }
div.DivClassName
{
background-color: #21254F;
}
.BgClassName
{
background-color: #21254F;
}
</style>
border-color css
<style>
span { border-color: #21254F; }
span { border-color: rgb(33,37,79); }
td.TdClassName
{
border-color: #21254F;
}
.TagClassName
{
border-color: #21254F;
}
</style>