Color Hex Logo

#3c6986 Color Hex

#3C6986
(60,105,134)
0 Favorites   0 Comments

Color spaces of #3c6986

RGB 60105134
HSL0.570.380.38
HSV204°55°53°
CMYK 0.550.220.00   0.47
XYZ11.218112.785024.4308
Yxy12.78500.23160.2640
Hunter Lab35.7561-6.5707-15.4813
CIE-Lab42.4375-6.6237-20.7773

#3c6986 color RGB value is (60,105,134).

#3c6986 hex color red value is 60, green value is 105 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #3c6986 hue: 0.57 , saturation: 0.38 and the lightness value of 3c6986 is 0.38.

The process color (four color CMYK) of #3c6986 color hex is 0.55, 0.22, 0.00, 0.47. Web safe color of #3c6986 is #336699. Color #3c6986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101001 10000110
Octal 74 151 206
Decimal 60 105 134
Hex 3C 69 86

RGB Percentages of Color #3c6986

%20.07
%35.12
%44.82

CMYK Percentages of Color #3c6986

%55
%22
%0
%47

Triadic Colors of #3c6986

#3c6986 #863c69 #69863c

Analogous Colors of #3c6986

#3c6986 #3c4486 #3c867e

Monochromatic Colors of #3c6986

#3c6986

Complementary Color

#3c6986 #86593c

#3c6986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6986 Color CSS Codes

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

#3c6986 Text Font Color

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

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


#3c6986 Background Color

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

This div background color is #3c6986


#3c6986 Border Color

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

This div border color is #3c6986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,105,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c6986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c6986;
  -webkit-box-shadow: 1px 1px 3px 2px #3c6986;
  box-shadow:         1px 1px 3px 2px #3c6986; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,105,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6986


Comments

No comments written yet.

Please login to write comment.