Shades of Lucky Point #222C54
Tints of Lucky Point #222C54
RGB
CMYK
RGB Variations
Color information
#222C54 (or 0x222C54) is known color: Lucky Point. HEX triplet: 22, 2C and 54. RGB value is (34,44,84). Sum of RGB (Red+Green+Blue) = 34+44+84=162 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.99% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #222C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C54 is #DDD3AB. Grayscale: #2D2D2D. Windows color (decimal): -14537644 or 5516322. OLE color: 5516322.
HSL color Cylindrical-coordinate representation of color #222C54: hue angle of 228º degrees, saturation: 0.42, 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 #222C54 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 44 | 84 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.67 |
| HSL | 228º | 0.42% | 0.23% | - |
| HSV(B) | 228º | 0.6% | 0.33% | - |
| XYZ | 3.16 | 2.78 | 8.76 | - |
| YUV | 45.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 84 | 0.60 | 0.48 | 0 | 0.67 | 228 | 0.42 | 0.23 |
| Hex | 22 | 2C | 54 | 3C | 30 | 0 | 43 | E4 | 2A | 17 |
| Octal | 42 | 54 | 124 | 74 | 60 | 0 | 103 | 344 | 52 | 27 |
| Binary | 100010 | 101100 | 1010100 | 111100 | 110000 | 0 | 1000011 | 11100100 | 101010 | 10111 |
Color Harmonies of #222C54
Complementary color
Monochromatic Colors of #222C54
Black with #222C54
Text Example
Text Example
White with #222C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C54; }
p { color: rgb(34,44,84); }
H1.HeaderClassName
{
color: #222C54;
}
.AnyTagClassName
{
color: #222C54;
}
</style>
background-color css
<style>
a { background-color: #222C54; }
a { background-color: rgb(34,44,84); }
div.DivClassName
{
background-color: #222C54;
}
.BgClassName
{
background-color: #222C54;
}
</style>
border-color css
<style>
span { border-color: #222C54; }
span { border-color: rgb(34,44,84); }
td.TdClassName
{
border-color: #222C54;
}
.TagClassName
{
border-color: #222C54;
}
</style>