Shades of Lucky Point #222C58
Tints of Lucky Point #222C58
RGB
CMYK
RGB Variations
Color information
#222C58 (or 0x222C58) is known color: Lucky Point. HEX triplet: 22, 2C and 58. RGB value is (34,44,88). Sum of RGB (Red+Green+Blue) = 34+44+88=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #222C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C58 is #DDD3A7. Grayscale: #2D2D2D. Windows color (decimal): -14537640 or 5778466. OLE color: 5778466.
HSL color Cylindrical-coordinate representation of color #222C58: hue angle of 228.89º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #222C58 is Cyan = 0.61, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 44 | 88 | - |
| CMYK | 0.61 | 0.5 | 0 | 0.65 |
| HSL | 228.89º | 0.44% | 0.24% | - |
| HSV(B) | 228.89º | 0.61% | 0.35% | - |
| XYZ | 3.32 | 2.85 | 9.61 | - |
| YUV | 46.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 44 | 88 | 0.61 | 0.5 | 0 | 0.65 | 228.89 | 0.44 | 0.24 |
| Hex | 22 | 2C | 58 | 3D | 32 | 0 | 41 | E5 | 2C | 18 |
| Octal | 42 | 54 | 130 | 75 | 62 | 0 | 101 | 345 | 54 | 30 |
| Binary | 100010 | 101100 | 1011000 | 111101 | 110010 | 0 | 1000001 | 11100101 | 101100 | 11000 |
Color Harmonies of #222C58
Complementary color
Monochromatic Colors of #222C58
Black with #222C58
Text Example
Text Example
White with #222C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222C58; }
p { color: rgb(34,44,88); }
H1.HeaderClassName
{
color: #222C58;
}
.AnyTagClassName
{
color: #222C58;
}
</style>
background-color css
<style>
a { background-color: #222C58; }
a { background-color: rgb(34,44,88); }
div.DivClassName
{
background-color: #222C58;
}
.BgClassName
{
background-color: #222C58;
}
</style>
border-color css
<style>
span { border-color: #222C58; }
span { border-color: rgb(34,44,88); }
td.TdClassName
{
border-color: #222C58;
}
.TagClassName
{
border-color: #222C58;
}
</style>