Shades of Lucky Point #222E65
Tints of Lucky Point #222E65
RGB
CMYK
RGB Variations
Color information
#222E65 (or 0x222E65) is known color: Lucky Point. HEX triplet: 22, 2E and 65. RGB value is (34,46,101). Sum of RGB (Red+Green+Blue) = 34+46+101=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #222E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E65 is #DDD19A. Grayscale: #303030. Windows color (decimal): -14537115 or 6630946. OLE color: 6630946.
HSL color Cylindrical-coordinate representation of color #222E65: hue angle of 229.25º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222E65 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 46 | 101 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.60 |
| HSL | 229.25º | 0.5% | 0.26% | - |
| HSV(B) | 229.25º | 0.66% | 0.4% | - |
| XYZ | 3.99 | 3.23 | 12.73 | - |
| YUV | 48.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 101 | 0.66 | 0.54 | 0 | 0.60 | 229.25 | 0.5 | 0.26 |
| Hex | 22 | 2E | 65 | 42 | 36 | 0 | 3C | E5 | 32 | 1A |
| Octal | 42 | 56 | 145 | 102 | 66 | 0 | 74 | 345 | 62 | 32 |
| Binary | 100010 | 101110 | 1100101 | 1000010 | 110110 | 0 | 111100 | 11100101 | 110010 | 11010 |
Color Harmonies of #222E65
Complementary color
Monochromatic Colors of #222E65
Black with #222E65
Text Example
Text Example
White with #222E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E65; }
p { color: rgb(34,46,101); }
H1.HeaderClassName
{
color: #222E65;
}
.AnyTagClassName
{
color: #222E65;
}
</style>
background-color css
<style>
a { background-color: #222E65; }
a { background-color: rgb(34,46,101); }
div.DivClassName
{
background-color: #222E65;
}
.BgClassName
{
background-color: #222E65;
}
</style>
border-color css
<style>
span { border-color: #222E65; }
span { border-color: rgb(34,46,101); }
td.TdClassName
{
border-color: #222E65;
}
.TagClassName
{
border-color: #222E65;
}
</style>