Color Hex Logo

#2249ad Color Hex

#2249AD
(34,73,173)
0 Favorites   0 Comments

Color spaces of #2249ad

RGB 3473173
HSL0.620.670.41
HSV223°80°68°
CMYK 0.800.580.00   0.32
XYZ10.58518.122340.5450
Yxy8.12230.17860.1371
Hunter Lab28.499616.4226-64.3991
CIE-Lab34.236324.0235-57.2730

#2249ad color RGB value is (34,73,173).

#2249ad hex color red value is 34, green value is 73 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2249ad hue: 0.62 , saturation: 0.67 and the lightness value of 2249ad is 0.41.

The process color (four color CMYK) of #2249ad color hex is 0.80, 0.58, 0.00, 0.32. Web safe color of #2249ad is #333399. Color #2249ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100010 01001001 10101101
Octal 42 111 255
Decimal 34 73 173
Hex 22 49 AD

RGB Percentages of Color #2249ad

%12.14
%26.07
%61.79

CMYK Percentages of Color #2249ad

%80
%58
%0
%32

Triadic Colors of #2249ad

#2249ad #ad2249 #49ad22

Analogous Colors of #2249ad

#2249ad #4122ad #228fad

Monochromatic Colors of #2249ad

#2249ad

Complementary Color

#2249ad #ad8622

#2249ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2249ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2249ad Color CSS Codes

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

#2249ad Text Font Color

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

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


#2249ad Background Color

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

This div background color is #2249ad


#2249ad Border Color

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

This div border color is #2249ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2249ad


Comments

No comments written yet.

Please login to write comment.