Color Hex Logo

#224888 Color Hex

#224888
(34,72,136)
0 Favorites   0 Comments

Color spaces of #224888

RGB 3472136
HSL0.600.600.33
HSV218°75°53°
CMYK 0.750.470.00   0.47
XYZ7.42106.752424.2048
Yxy6.75240.19340.1759
Hunter Lab25.98545.5023-37.0375
CIE-Lab31.236510.0979-39.7135

#224888 color RGB value is (34,72,136).

#224888 hex color red value is 34, green value is 72 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #224888 hue: 0.60 , saturation: 0.60 and the lightness value of 224888 is 0.33.

The process color (four color CMYK) of #224888 color hex is 0.75, 0.47, 0.00, 0.47. Web safe color of #224888 is #333399. Color #224888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001000 10001000
Octal 42 110 210
Decimal 34 72 136
Hex 22 48 88

RGB Percentages of Color #224888

%14.05
%29.75
%56.20

CMYK Percentages of Color #224888

%75
%47
%0
%47

Triadic Colors of #224888

#224888 #882248 #488822

Analogous Colors of #224888

#224888 #2f2288 #227b88

Monochromatic Colors of #224888

#224888

Complementary Color

#224888 #886222

#224888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224888 Color CSS Codes

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

#224888 Text Font Color

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

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


#224888 Background Color

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

This div background color is #224888


#224888 Border Color

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

This div border color is #224888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224888


Comments

No comments written yet.

Please login to write comment.