Color Hex Logo

#224589 Color Hex

#224589
(34,69,137)
0 Favorites   0 Comments

Color spaces of #224589

RGB 3469137
HSL0.610.600.34
HSV220°75°54°
CMYK 0.750.500.00   0.46
XYZ7.30326.402524.5178
Yxy6.40250.19110.1675
Hunter Lab25.30327.2396-39.7375
CIE-Lab30.406012.5405-41.6653

#224589 color RGB value is (34,69,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000101 10001001
Octal 42 105 211
Decimal 34 69 137
Hex 22 45 89

RGB Percentages of Color #224589

%14.17
%28.75
%57.08

CMYK Percentages of Color #224589

%75
%50
%0
%46

Triadic Colors of #224589

#224589 #892245 #458922

Analogous Colors of #224589

#224589 #332289 #227989

Monochromatic Colors of #224589

#224589

Complementary Color

#224589 #896622

#224589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224589 Color CSS Codes

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

#224589 Text Font Color

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

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


#224589 Background Color

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

This div background color is #224589


#224589 Border Color

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

This div border color is #224589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,69,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 #224589">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224589


Comments

No comments written yet.

Please login to write comment.