Color Hex Logo

#224684 Color Hex

#224684
(34,70,132)
0 Favorites   0 Comments

Color spaces of #224684

RGB 3470132
HSL0.610.590.33
HSV218°74°52°
CMYK 0.740.470.00   0.48
XYZ7.01476.386322.6928
Yxy6.38630.19430.1769
Hunter Lab25.27115.3231-35.5510
CIE-Lab30.36699.8727-38.6356

#224684 color RGB value is (34,70,132).

#224684 hex color red value is 34, green value is 70 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #224684 hue: 0.61 , saturation: 0.59 and the lightness value of 224684 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 00100010 01000110 10000100
Octal 42 106 204
Decimal 34 70 132
Hex 22 46 84

RGB Percentages of Color #224684

%14.41
%29.66
%55.93

CMYK Percentages of Color #224684

%74
%47
%0
%48

Triadic Colors of #224684

#224684 #842246 #468422

Analogous Colors of #224684

#224684 #2f2284 #227784

Monochromatic Colors of #224684

#224684

Complementary Color

#224684 #846022

#224684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224684 Color CSS Codes

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

#224684 Text Font Color

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

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


#224684 Background Color

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

This div background color is #224684


#224684 Border Color

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

This div border color is #224684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224684


Comments

No comments written yet.

Please login to write comment.