Shades of Lucky Point #222F59
Tints of Lucky Point #222F59
RGB
CMYK
RGB Variations
Color information
#222F59 (or 0x222F59) is known color: Lucky Point. HEX triplet: 22, 2F and 59. RGB value is (34,47,89). Sum of RGB (Red+Green+Blue) = 34+47+89=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #222F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222F59 is #DDD0A6. Grayscale: #2F2F2F. Windows color (decimal): -14536871 or 5844770. OLE color: 5844770.
HSL color Cylindrical-coordinate representation of color #222F59: hue angle of 225.82º 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 #222F59 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 47 | 89 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.65 |
| HSL | 225.82º | 0.45% | 0.24% | - |
| HSV(B) | 225.82º | 0.62% | 0.35% | - |
| XYZ | 3.48 | 3.09 | 9.87 | - |
| YUV | 47.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 47 | 89 | 0.62 | 0.47 | 0 | 0.65 | 225.82 | 0.45 | 0.24 |
| Hex | 22 | 2F | 59 | 3E | 2F | 0 | 41 | E2 | 2D | 18 |
| Octal | 42 | 57 | 131 | 76 | 57 | 0 | 101 | 342 | 55 | 30 |
| Binary | 100010 | 101111 | 1011001 | 111110 | 101111 | 0 | 1000001 | 11100010 | 101101 | 11000 |
Color Harmonies of #222F59
Complementary color
Monochromatic Colors of #222F59
Black with #222F59
Text Example
Text Example
White with #222F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222F59; }
p { color: rgb(34,47,89); }
H1.HeaderClassName
{
color: #222F59;
}
.AnyTagClassName
{
color: #222F59;
}
</style>
background-color css
<style>
a { background-color: #222F59; }
a { background-color: rgb(34,47,89); }
div.DivClassName
{
background-color: #222F59;
}
.BgClassName
{
background-color: #222F59;
}
</style>
border-color css
<style>
span { border-color: #222F59; }
span { border-color: rgb(34,47,89); }
td.TdClassName
{
border-color: #222F59;
}
.TagClassName
{
border-color: #222F59;
}
</style>