Color Hex Logo

#223990 Color Hex

#223990
(34,57,144)
0 Favorites   0 Comments

Color spaces of #223990

RGB 3457144
HSL0.630.620.35
HSV227°76°56°
CMYK 0.760.600.00   0.44
XYZ7.15695.280027.0275
Yxy5.28000.18140.1338
Hunter Lab22.978315.3844-53.6534
CIE-Lab27.518023.5598-50.6621

#223990 color RGB value is (34,57,144).

#223990 hex color red value is 34, green value is 57 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #223990 hue: 0.63 , saturation: 0.62 and the lightness value of 223990 is 0.35.

The process color (four color CMYK) of #223990 color hex is 0.76, 0.60, 0.00, 0.44. Web safe color of #223990 is #333399. Color #223990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111001 10010000
Octal 42 71 220
Decimal 34 57 144
Hex 22 39 90

RGB Percentages of Color #223990

%14.47
%24.26
%61.28

CMYK Percentages of Color #223990

%76
%60
%0
%44

Triadic Colors of #223990

#223990 #902239 #399022

Analogous Colors of #223990

#223990 #422290 #227090

Monochromatic Colors of #223990

#223990

Complementary Color

#223990 #907922

#223990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#223990 Color CSS Codes

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

#223990 Text Font Color

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

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


#223990 Background Color

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

This div background color is #223990


#223990 Border Color

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

This div border color is #223990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223990


Comments

No comments written yet.

Please login to write comment.