Color Hex Logo

#3f74aa Color Hex

#3F74AA
(63,116,170)
0 Favorites   0 Comments

Color spaces of #3f74aa

RGB 63116170
HSL0.580.460.46
HSV210°63°67°
CMYK 0.630.320.00   0.33
XYZ15.551016.449840.3857
Yxy16.44980.21480.2272
Hunter Lab40.5584-2.5361-30.6468
CIE-Lab47.5592-0.4917-34.1138

#3f74aa color RGB value is (63,116,170).

#3f74aa hex color red value is 63, green value is 116 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3f74aa hue: 0.58 , saturation: 0.46 and the lightness value of 3f74aa is 0.46.

The process color (four color CMYK) of #3f74aa color hex is 0.63, 0.32, 0.00, 0.33. Web safe color of #3f74aa is #336699. Color #3f74aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110100 10101010
Octal 77 164 252
Decimal 63 116 170
Hex 3F 74 AA

RGB Percentages of Color #3f74aa

%18.05
%33.24
%48.71

CMYK Percentages of Color #3f74aa

%63
%32
%0
%33

Triadic Colors of #3f74aa

#3f74aa #aa3f74 #74aa3f

Analogous Colors of #3f74aa

#3f74aa #403faa #3faaaa

Monochromatic Colors of #3f74aa

#3f74aa

Complementary Color

#3f74aa #aa753f

#3f74aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f74aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f74aa Color CSS Codes

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

#3f74aa Text Font Color

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

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


#3f74aa Background Color

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

This div background color is #3f74aa


#3f74aa Border Color

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

This div border color is #3f74aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f74aa


Comments

No comments written yet.

Please login to write comment.