Color Hex Logo

#3f4aba Color Hex

#3F4ABA
(63,74,186)
0 Favorites   0 Comments

Color spaces of #3f4aba

RGB 6374186
HSL0.650.490.49
HSV235°66°73°
CMYK 0.660.600.00   0.27
XYZ13.36169.499547.5837
Yxy9.49950.18970.1349
Hunter Lab30.821323.4459-69.9606
CIE-Lab36.928731.8409-60.5171

#3f4aba color RGB value is (63,74,186).

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

The process color (four color CMYK) of #3f4aba color hex is 0.66, 0.60, 0.00, 0.27. Web safe color of #3f4aba is #3333cc. Color #3f4aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001010 10111010
Octal 77 112 272
Decimal 63 74 186
Hex 3F 4A BA

RGB Percentages of Color #3f4aba

%19.50
%22.91
%57.59

CMYK Percentages of Color #3f4aba

%66
%60
%0
%27

Triadic Colors of #3f4aba

#3f4aba #ba3f4a #4aba3f

Analogous Colors of #3f4aba

#3f4aba #723fba #3f88ba

Monochromatic Colors of #3f4aba

#3f4aba

Complementary Color

#3f4aba #baaf3f

#3f4aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4aba Color CSS Codes

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

#3f4aba Text Font Color

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

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


#3f4aba Background Color

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

This div background color is #3f4aba


#3f4aba Border Color

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

This div border color is #3f4aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4aba


Comments

No comments written yet.

Please login to write comment.