Color Hex Logo

#224879 Color Hex

#224879
(34,72,121)
0 Favorites   0 Comments

Color spaces of #224879

RGB 3472121
HSL0.590.560.30
HSV214°72°47°
CMYK 0.720.400.00   0.53
XYZ6.42826.355318.9770
Yxy6.35530.20240.2001
Hunter Lab25.20971.3985-26.9846
CIE-Lab30.29174.1805-31.9037

#224879 color RGB value is (34,72,121).

#224879 hex color red value is 34, green value is 72 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #224879 hue: 0.59 , saturation: 0.56 and the lightness value of 224879 is 0.30.

The process color (four color CMYK) of #224879 color hex is 0.72, 0.40, 0.00, 0.53. Web safe color of #224879 is #333366. Color #224879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001000 01111001
Octal 42 110 171
Decimal 34 72 121
Hex 22 48 79

RGB Percentages of Color #224879

%14.98
%31.72
%53.30

CMYK Percentages of Color #224879

%72
%40
%0
%53

Triadic Colors of #224879

#224879 #792248 #487922

Analogous Colors of #224879

#224879 #282279 #227479

Monochromatic Colors of #224879

#224879

Complementary Color

#224879 #795322

#224879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224879 Color CSS Codes

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

#224879 Text Font Color

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

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


#224879 Background Color

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

This div background color is #224879


#224879 Border Color

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

This div border color is #224879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224879


Comments

No comments written yet.

Please login to write comment.