Shades of Lucky Point #222956
Tints of Lucky Point #222956
RGB
CMYK
RGB Variations
Color information
#222956 (or 0x222956) is known color: Lucky Point. HEX triplet: 22, 29 and 56. RGB value is (34,41,86). Sum of RGB (Red+Green+Blue) = 34+41+86=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #222956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222956 is #DDD6A9. Grayscale: #2B2B2B. Windows color (decimal): -14538410 or 5646626. OLE color: 5646626.
HSL color Cylindrical-coordinate representation of color #222956: hue angle of 231.92º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #222956 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 41 | 86 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.66 |
| HSL | 231.92º | 0.43% | 0.24% | - |
| HSV(B) | 231.92º | 0.6% | 0.34% | - |
| XYZ | 3.13 | 2.6 | 9.14 | - |
| YUV | 44.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 41 | 86 | 0.60 | 0.52 | 0 | 0.66 | 231.92 | 0.43 | 0.24 |
| Hex | 22 | 29 | 56 | 3C | 34 | 0 | 42 | E8 | 2B | 18 |
| Octal | 42 | 51 | 126 | 74 | 64 | 0 | 102 | 350 | 53 | 30 |
| Binary | 100010 | 101001 | 1010110 | 111100 | 110100 | 0 | 1000010 | 11101000 | 101011 | 11000 |
Color Harmonies of #222956
Complementary color
Monochromatic Colors of #222956
Black with #222956
Text Example
Text Example
White with #222956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222956; }
p { color: rgb(34,41,86); }
H1.HeaderClassName
{
color: #222956;
}
.AnyTagClassName
{
color: #222956;
}
</style>
background-color css
<style>
a { background-color: #222956; }
a { background-color: rgb(34,41,86); }
div.DivClassName
{
background-color: #222956;
}
.BgClassName
{
background-color: #222956;
}
</style>
border-color css
<style>
span { border-color: #222956; }
span { border-color: rgb(34,41,86); }
td.TdClassName
{
border-color: #222956;
}
.TagClassName
{
border-color: #222956;
}
</style>