Shades of Lucky Point #222C55
Tints of Lucky Point #222C55
RGB
CMYK
RGB Variations
Color information
#222C55 (or 0x222C55) is known color: Lucky Point. HEX triplet: 22, 2C and 55. RGB value is (34,44,85). Sum of RGB (Red+Green+Blue) = 34+44+85=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #222C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C55 is #DDD3AA. Grayscale: #2D2D2D. Windows color (decimal): -14537643 or 5581858. OLE color: 5581858.
HSL color Cylindrical-coordinate representation of color #222C55: hue angle of 228.24º 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 #222C55 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 44 | 85 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.67 |
| HSL | 228.24º | 0.43% | 0.23% | - |
| HSV(B) | 228.24º | 0.6% | 0.33% | - |
| XYZ | 3.2 | 2.8 | 8.97 | - |
| YUV | 45.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 85 | 0.60 | 0.48 | 0 | 0.67 | 228.24 | 0.43 | 0.23 |
| Hex | 22 | 2C | 55 | 3C | 30 | 0 | 43 | E4 | 2B | 17 |
| Octal | 42 | 54 | 125 | 74 | 60 | 0 | 103 | 344 | 53 | 27 |
| Binary | 100010 | 101100 | 1010101 | 111100 | 110000 | 0 | 1000011 | 11100100 | 101011 | 10111 |
Color Harmonies of #222C55
Complementary color
Monochromatic Colors of #222C55
Black with #222C55
Text Example
Text Example
White with #222C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C55; }
p { color: rgb(34,44,85); }
H1.HeaderClassName
{
color: #222C55;
}
.AnyTagClassName
{
color: #222C55;
}
</style>
background-color css
<style>
a { background-color: #222C55; }
a { background-color: rgb(34,44,85); }
div.DivClassName
{
background-color: #222C55;
}
.BgClassName
{
background-color: #222C55;
}
</style>
border-color css
<style>
span { border-color: #222C55; }
span { border-color: rgb(34,44,85); }
td.TdClassName
{
border-color: #222C55;
}
.TagClassName
{
border-color: #222C55;
}
</style>