#222C50

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

Shades of Lucky Point #222C50

Tints of Lucky Point #222C50

Color information

#222C50 (or 0x222C50) is unknown color: approx Lucky Point. HEX triplet: 22, 2C and 50. RGB value is (34,44,80). Sum of RGB (Red+Green+Blue) = 34+44+80=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #222C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222C50 is #DDD3AF. Grayscale: #2C2C2C. Windows color (decimal): -14537648 or 5254178. OLE color: 5254178.

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

Color convert

RGB344480-
CMYK0.580.4500.69
HSL226.96º40.35%22.35%-
HSV(B)226.96º57.5%31.37%-
XYZ3.012.727.96-
YUV45.11147.69120.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.52%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=21.52%
G=27.85%
B=50.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3444800.580.4500.69226.9640.3522.35
Hex222C503A2D045e32816
Octal4254120725501053435026
Binary1000101011001010000111010101101010001011110001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222C50; }

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

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

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

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

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

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

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

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