Shades of Lucky Point #222D63
Tints of Lucky Point #222D63
RGB
CMYK
RGB Variations
Color information
#222D63 (or 0x222D63) is known color: Lucky Point. HEX triplet: 22, 2D and 63. RGB value is (34,45,99). Sum of RGB (Red+Green+Blue) = 34+45+99=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #222D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D63 is #DDD29C. Grayscale: #2F2F2F. Windows color (decimal): -14537373 or 6499618. OLE color: 6499618.
HSL color Cylindrical-coordinate representation of color #222D63: hue angle of 229.85º 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 #222D63 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 34 | 45 | 99 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.61 |
| HSL | 229.85º | 0.49% | 0.26% | - |
| HSV(B) | 229.85º | 0.66% | 0.39% | - |
| XYZ | 3.85 | 3.12 | 12.2 | - |
| YUV | 47.87 | 156.86 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 99 | 0.66 | 0.55 | 0 | 0.61 | 229.85 | 0.49 | 0.26 |
| Hex | 22 | 2D | 63 | 42 | 37 | 0 | 3D | E6 | 31 | 1A |
| Octal | 42 | 55 | 143 | 102 | 67 | 0 | 75 | 346 | 61 | 32 |
| Binary | 100010 | 101101 | 1100011 | 1000010 | 110111 | 0 | 111101 | 11100110 | 110001 | 11010 |
Color Harmonies of #222D63
Complementary color
Monochromatic Colors of #222D63
Black with #222D63
Text Example
Text Example
White with #222D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D63; }
p { color: rgb(34,45,99); }
H1.HeaderClassName
{
color: #222D63;
}
.AnyTagClassName
{
color: #222D63;
}
</style>
background-color css
<style>
a { background-color: #222D63; }
a { background-color: rgb(34,45,99); }
div.DivClassName
{
background-color: #222D63;
}
.BgClassName
{
background-color: #222D63;
}
</style>
border-color css
<style>
span { border-color: #222D63; }
span { border-color: rgb(34,45,99); }
td.TdClassName
{
border-color: #222D63;
}
.TagClassName
{
border-color: #222D63;
}
</style>