Color Hex Logo

#223091 Color Hex

#223091
(34,48,145)
0 Favorites   0 Comments

Color spaces of #223091

RGB 3448145
HSL0.650.620.35
HSV232°77°57°
CMYK 0.770.670.00   0.43
XYZ6.82754.498327.2965
Yxy4.49830.17680.1165
Hunter Lab21.209220.3452-61.4605
CIE-Lab25.254830.0251-54.9800

#223091 color RGB value is (34,48,145).

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

The process color (four color CMYK) of #223091 color hex is 0.77, 0.67, 0.00, 0.43. Web safe color of #223091 is #333399. Color #223091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00110000 10010001
Octal 42 60 221
Decimal 34 48 145
Hex 22 30 91

RGB Percentages of Color #223091

%14.98
%21.15
%63.88

CMYK Percentages of Color #223091

%77
%67
%0
%43

Triadic Colors of #223091

#223091 #912230 #309122

Analogous Colors of #223091

#223091 #4b2291 #226891

Monochromatic Colors of #223091

#223091

Complementary Color

#223091 #918322

#223091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#223091 Color CSS Codes

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

#223091 Text Font Color

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

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


#223091 Background Color

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

This div background color is #223091


#223091 Border Color

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

This div border color is #223091


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223091


Comments

No comments written yet.

Please login to write comment.