Shades of Lucky Point #222E55
Tints of Lucky Point #222E55
RGB
CMYK
RGB Variations
Color information
#222E55 (or 0x222E55) is known color: Lucky Point. HEX triplet: 22, 2E and 55. RGB value is (34,46,85). Sum of RGB (Red+Green+Blue) = 34+46+85=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #222E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E55 is #DDD1AA. Grayscale: #2E2E2E. Windows color (decimal): -14537131 or 5582370. OLE color: 5582370.
HSL color Cylindrical-coordinate representation of color #222E55: hue angle of 225.88º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #222E55 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 46 | 85 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.67 |
| HSL | 225.88º | 0.43% | 0.23% | - |
| HSV(B) | 225.88º | 0.6% | 0.33% | - |
| XYZ | 3.28 | 2.95 | 8.99 | - |
| YUV | 46.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 85 | 0.60 | 0.46 | 0 | 0.67 | 225.88 | 0.43 | 0.23 |
| Hex | 22 | 2E | 55 | 3C | 2E | 0 | 43 | E2 | 2B | 17 |
| Octal | 42 | 56 | 125 | 74 | 56 | 0 | 103 | 342 | 53 | 27 |
| Binary | 100010 | 101110 | 1010101 | 111100 | 101110 | 0 | 1000011 | 11100010 | 101011 | 10111 |
Color Harmonies of #222E55
Complementary color
Monochromatic Colors of #222E55
Black with #222E55
Text Example
Text Example
White with #222E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E55; }
p { color: rgb(34,46,85); }
H1.HeaderClassName
{
color: #222E55;
}
.AnyTagClassName
{
color: #222E55;
}
</style>
background-color css
<style>
a { background-color: #222E55; }
a { background-color: rgb(34,46,85); }
div.DivClassName
{
background-color: #222E55;
}
.BgClassName
{
background-color: #222E55;
}
</style>
border-color css
<style>
span { border-color: #222E55; }
span { border-color: rgb(34,46,85); }
td.TdClassName
{
border-color: #222E55;
}
.TagClassName
{
border-color: #222E55;
}
</style>