Color Hex Logo

#3f4aac Color Hex

#3F4AAC
(63,74,172)
0 Favorites   0 Comments

Color spaces of #3f4aac

RGB 6374172
HSL0.650.460.46
HSV234°63°67°
CMYK 0.630.570.00   0.33
XYZ11.94518.932940.1244
Yxy8.93290.19580.1464
Hunter Lab29.888019.0359-58.6749
CIE-Lab35.854826.9377-53.9832

#3f4aac color RGB value is (63,74,172).

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

The process color (four color CMYK) of #3f4aac color hex is 0.63, 0.57, 0.00, 0.33. Web safe color of #3f4aac is #333399. Color #3f4aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001010 10101100
Octal 77 112 254
Decimal 63 74 172
Hex 3F 4A AC

RGB Percentages of Color #3f4aac

%20.39
%23.95
%55.66

CMYK Percentages of Color #3f4aac

%63
%57
%0
%33

Triadic Colors of #3f4aac

#3f4aac #ac3f4a #4aac3f

Analogous Colors of #3f4aac

#3f4aac #6b3fac #3f81ac

Monochromatic Colors of #3f4aac

#3f4aac

Complementary Color

#3f4aac #aca13f

#3f4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4aac Color CSS Codes

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

#3f4aac Text Font Color

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

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


#3f4aac Background Color

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

This div background color is #3f4aac


#3f4aac Border Color

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

This div border color is #3f4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4aac


Comments

No comments written yet.

Please login to write comment.