Shades of Lucky Point #222B50
Tints of Lucky Point #222B50
RGB
CMYK
RGB Variations
Color information
#222B50 (or 0x222B50) is known color: Lucky Point. HEX triplet: 22, 2B and 50. RGB value is (34,43,80). Sum of RGB (Red+Green+Blue) = 34+43+80=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 80 (31.64% from 255 or 50.96% from 157); Max value from RGB is 80 - color contains mainly: blue. Hex color #222B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222B50 is #DDD4AF. Grayscale: #2C2C2C. Windows color (decimal): -14537904 or 5253922. OLE color: 5253922.
HSL color Cylindrical-coordinate representation of color #222B50: hue angle of 228.26º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #222B50 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 43 | 80 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.69 |
| HSL | 228.26º | 0.4% | 0.22% | - |
| HSV(B) | 228.26º | 0.58% | 0.31% | - |
| XYZ | 2.97 | 2.65 | 7.94 | - |
| YUV | 44.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 80 | 0.58 | 0.46 | 0 | 0.69 | 228.26 | 0.4 | 0.22 |
| Hex | 22 | 2B | 50 | 3A | 2E | 0 | 45 | E4 | 28 | 16 |
| Octal | 42 | 53 | 120 | 72 | 56 | 0 | 105 | 344 | 50 | 26 |
| Binary | 100010 | 101011 | 1010000 | 111010 | 101110 | 0 | 1000101 | 11100100 | 101000 | 10110 |
Color Harmonies of #222B50
Complementary color
Monochromatic Colors of #222B50
Black with #222B50
Text Example
Text Example
White with #222B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B50; }
p { color: rgb(34,43,80); }
H1.HeaderClassName
{
color: #222B50;
}
.AnyTagClassName
{
color: #222B50;
}
</style>
background-color css
<style>
a { background-color: #222B50; }
a { background-color: rgb(34,43,80); }
div.DivClassName
{
background-color: #222B50;
}
.BgClassName
{
background-color: #222B50;
}
</style>
border-color css
<style>
span { border-color: #222B50; }
span { border-color: rgb(34,43,80); }
td.TdClassName
{
border-color: #222B50;
}
.TagClassName
{
border-color: #222B50;
}
</style>