Color Hex Logo

#224187 Color Hex

#224187
(34,65,135)
0 Favorites   0 Comments

Color spaces of #224187

RGB 3465135
HSL0.620.600.33
HSV222°75°53°
CMYK 0.750.520.00   0.47
XYZ6.92325.869923.6898
Yxy5.86990.18980.1609
Hunter Lab24.22798.6082-41.0137
CIE-Lab29.081814.4957-42.5630

#224187 color RGB value is (34,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000001 10000111
Octal 42 101 207
Decimal 34 65 135
Hex 22 41 87

RGB Percentages of Color #224187

%14.53
%27.78
%57.69

CMYK Percentages of Color #224187

%75
%52
%0
%47

Triadic Colors of #224187

#224187 #872241 #418722

Analogous Colors of #224187

#224187 #352287 #227487

Monochromatic Colors of #224187

#224187

Complementary Color

#224187 #876822

#224187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224187 Color CSS Codes

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

#224187 Text Font Color

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

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


#224187 Background Color

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

This div background color is #224187


#224187 Border Color

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

This div border color is #224187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224187


Comments

No comments written yet.

Please login to write comment.