Shades of Lucky Point #22284E
Tints of Lucky Point #22284E
RGB
CMYK
RGB Variations
Color information
#22284E (or 0x22284E) is known color: Lucky Point. HEX triplet: 22, 28 and 4E. RGB value is (34,40,78). Sum of RGB (Red+Green+Blue) = 34+40+78=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #22284E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22284E is #DDD7B1. Grayscale: #2A2A2A. Windows color (decimal): -14538674 or 5122082. OLE color: 5122082.
HSL color Cylindrical-coordinate representation of color #22284E: hue angle of 231.82º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22284E is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 40 | 78 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.69 |
| HSL | 231.82º | 0.39% | 0.22% | - |
| HSV(B) | 231.82º | 0.56% | 0.31% | - |
| XYZ | 2.79 | 2.41 | 7.53 | - |
| YUV | 42.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 40 | 78 | 0.56 | 0.49 | 0 | 0.69 | 231.82 | 0.39 | 0.22 |
| Hex | 22 | 28 | 4E | 38 | 31 | 0 | 45 | E8 | 27 | 16 |
| Octal | 42 | 50 | 116 | 70 | 61 | 0 | 105 | 350 | 47 | 26 |
| Binary | 100010 | 101000 | 1001110 | 111000 | 110001 | 0 | 1000101 | 11101000 | 100111 | 10110 |
Color Harmonies of #22284E
Complementary color
Monochromatic Colors of #22284E
Black with #22284E
Text Example
Text Example
White with #22284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22284E; }
p { color: rgb(34,40,78); }
H1.HeaderClassName
{
color: #22284E;
}
.AnyTagClassName
{
color: #22284E;
}
</style>
background-color css
<style>
a { background-color: #22284E; }
a { background-color: rgb(34,40,78); }
div.DivClassName
{
background-color: #22284E;
}
.BgClassName
{
background-color: #22284E;
}
</style>
border-color css
<style>
span { border-color: #22284E; }
span { border-color: rgb(34,40,78); }
td.TdClassName
{
border-color: #22284E;
}
.TagClassName
{
border-color: #22284E;
}
</style>