#222950

Color #222950 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #222950

Tints of Lucky Point #222950

Color information

#222950 (or 0x222950) is unknown color: approx Lucky Point. HEX triplet: 22, 29 and 50. RGB value is (34,41,80). Sum of RGB (Red+Green+Blue) = 34+41+80=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #222950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222950 is #DDD6AF. Grayscale: #2B2B2B. Windows color (decimal): -14538416 or 5253410. OLE color: 5253410.

HSL color Cylindrical-coordinate representation of color #222950: hue angle of 230.87º 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 #222950 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB344180-
CMYK0.580.4900.69
HSL230.87º40.35%22.35%-
HSV(B)230.87º57.5%31.37%-
XYZ2.92.517.92-
YUV43.35148.68121.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=21.94%
G=26.45%
B=51.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3441800.580.4900.69230.8740.3522.35
Hex2229503A31045e72816
Octal4251120726101053475026
Binary1000101010011010000111010110001010001011110011110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222950; }

 p { color: rgb(34,41,80); }

 H1.HeaderClassName
 {
   color: #222950;
 }
 .AnyTagClassName
 {
   color: #222950;
 }
</style>
background-color css

<style>
 a { background-color: #222950; }

 a { background-color: rgb(34,41,80); }

 div.DivClassName
 {
   background-color: #222950;
 }
 .BgClassName
 {
   background-color: #222950;
 }
</style>
border-color css

<style>
 span { border-color: #222950; }

 span { border-color: rgb(34,41,80); }

 td.TdClassName
 {
   border-color: #222950;
 }
 .TagClassName
 {
   border-color: #222950;
 }
</style>