Shades of Lucky Point #222E5C
Tints of Lucky Point #222E5C
RGB
CMYK
RGB Variations
Color information
#222E5C (or 0x222E5C) is known color: Lucky Point. HEX triplet: 22, 2E and 5C. RGB value is (34,46,92). Sum of RGB (Red+Green+Blue) = 34+46+92=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #222E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222E5C is #DDD1A3. Grayscale: #2F2F2F. Windows color (decimal): -14537124 or 6041122. OLE color: 6041122.
HSL color Cylindrical-coordinate representation of color #222E5C: hue angle of 227.59º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #222E5C is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 46 | 92 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.64 |
| HSL | 227.59º | 0.46% | 0.25% | - |
| HSV(B) | 227.59º | 0.63% | 0.36% | - |
| XYZ | 3.57 | 3.07 | 10.53 | - |
| YUV | 47.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 46 | 92 | 0.63 | 0.50 | 0 | 0.64 | 227.59 | 0.46 | 0.25 |
| Hex | 22 | 2E | 5C | 3F | 32 | 0 | 40 | E4 | 2E | 19 |
| Octal | 42 | 56 | 134 | 77 | 62 | 0 | 100 | 344 | 56 | 31 |
| Binary | 100010 | 101110 | 1011100 | 111111 | 110010 | 0 | 1000000 | 11100100 | 101110 | 11001 |
Color Harmonies of #222E5C
Complementary color
Monochromatic Colors of #222E5C
Black with #222E5C
Text Example
Text Example
White with #222E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222E5C; }
p { color: rgb(34,46,92); }
H1.HeaderClassName
{
color: #222E5C;
}
.AnyTagClassName
{
color: #222E5C;
}
</style>
background-color css
<style>
a { background-color: #222E5C; }
a { background-color: rgb(34,46,92); }
div.DivClassName
{
background-color: #222E5C;
}
.BgClassName
{
background-color: #222E5C;
}
</style>
border-color css
<style>
span { border-color: #222E5C; }
span { border-color: rgb(34,46,92); }
td.TdClassName
{
border-color: #222E5C;
}
.TagClassName
{
border-color: #222E5C;
}
</style>