Shades of Lucky Point #222E64
Tints of Lucky Point #222E64
RGB
CMYK
RGB Variations
Color information
#222E64 (or 0x222E64) is known color: Lucky Point. HEX triplet: 22, 2E and 64. RGB value is (34,46,100). Sum of RGB (Red+Green+Blue) = 34+46+100=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 100 (39.45% from 255 or 55.56% from 180); Max value from RGB is 100 - color contains mainly: blue. Hex color #222E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E64 is #DDD19B. Grayscale: #303030. Windows color (decimal): -14537116 or 6565410. OLE color: 6565410.
HSL color Cylindrical-coordinate representation of color #222E64: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #222E64 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 46 | 100 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.61 |
| HSL | 229.09º | 0.49% | 0.26% | - |
| HSV(B) | 229.09º | 0.66% | 0.39% | - |
| XYZ | 3.94 | 3.21 | 12.47 | - |
| YUV | 48.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 100 | 0.66 | 0.54 | 0 | 0.61 | 229.09 | 0.49 | 0.26 |
| Hex | 22 | 2E | 64 | 42 | 36 | 0 | 3D | E5 | 31 | 1A |
| Octal | 42 | 56 | 144 | 102 | 66 | 0 | 75 | 345 | 61 | 32 |
| Binary | 100010 | 101110 | 1100100 | 1000010 | 110110 | 0 | 111101 | 11100101 | 110001 | 11010 |
Color Harmonies of #222E64
Complementary color
Monochromatic Colors of #222E64
Black with #222E64
Text Example
Text Example
White with #222E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E64; }
p { color: rgb(34,46,100); }
H1.HeaderClassName
{
color: #222E64;
}
.AnyTagClassName
{
color: #222E64;
}
</style>
background-color css
<style>
a { background-color: #222E64; }
a { background-color: rgb(34,46,100); }
div.DivClassName
{
background-color: #222E64;
}
.BgClassName
{
background-color: #222E64;
}
</style>
border-color css
<style>
span { border-color: #222E64; }
span { border-color: rgb(34,46,100); }
td.TdClassName
{
border-color: #222E64;
}
.TagClassName
{
border-color: #222E64;
}
</style>