Color Hex Logo

#3f7296 Color Hex

#3F7296
(63,114,150)
0 Favorites   0 Comments

Color spaces of #3f7296

RGB 63114150
HSL0.570.410.42
HSV205°58°59°
CMYK 0.580.240.00   0.41
XYZ13.572215.293431.0907
Yxy15.29340.22640.2551
Hunter Lab39.1068-6.4876-19.7620
CIE-Lab46.0335-6.0448-24.7461

#3f7296 color RGB value is (63,114,150).

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

The process color (four color CMYK) of #3f7296 color hex is 0.58, 0.24, 0.00, 0.41. Web safe color of #3f7296 is #336699. Color #3f7296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110010 10010110
Octal 77 162 226
Decimal 63 114 150
Hex 3F 72 96

RGB Percentages of Color #3f7296

%19.27
%34.86
%45.87

CMYK Percentages of Color #3f7296

%58
%24
%0
%41

Triadic Colors of #3f7296

#3f7296 #963f72 #72963f

Analogous Colors of #3f7296

#3f7296 #3f4696 #3f968f

Monochromatic Colors of #3f7296

#3f7296

Complementary Color

#3f7296 #96633f

#3f7296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f7296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f7296 Color CSS Codes

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

#3f7296 Text Font Color

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

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


#3f7296 Background Color

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

This div background color is #3f7296


#3f7296 Border Color

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

This div border color is #3f7296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f7296


Comments

No comments written yet.

Please login to write comment.