Shades of Lucky Point #222D55
Tints of Lucky Point #222D55
RGB
CMYK
RGB Variations
Color information
#222D55 (or 0x222D55) is known color: Lucky Point. HEX triplet: 22, 2D and 55. RGB value is (34,45,85). Sum of RGB (Red+Green+Blue) = 34+45+85=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 85 (33.59% from 255 or 51.83% from 164); Max value from RGB is 85 - color contains mainly: blue. Hex color #222D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D55 is #DDD2AA. Grayscale: #2E2E2E. Windows color (decimal): -14537387 or 5582114. OLE color: 5582114.
HSL color Cylindrical-coordinate representation of color #222D55: hue angle of 227.06º 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 #222D55 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 45 | 85 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.67 |
| HSL | 227.06º | 0.43% | 0.23% | - |
| HSV(B) | 227.06º | 0.6% | 0.33% | - |
| XYZ | 3.24 | 2.87 | 8.98 | - |
| YUV | 46.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 85 | 0.60 | 0.47 | 0 | 0.67 | 227.06 | 0.43 | 0.23 |
| Hex | 22 | 2D | 55 | 3C | 2F | 0 | 43 | E3 | 2B | 17 |
| Octal | 42 | 55 | 125 | 74 | 57 | 0 | 103 | 343 | 53 | 27 |
| Binary | 100010 | 101101 | 1010101 | 111100 | 101111 | 0 | 1000011 | 11100011 | 101011 | 10111 |
Color Harmonies of #222D55
Complementary color
Monochromatic Colors of #222D55
Black with #222D55
Text Example
Text Example
White with #222D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D55; }
p { color: rgb(34,45,85); }
H1.HeaderClassName
{
color: #222D55;
}
.AnyTagClassName
{
color: #222D55;
}
</style>
background-color css
<style>
a { background-color: #222D55; }
a { background-color: rgb(34,45,85); }
div.DivClassName
{
background-color: #222D55;
}
.BgClassName
{
background-color: #222D55;
}
</style>
border-color css
<style>
span { border-color: #222D55; }
span { border-color: rgb(34,45,85); }
td.TdClassName
{
border-color: #222D55;
}
.TagClassName
{
border-color: #222D55;
}
</style>