Color Hex Logo

#224559 Color Hex

#224559
(34,69,89)
0 Favorites   0 Comments

Color spaces of #224559

RGB 346989
HSL0.560.450.24
HSV202°62°35°
CMYK 0.620.220.00   0.65
XYZ4.59105.317610.2356
Yxy5.31760.22790.2640
Hunter Lab23.0599-4.8173-10.1751
CIE-Lab27.6211-5.9291-15.7297

#224559 color RGB value is (34,69,89).

#224559 hex color red value is 34, green value is 69 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #224559 hue: 0.56 , saturation: 0.45 and the lightness value of 224559 is 0.24.

The process color (four color CMYK) of #224559 color hex is 0.62, 0.22, 0.00, 0.65. Web safe color of #224559 is #333366. Color #224559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000101 01011001
Octal 42 105 131
Decimal 34 69 89
Hex 22 45 59

RGB Percentages of Color #224559

%17.71
%35.94
%46.35

CMYK Percentages of Color #224559

%62
%22
%0
%65

Triadic Colors of #224559

#224559 #592245 #455922

Analogous Colors of #224559

#224559 #222a59 #225952

Monochromatic Colors of #224559

#224559

Complementary Color

#224559 #593622

#224559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224559 Color CSS Codes

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

#224559 Text Font Color

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

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


#224559 Background Color

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

This div background color is #224559


#224559 Border Color

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

This div border color is #224559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224559


Comments

No comments written yet.

Please login to write comment.