Color Hex Logo

#222884 Color Hex

#222884
(34,40,132)
0 Favorites   0 Comments

Color spaces of #222884

RGB 3440132
HSL0.660.590.33
HSV236°74°52°
CMYK 0.740.700.00   0.48
XYZ5.58333.523622.2156
Yxy3.52360.17830.1125
Hunter Lab18.771320.2431-57.0293
CIE-Lab22.029530.4462-52.1734

#222884 color RGB value is (34,40,132).

#222884 hex color red value is 34, green value is 40 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #222884 hue: 0.66 , saturation: 0.59 and the lightness value of 222884 is 0.33.

The process color (four color CMYK) of #222884 color hex is 0.74, 0.70, 0.00, 0.48. Web safe color of #222884 is #333399. Color #222884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00101000 10000100
Octal 42 50 204
Decimal 34 40 132
Hex 22 28 84

RGB Percentages of Color #222884

%16.50
%19.42
%64.08

CMYK Percentages of Color #222884

%74
%70
%0
%48

Triadic Colors of #222884

#222884 #842228 #288422

Analogous Colors of #222884

#222884 #4d2284 #225984

Monochromatic Colors of #222884

#222884

Complementary Color

#222884 #847e22

#222884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#222884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#222884 Color CSS Codes

.mybgcolor {background-color:#222884; } 
.myforecolor {color:#222884; }
.mybordercolor {border:3px solid #222884; }

#222884 Text Font Color

<p style="color:#222884">Text here</p>

This sample text font color is #222884
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#222884 Background Color

<div style="background-color:#222884">
Div content here</div>

This div background color is #222884


#222884 Border Color

<div style="border:3px solid #222884">
Div here</div>

This div border color is #222884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,40,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #222884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #222884;
  -webkit-box-shadow: 1px 1px 3px 2px #222884;
  box-shadow:         1px 1px 3px 2px #222884; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,40,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #222884">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #222884;
  -webkit-box-shadow: 1px 1px 3px 2px #222884;
  box-shadow:         1px 1px 3px 2px #222884;">
Div content here</div>

This div box has shadow with color #222884


Comments

No comments written yet.

Please login to write comment.