Color Hex Logo

#224475 Color Hex

#224475
(34,68,117)
0 Favorites   0 Comments

Color spaces of #224475

RGB 3468117
HSL0.600.550.30
HSV215°71°46°
CMYK 0.710.420.00   0.54
XYZ5.93775.758717.6282
Yxy5.75870.20250.1964
Hunter Lab23.99732.1714-26.7558
CIE-Lab28.79535.3113-31.7715

#224475 color RGB value is (34,68,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000100 01110101
Octal 42 104 165
Decimal 34 68 117
Hex 22 44 75

RGB Percentages of Color #224475

%15.53
%31.05
%53.42

CMYK Percentages of Color #224475

%71
%42
%0
%54

Triadic Colors of #224475

#224475 #752244 #447522

Analogous Colors of #224475

#224475 #2a2275 #226e75

Monochromatic Colors of #224475

#224475

Complementary Color

#224475 #755322

#224475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224475 Color CSS Codes

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

#224475 Text Font Color

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

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


#224475 Background Color

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

This div background color is #224475


#224475 Border Color

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

This div border color is #224475


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(34,68,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 #224475">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224475


Comments

No comments written yet.

Please login to write comment.