Color Hex Logo

#3f489d Color Hex

#3F489D
(63,72,157)
0 Favorites   0 Comments

Color spaces of #3f489d

RGB 6372157
HSL0.650.430.43
HSV234°60°62°
CMYK 0.600.540.00   0.38
XYZ10.45318.125832.9158
Yxy8.12580.20300.1578
Hunter Lab28.505815.5710-48.5085
CIE-Lab34.243522.9883-47.6018

#3f489d color RGB value is (63,72,157).

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

The process color (four color CMYK) of #3f489d color hex is 0.60, 0.54, 0.00, 0.38. Web safe color of #3f489d is #333399. Color #3f489d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001000 10011101
Octal 77 110 235
Decimal 63 72 157
Hex 3F 48 9D

RGB Percentages of Color #3f489d

%21.58
%24.66
%53.77

CMYK Percentages of Color #3f489d

%60
%54
%0
%38

Triadic Colors of #3f489d

#3f489d #9d3f48 #489d3f

Analogous Colors of #3f489d

#3f489d #653f9d #3f779d

Monochromatic Colors of #3f489d

#3f489d

Complementary Color

#3f489d #9d943f

#3f489d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f489d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f489d Color CSS Codes

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

#3f489d Text Font Color

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

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


#3f489d Background Color

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

This div background color is #3f489d


#3f489d Border Color

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

This div border color is #3f489d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f489d


Comments

No comments written yet.

Please login to write comment.