Color Hex Logo

#224376 Color Hex

#224376
(34,67,118)
0 Favorites   0 Comments

Color spaces of #224376

RGB 3467118
HSL0.600.550.30
HSV216°71°46°
CMYK 0.710.430.00   0.54
XYZ5.93695.662417.9196
Yxy5.66240.20110.1918
Hunter Lab23.79582.8920-27.9917
CIE-Lab28.54426.3847-32.8018

#224376 color RGB value is (34,67,118).

#224376 hex color red value is 34, green value is 67 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #224376 hue: 0.60 , saturation: 0.55 and the lightness value of 224376 is 0.30.

The process color (four color CMYK) of #224376 color hex is 0.71, 0.43, 0.00, 0.54. Web safe color of #224376 is #333366. Color #224376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000011 01110110
Octal 42 103 166
Decimal 34 67 118
Hex 22 43 76

RGB Percentages of Color #224376

%15.53
%30.59
%53.88

CMYK Percentages of Color #224376

%71
%43
%0
%54

Triadic Colors of #224376

#224376 #762243 #437622

Analogous Colors of #224376

#224376 #2b2276 #226d76

Monochromatic Colors of #224376

#224376

Complementary Color

#224376 #765522

#224376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224376 Color CSS Codes

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

#224376 Text Font Color

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

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


#224376 Background Color

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

This div background color is #224376


#224376 Border Color

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

This div border color is #224376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224376


Comments

No comments written yet.

Please login to write comment.