Color Hex Logo

#223ea9 Color Hex

#223EA9
(34,62,169)
0 Favorites   0 Comments

Color spaces of #223ea9

RGB 3462169
HSL0.630.670.40
HSV228°80°66°
CMYK 0.800.630.00   0.34
XYZ9.54376.649938.3167
Yxy6.64990.17510.1220
Hunter Lab25.787420.9334-70.0460
CIE-Lab30.996229.8265-60.1735

#223ea9 color RGB value is (34,62,169).

#223ea9 hex color red value is 34, green value is 62 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #223ea9 hue: 0.63 , saturation: 0.67 and the lightness value of 223ea9 is 0.40.

The process color (four color CMYK) of #223ea9 color hex is 0.80, 0.63, 0.00, 0.34. Web safe color of #223ea9 is #333399. Color #223ea9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111110 10101001
Octal 42 76 251
Decimal 34 62 169
Hex 22 3E A9

RGB Percentages of Color #223ea9

%12.83
%23.40
%63.77

CMYK Percentages of Color #223ea9

%80
%63
%0
%34

Triadic Colors of #223ea9

#223ea9 #a9223e #3ea922

Analogous Colors of #223ea9

#223ea9 #4a22a9 #2282a9

Monochromatic Colors of #223ea9

#223ea9

Complementary Color

#223ea9 #a98d22

#223ea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223ea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#223ea9 Color CSS Codes

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

#223ea9 Text Font Color

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

This sample text font color is #223ea9
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.


#223ea9 Background Color

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

This div background color is #223ea9


#223ea9 Border Color

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

This div border color is #223ea9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(34,62,169, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #223ea9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #223ea9;
  -webkit-box-shadow: 1px 1px 3px 2px #223ea9;
  box-shadow:         1px 1px 3px 2px #223ea9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223ea9


Comments

No comments written yet.

Please login to write comment.