Color Hex Logo

#224762 Color Hex

#224762
(34,71,98)
0 Favorites   0 Comments

Color spaces of #224762

RGB 347198
HSL0.570.480.26
HSV205°65°38°
CMYK 0.650.280.00   0.62
XYZ5.11755.728412.3912
Yxy5.72840.22020.2465
Hunter Lab23.9341-3.7184-13.9419
CIE-Lab28.7166-3.9407-19.8226

#224762 color RGB value is (34,71,98).

#224762 hex color red value is 34, green value is 71 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #224762 hue: 0.57 , saturation: 0.48 and the lightness value of 224762 is 0.26.

The process color (four color CMYK) of #224762 color hex is 0.65, 0.28, 0.00, 0.62. Web safe color of #224762 is #333366. Color #224762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000111 01100010
Octal 42 107 142
Decimal 34 71 98
Hex 22 47 62

RGB Percentages of Color #224762

%16.75
%34.98
%48.28

CMYK Percentages of Color #224762

%65
%28
%0
%62

Triadic Colors of #224762

#224762 #622247 #476222

Analogous Colors of #224762

#224762 #222762 #22625d

Monochromatic Colors of #224762

#224762

Complementary Color

#224762 #623d22

#224762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224762 Color CSS Codes

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

#224762 Text Font Color

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

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


#224762 Background Color

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

This div background color is #224762


#224762 Border Color

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

This div border color is #224762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224762


Comments

No comments written yet.

Please login to write comment.