Shades of Lucky Point #222B4D
Tints of Lucky Point #222B4D
RGB
CMYK
RGB Variations
Color information
#222B4D (or 0x222B4D) is known color: Lucky Point. HEX triplet: 22, 2B and 4D. RGB value is (34,43,77). Sum of RGB (Red+Green+Blue) = 34+43+77=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #222B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B4D is #DDD4B2. Grayscale: #2C2C2C. Windows color (decimal): -14537907 or 5057314. OLE color: 5057314.
HSL color Cylindrical-coordinate representation of color #222B4D: hue angle of 227.44º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #222B4D is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 43 | 77 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.70 |
| HSL | 227.44º | 0.39% | 0.22% | - |
| HSV(B) | 227.44º | 0.56% | 0.3% | - |
| XYZ | 2.86 | 2.6 | 7.37 | - |
| YUV | 44.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 77 | 0.56 | 0.44 | 0 | 0.70 | 227.44 | 0.39 | 0.22 |
| Hex | 22 | 2B | 4D | 38 | 2C | 0 | 46 | E3 | 27 | 16 |
| Octal | 42 | 53 | 115 | 70 | 54 | 0 | 106 | 343 | 47 | 26 |
| Binary | 100010 | 101011 | 1001101 | 111000 | 101100 | 0 | 1000110 | 11100011 | 100111 | 10110 |
Color Harmonies of #222B4D
Complementary color
Monochromatic Colors of #222B4D
Black with #222B4D
Text Example
Text Example
White with #222B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B4D; }
p { color: rgb(34,43,77); }
H1.HeaderClassName
{
color: #222B4D;
}
.AnyTagClassName
{
color: #222B4D;
}
</style>
background-color css
<style>
a { background-color: #222B4D; }
a { background-color: rgb(34,43,77); }
div.DivClassName
{
background-color: #222B4D;
}
.BgClassName
{
background-color: #222B4D;
}
</style>
border-color css
<style>
span { border-color: #222B4D; }
span { border-color: rgb(34,43,77); }
td.TdClassName
{
border-color: #222B4D;
}
.TagClassName
{
border-color: #222B4D;
}
</style>