Shades of Lucky Point #22254D
Tints of Lucky Point #22254D
RGB
CMYK
RGB Variations
Color information
#22254D (or 0x22254D) is known color: Lucky Point. HEX triplet: 22, 25 and 4D. RGB value is (34,37,77). Sum of RGB (Red+Green+Blue) = 34+37+77=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #22254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22254D is #DDDAB2. Grayscale: #282828. Windows color (decimal): -14539443 or 5055778. OLE color: 5055778.
HSL color Cylindrical-coordinate representation of color #22254D: hue angle of 235.81º 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 #22254D is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 37 | 77 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.70 |
| HSL | 235.81º | 0.39% | 0.22% | - |
| HSV(B) | 235.81º | 0.56% | 0.3% | - |
| XYZ | 2.66 | 2.2 | 7.31 | - |
| YUV | 40.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 37 | 77 | 0.56 | 0.52 | 0 | 0.70 | 235.81 | 0.39 | 0.22 |
| Hex | 22 | 25 | 4D | 38 | 34 | 0 | 46 | EC | 27 | 16 |
| Octal | 42 | 45 | 115 | 70 | 64 | 0 | 106 | 354 | 47 | 26 |
| Binary | 100010 | 100101 | 1001101 | 111000 | 110100 | 0 | 1000110 | 11101100 | 100111 | 10110 |
Color Harmonies of #22254D
Complementary color
Monochromatic Colors of #22254D
Black with #22254D
Text Example
Text Example
White with #22254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22254D; }
p { color: rgb(34,37,77); }
H1.HeaderClassName
{
color: #22254D;
}
.AnyTagClassName
{
color: #22254D;
}
</style>
background-color css
<style>
a { background-color: #22254D; }
a { background-color: rgb(34,37,77); }
div.DivClassName
{
background-color: #22254D;
}
.BgClassName
{
background-color: #22254D;
}
</style>
border-color css
<style>
span { border-color: #22254D; }
span { border-color: rgb(34,37,77); }
td.TdClassName
{
border-color: #22254D;
}
.TagClassName
{
border-color: #22254D;
}
</style>