Color Hex Logo

#224775 Color Hex

#224775
(34,71,117)
0 Favorites   0 Comments

Color spaces of #224775

RGB 3471117
HSL0.590.550.30
HSV213°71°46°
CMYK 0.710.390.00   0.54
XYZ6.12386.130917.6902
Yxy6.13090.20450.2047
Hunter Lab24.76070.8154-25.0272
CIE-Lab29.74033.2894-30.2699

#224775 color RGB value is (34,71,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000111 01110101
Octal 42 107 165
Decimal 34 71 117
Hex 22 47 75

RGB Percentages of Color #224775

%15.32
%31.98
%52.70

CMYK Percentages of Color #224775

%71
%39
%0
%54

Triadic Colors of #224775

#224775 #752247 #477522

Analogous Colors of #224775

#224775 #272275 #227175

Monochromatic Colors of #224775

#224775

Complementary Color

#224775 #755022

#224775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224775 Color CSS Codes

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

#224775 Text Font Color

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

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


#224775 Background Color

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

This div background color is #224775


#224775 Border Color

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

This div border color is #224775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224775


Comments

No comments written yet.

Please login to write comment.