Shades of Lucky Point #222B59
Tints of Lucky Point #222B59
RGB
CMYK
RGB Variations
Color information
#222B59 (or 0x222B59) is known color: Lucky Point. HEX triplet: 22, 2B and 59. RGB value is (34,43,89). Sum of RGB (Red+Green+Blue) = 34+43+89=166 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.48% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #222B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B59 is #DDD4A6. Grayscale: #2D2D2D. Windows color (decimal): -14537895 or 5843746. OLE color: 5843746.
HSL color Cylindrical-coordinate representation of color #222B59: hue angle of 230.18º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #222B59 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 43 | 89 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.65 |
| HSL | 230.18º | 0.45% | 0.24% | - |
| HSV(B) | 230.18º | 0.62% | 0.35% | - |
| XYZ | 3.33 | 2.79 | 9.81 | - |
| YUV | 45.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 89 | 0.62 | 0.52 | 0 | 0.65 | 230.18 | 0.45 | 0.24 |
| Hex | 22 | 2B | 59 | 3E | 34 | 0 | 41 | E6 | 2D | 18 |
| Octal | 42 | 53 | 131 | 76 | 64 | 0 | 101 | 346 | 55 | 30 |
| Binary | 100010 | 101011 | 1011001 | 111110 | 110100 | 0 | 1000001 | 11100110 | 101101 | 11000 |
Color Harmonies of #222B59
Complementary color
Monochromatic Colors of #222B59
Black with #222B59
Text Example
Text Example
White with #222B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B59; }
p { color: rgb(34,43,89); }
H1.HeaderClassName
{
color: #222B59;
}
.AnyTagClassName
{
color: #222B59;
}
</style>
background-color css
<style>
a { background-color: #222B59; }
a { background-color: rgb(34,43,89); }
div.DivClassName
{
background-color: #222B59;
}
.BgClassName
{
background-color: #222B59;
}
</style>
border-color css
<style>
span { border-color: #222B59; }
span { border-color: rgb(34,43,89); }
td.TdClassName
{
border-color: #222B59;
}
.TagClassName
{
border-color: #222B59;
}
</style>