Shades of Lucky Point #22284D
Tints of Lucky Point #22284D
RGB
CMYK
RGB Variations
Color information
#22284D (or 0x22284D) is known color: Lucky Point. HEX triplet: 22, 28 and 4D. RGB value is (34,40,77). Sum of RGB (Red+Green+Blue) = 34+40+77=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #22284D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22284D is #DDD7B2. Grayscale: #2A2A2A. Windows color (decimal): -14538675 or 5056546. OLE color: 5056546.
HSL color Cylindrical-coordinate representation of color #22284D: hue angle of 231.63º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22284D is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 40 | 77 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.70 |
| HSL | 231.63º | 0.39% | 0.22% | - |
| HSV(B) | 231.63º | 0.56% | 0.3% | - |
| XYZ | 2.76 | 2.39 | 7.34 | - |
| YUV | 42.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 77 | 0.56 | 0.48 | 0 | 0.70 | 231.63 | 0.39 | 0.22 |
| Hex | 22 | 28 | 4D | 38 | 30 | 0 | 46 | E8 | 27 | 16 |
| Octal | 42 | 50 | 115 | 70 | 60 | 0 | 106 | 350 | 47 | 26 |
| Binary | 100010 | 101000 | 1001101 | 111000 | 110000 | 0 | 1000110 | 11101000 | 100111 | 10110 |
Color Harmonies of #22284D
Complementary color
Monochromatic Colors of #22284D
Black with #22284D
Text Example
Text Example
White with #22284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22284D; }
p { color: rgb(34,40,77); }
H1.HeaderClassName
{
color: #22284D;
}
.AnyTagClassName
{
color: #22284D;
}
</style>
background-color css
<style>
a { background-color: #22284D; }
a { background-color: rgb(34,40,77); }
div.DivClassName
{
background-color: #22284D;
}
.BgClassName
{
background-color: #22284D;
}
</style>
border-color css
<style>
span { border-color: #22284D; }
span { border-color: rgb(34,40,77); }
td.TdClassName
{
border-color: #22284D;
}
.TagClassName
{
border-color: #22284D;
}
</style>