Color Hex Logo

#2479ad Color Hex

#2479AD
(36,121,173)
0 Favorites   0 Comments

Color spaces of #2479ad

RGB 36121173
HSL0.560.660.41
HSV203°79°68°
CMYK 0.790.300.00   0.32
XYZ15.107817.066942.0331
Yxy17.06690.20360.2300
Hunter Lab41.3121-7.0189-31.4063
CIE-Lab48.3442-6.4986-34.6882

#2479ad color RGB value is (36,121,173).

#2479ad hex color red value is 36, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2479ad hue: 0.56 , saturation: 0.66 and the lightness value of 2479ad is 0.41.

The process color (four color CMYK) of #2479ad color hex is 0.79, 0.30, 0.00, 0.32. Web safe color of #2479ad is #336699. Color #2479ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01111001 10101101
Octal 44 171 255
Decimal 36 121 173
Hex 24 79 AD

RGB Percentages of Color #2479ad

%10.91
%36.67
%52.42

CMYK Percentages of Color #2479ad

%79
%30
%0
%32

Triadic Colors of #2479ad

#2479ad #ad2479 #79ad24

Analogous Colors of #2479ad

#2479ad #2434ad #24ad9d

Monochromatic Colors of #2479ad

#2479ad

Complementary Color

#2479ad #ad5824

#2479ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2479ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#2479ad Color CSS Codes

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

#2479ad Text Font Color

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

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


#2479ad Background Color

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

This div background color is #2479ad


#2479ad Border Color

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

This div border color is #2479ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,121,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 #2479ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2479ad


Comments

No comments written yet.

Please login to write comment.