#222B50

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

Shades of Lucky Point #222B50

Tints of Lucky Point #222B50

Color information

#222B50 (or 0x222B50) is unknown color: approx 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

RGB344380-
CMYK0.580.4600.69
HSL228.26º40.35%22.35%-
HSV(B)228.26º57.5%31.37%-
XYZ2.972.657.94-
YUV44.53148.02120.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 80 (31.64% from 255) = 50.96%
R=21.66%
G=27.39%
B=50.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3443800.580.4600.69228.2640.3522.35
Hex222B503A2E045e42816
Octal4253120725601053445026
Binary1000101010111010000111010101110010001011110010010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>