Color Hex Logo

#223c7e Color Hex

#223C7E
(34,60,126)
0 Favorites   0 Comments

Color spaces of #223c7e

RGB 3460126
HSL0.620.580.31
HSV223°73°49°
CMYK 0.730.520.00   0.51
XYZ6.04145.078220.4004
Yxy5.07820.19170.1611
Hunter Lab22.53498.4183-37.8998
CIE-Lab26.956414.3860-40.3803

#223c7e color RGB value is (34,60,126).

#223c7e hex color red value is 34, green value is 60 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #223c7e hue: 0.62 , saturation: 0.58 and the lightness value of 223c7e is 0.31.

The process color (four color CMYK) of #223c7e color hex is 0.73, 0.52, 0.00, 0.51. Web safe color of #223c7e is #333366. Color #223c7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111100 01111110
Octal 42 74 176
Decimal 34 60 126
Hex 22 3C 7E

RGB Percentages of Color #223c7e

%15.45
%27.27
%57.27

CMYK Percentages of Color #223c7e

%73
%52
%0
%51

Triadic Colors of #223c7e

#223c7e #7e223c #3c7e22

Analogous Colors of #223c7e

#223c7e #36227e #226a7e

Monochromatic Colors of #223c7e

#223c7e

Complementary Color

#223c7e #7e6422

#223c7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223c7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#223c7e Color CSS Codes

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

#223c7e Text Font Color

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

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


#223c7e Background Color

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

This div background color is #223c7e


#223c7e Border Color

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

This div border color is #223c7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223c7e


Comments

No comments written yet.

Please login to write comment.