Color Hex Logo

#224349 Color Hex

#224349
(34,67,73)
0 Favorites   0 Comments

Color spaces of #224349

RGB 346773
HSL0.530.360.21
HSV189°53°29°
CMYK 0.530.080.00   0.71
XYZ3.86944.83547.0327
Yxy4.83540.24590.3073
Hunter Lab21.9895-7.0719-3.5695
CIE-Lab26.2606-10.1537-7.3818

#224349 color RGB value is (34,67,73).

#224349 hex color red value is 34, green value is 67 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #224349 hue: 0.53 , saturation: 0.36 and the lightness value of 224349 is 0.21.

The process color (four color CMYK) of #224349 color hex is 0.53, 0.08, 0.00, 0.71. Web safe color of #224349 is #333333. Color #224349 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000011 01001001
Octal 42 103 111
Decimal 34 67 73
Hex 22 43 49

RGB Percentages of Color #224349

%19.54
%38.51
%41.95

CMYK Percentages of Color #224349

%53
%8
%0
%71

Triadic Colors of #224349

#224349 #492243 #434922

Analogous Colors of #224349

#224349 #223049 #22493c

Monochromatic Colors of #224349

#224349

Complementary Color

#224349 #492822

#224349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224349 Color CSS Codes

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

#224349 Text Font Color

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

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


#224349 Background Color

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

This div background color is #224349


#224349 Border Color

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

This div border color is #224349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224349


Comments

No comments written yet.

Please login to write comment.