Shades of Lucky Point #222D5B
Tints of Lucky Point #222D5B
RGB
CMYK
RGB Variations
Color information
#222D5B (or 0x222D5B) is known color: Lucky Point. HEX triplet: 22, 2D and 5B. RGB value is (34,45,91). Sum of RGB (Red+Green+Blue) = 34+45+91=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #222D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222D5B is #DDD2A4. Grayscale: #2E2E2E. Windows color (decimal): -14537381 or 5975330. OLE color: 5975330.
HSL color Cylindrical-coordinate representation of color #222D5B: hue angle of 228.42º 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 #222D5B is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 45 | 91 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.64 |
| HSL | 228.42º | 0.46% | 0.25% | - |
| HSV(B) | 228.42º | 0.63% | 0.36% | - |
| XYZ | 3.49 | 2.97 | 10.29 | - |
| YUV | 46.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 91 | 0.63 | 0.51 | 0 | 0.64 | 228.42 | 0.46 | 0.25 |
| Hex | 22 | 2D | 5B | 3F | 33 | 0 | 40 | E4 | 2E | 19 |
| Octal | 42 | 55 | 133 | 77 | 63 | 0 | 100 | 344 | 56 | 31 |
| Binary | 100010 | 101101 | 1011011 | 111111 | 110011 | 0 | 1000000 | 11100100 | 101110 | 11001 |
Color Harmonies of #222D5B
Complementary color
Monochromatic Colors of #222D5B
Black with #222D5B
Text Example
Text Example
White with #222D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D5B; }
p { color: rgb(34,45,91); }
H1.HeaderClassName
{
color: #222D5B;
}
.AnyTagClassName
{
color: #222D5B;
}
</style>
background-color css
<style>
a { background-color: #222D5B; }
a { background-color: rgb(34,45,91); }
div.DivClassName
{
background-color: #222D5B;
}
.BgClassName
{
background-color: #222D5B;
}
</style>
border-color css
<style>
span { border-color: #222D5B; }
span { border-color: rgb(34,45,91); }
td.TdClassName
{
border-color: #222D5B;
}
.TagClassName
{
border-color: #222D5B;
}
</style>