Color Hex Logo

#224673 Color Hex

#224673
(34,70,115)
0 Favorites   0 Comments

Color spaces of #224673

RGB 3470115
HSL0.590.540.29
HSV213°70°45°
CMYK 0.700.390.00   0.55
XYZ5.94445.958217.0564
Yxy5.95820.20530.2057
Hunter Lab24.40940.7534-24.3431
CIE-Lab29.30683.1815-29.6982

#224673 color RGB value is (34,70,115).

#224673 hex color red value is 34, green value is 70 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #224673 hue: 0.59 , saturation: 0.54 and the lightness value of 224673 is 0.29.

The process color (four color CMYK) of #224673 color hex is 0.70, 0.39, 0.00, 0.55. Web safe color of #224673 is #333366. Color #224673 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000110 01110011
Octal 42 106 163
Decimal 34 70 115
Hex 22 46 73

RGB Percentages of Color #224673

%15.53
%31.96
%52.51

CMYK Percentages of Color #224673

%70
%39
%0
%55

Triadic Colors of #224673

#224673 #732246 #467322

Analogous Colors of #224673

#224673 #262273 #226f73

Monochromatic Colors of #224673

#224673

Complementary Color

#224673 #734f22

#224673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224673 Color CSS Codes

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

#224673 Text Font Color

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

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


#224673 Background Color

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

This div background color is #224673


#224673 Border Color

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

This div border color is #224673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224673


Comments

No comments written yet.

Please login to write comment.