Color Hex Logo

#2f497e Color Hex

#2F497E
(47,73,126)
0 Favorites   0 Comments

Color spaces of #2f497e

RGB 4773126
HSL0.610.460.34
HSV220°63°49°
CMYK 0.630.420.00   0.51
XYZ7.32076.875820.6800
Yxy6.87580.20990.1971
Hunter Lab26.22173.9463-28.4043
CIE-Lab31.52257.8979-33.0282

#2f497e color RGB value is (47,73,126).

#2f497e hex color red value is 47, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2f497e hue: 0.61 , saturation: 0.46 and the lightness value of 2f497e is 0.34.

The process color (four color CMYK) of #2f497e color hex is 0.63, 0.42, 0.00, 0.51. Web safe color of #2f497e is #333366. Color #2f497e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 01001001 01111110
Octal 57 111 176
Decimal 47 73 126
Hex 2F 49 7E

RGB Percentages of Color #2f497e

%19.11
%29.67
%51.22

CMYK Percentages of Color #2f497e

%63
%42
%0
%51

Triadic Colors of #2f497e

#2f497e #7e2f49 #497e2f

Analogous Colors of #2f497e

#2f497e #3d2f7e #2f717e

Monochromatic Colors of #2f497e

#2f497e

Complementary Color

#2f497e #7e642f

#2f497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2f497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2f497e Color CSS Codes

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

#2f497e Text Font Color

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

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


#2f497e Background Color

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

This div background color is #2f497e


#2f497e Border Color

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

This div border color is #2f497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2f497e


Comments

No comments written yet.

Please login to write comment.