Color Hex Logo

#223a7d Color Hex

#223A7D
(34,58,125)
0 Favorites   0 Comments

Color spaces of #223a7d

RGB 3458125
HSL0.620.570.31
HSV224°73°49°
CMYK 0.730.540.00   0.51
XYZ5.87444.846920.0280
Yxy4.84690.19100.1576
Hunter Lab22.01579.1014-38.5261
CIE-Lab26.294115.3852-40.8216

#223a7d color RGB value is (34,58,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 00111010 01111101
Octal 42 72 175
Decimal 34 58 125
Hex 22 3A 7D

RGB Percentages of Color #223a7d

%15.67
%26.73
%57.60

CMYK Percentages of Color #223a7d

%73
%54
%0
%51

Triadic Colors of #223a7d

#223a7d #7d223a #3a7d22

Analogous Colors of #223a7d

#223a7d #37227d #22687d

Monochromatic Colors of #223a7d

#223a7d

Complementary Color

#223a7d #7d6522

#223a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#223a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#223a7d Color CSS Codes

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

#223a7d Text Font Color

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

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


#223a7d Background Color

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

This div background color is #223a7d


#223a7d Border Color

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

This div border color is #223a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #223a7d


Comments

No comments written yet.

Please login to write comment.