Color Hex Logo

#3f749a Color Hex

#3F749A
(63,116,154)
0 Favorites   0 Comments

Color spaces of #3f749a

RGB 63116154
HSL0.570.420.43
HSV205°59°60°
CMYK 0.590.250.00   0.40
XYZ14.128015.880632.8925
Yxy15.88060.22460.2525
Hunter Lab39.8505-6.4556-21.0425
CIE-Lab46.8174-5.9042-25.8909

#3f749a color RGB value is (63,116,154).

#3f749a hex color red value is 63, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #3f749a hue: 0.57 , saturation: 0.42 and the lightness value of 3f749a is 0.43.

The process color (four color CMYK) of #3f749a color hex is 0.59, 0.25, 0.00, 0.40. Web safe color of #3f749a is #336699. Color #3f749a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110100 10011010
Octal 77 164 232
Decimal 63 116 154
Hex 3F 74 9A

RGB Percentages of Color #3f749a

%18.92
%34.83
%46.25

CMYK Percentages of Color #3f749a

%59
%25
%0
%40

Triadic Colors of #3f749a

#3f749a #9a3f74 #749a3f

Analogous Colors of #3f749a

#3f749a #3f469a #3f9a93

Monochromatic Colors of #3f749a

#3f749a

Complementary Color

#3f749a #9a653f

#3f749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f749a Color CSS Codes

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

#3f749a Text Font Color

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

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


#3f749a Background Color

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

This div background color is #3f749a


#3f749a Border Color

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

This div border color is #3f749a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,116,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f749a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f749a;
  -webkit-box-shadow: 1px 1px 3px 2px #3f749a;
  box-shadow:         1px 1px 3px 2px #3f749a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,116,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f749a


Comments

No comments written yet.

Please login to write comment.