Color Hex Logo

#224889 Color Hex

#224889
(34,72,137)
0 Favorites   0 Comments

Color spaces of #224889

RGB 3472137
HSL0.610.600.34
HSV218°75°54°
CMYK 0.750.470.00   0.46
XYZ7.49246.781024.5809
Yxy6.78100.19280.1745
Hunter Lab26.04045.7879-37.7388
CIE-Lab31.303110.4940-40.2230

#224889 color RGB value is (34,72,137).

#224889 hex color red value is 34, green value is 72 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #224889 hue: 0.61 , saturation: 0.60 and the lightness value of 224889 is 0.34.

The process color (four color CMYK) of #224889 color hex is 0.75, 0.47, 0.00, 0.46. Web safe color of #224889 is #333399. Color #224889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001000 10001001
Octal 42 110 211
Decimal 34 72 137
Hex 22 48 89

RGB Percentages of Color #224889

%13.99
%29.63
%56.38

CMYK Percentages of Color #224889

%75
%47
%0
%46

Triadic Colors of #224889

#224889 #892248 #488922

Analogous Colors of #224889

#224889 #2f2289 #227c89

Monochromatic Colors of #224889

#224889

Complementary Color

#224889 #896322

#224889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224889 Color CSS Codes

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

#224889 Text Font Color

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

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


#224889 Background Color

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

This div background color is #224889


#224889 Border Color

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

This div border color is #224889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224889


Comments

No comments written yet.

Please login to write comment.