Color Hex Logo

#224999 Color Hex

#224999
(34,73,153)
0 Favorites   0 Comments

Color spaces of #224999

RGB 3473153
HSL0.610.640.37
HSV220°78°60°
CMYK 0.780.520.00   0.40
XYZ8.79207.405131.1029
Yxy7.40510.18590.1566
Hunter Lab27.212310.0498-48.7182
CIE-Lab32.711916.1623-47.7315

#224999 color RGB value is (34,73,153).

#224999 hex color red value is 34, green value is 73 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #224999 hue: 0.61 , saturation: 0.64 and the lightness value of 224999 is 0.37.

The process color (four color CMYK) of #224999 color hex is 0.78, 0.52, 0.00, 0.40. Web safe color of #224999 is #333399. Color #224999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001001 10011001
Octal 42 111 231
Decimal 34 73 153
Hex 22 49 99

RGB Percentages of Color #224999

%13.08
%28.08
%58.85

CMYK Percentages of Color #224999

%78
%52
%0
%40

Triadic Colors of #224999

#224999 #992249 #499922

Analogous Colors of #224999

#224999 #362299 #228599

Monochromatic Colors of #224999

#224999

Complementary Color

#224999 #997222

#224999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#224999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#224999 Color CSS Codes

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

#224999 Text Font Color

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

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


#224999 Background Color

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

This div background color is #224999


#224999 Border Color

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

This div border color is #224999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #224999


Comments

No comments written yet.

Please login to write comment.