Shades of Lucky Point #222C4F
Tints of Lucky Point #222C4F
RGB
CMYK
RGB Variations
Color information
#222C4F (or 0x222C4F) is known color: Lucky Point. HEX triplet: 22, 2C and 4F. RGB value is (34,44,79). Sum of RGB (Red+Green+Blue) = 34+44+79=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #222C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C4F is #DDD3B0. Grayscale: #2C2C2C. Windows color (decimal): -14537649 or 5188642. OLE color: 5188642.
HSL color Cylindrical-coordinate representation of color #222C4F: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #222C4F is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 44 | 79 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.69 |
| HSL | 226.67º | 0.4% | 0.22% | - |
| HSV(B) | 226.67º | 0.57% | 0.31% | - |
| XYZ | 2.97 | 2.71 | 7.76 | - |
| YUV | 45 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 79 | 0.57 | 0.44 | 0 | 0.69 | 226.67 | 0.4 | 0.22 |
| Hex | 22 | 2C | 4F | 39 | 2C | 0 | 45 | E3 | 28 | 16 |
| Octal | 42 | 54 | 117 | 71 | 54 | 0 | 105 | 343 | 50 | 26 |
| Binary | 100010 | 101100 | 1001111 | 111001 | 101100 | 0 | 1000101 | 11100011 | 101000 | 10110 |
Color Harmonies of #222C4F
Complementary color
Monochromatic Colors of #222C4F
Black with #222C4F
Text Example
Text Example
White with #222C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C4F; }
p { color: rgb(34,44,79); }
H1.HeaderClassName
{
color: #222C4F;
}
.AnyTagClassName
{
color: #222C4F;
}
</style>
background-color css
<style>
a { background-color: #222C4F; }
a { background-color: rgb(34,44,79); }
div.DivClassName
{
background-color: #222C4F;
}
.BgClassName
{
background-color: #222C4F;
}
</style>
border-color css
<style>
span { border-color: #222C4F; }
span { border-color: rgb(34,44,79); }
td.TdClassName
{
border-color: #222C4F;
}
.TagClassName
{
border-color: #222C4F;
}
</style>