Color Hex Logo

#3c769f Color Hex

#3C769F
(60,118,159)
0 Favorites   0 Comments

Color spaces of #3c769f

RGB 60118159
HSL0.570.450.43
HSV205°62°62°
CMYK 0.620.260.00   0.38
XYZ14.599916.420735.2009
Yxy16.42070.22050.2480
Hunter Lab40.5225-6.6023-23.1381
CIE-Lab47.5217-6.0229-27.7453

#3c769f color RGB value is (60,118,159).

#3c769f hex color red value is 60, green value is 118 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #3c769f hue: 0.57 , saturation: 0.45 and the lightness value of 3c769f is 0.43.

The process color (four color CMYK) of #3c769f color hex is 0.62, 0.26, 0.00, 0.38. Web safe color of #3c769f is #336699. Color #3c769f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110110 10011111
Octal 74 166 237
Decimal 60 118 159
Hex 3C 76 9F

RGB Percentages of Color #3c769f

%17.80
%35.01
%47.18

CMYK Percentages of Color #3c769f

%62
%26
%0
%38

Triadic Colors of #3c769f

#3c769f #9f3c76 #769f3c

Analogous Colors of #3c769f

#3c769f #3c459f #3c9f97

Monochromatic Colors of #3c769f

#3c769f

Complementary Color

#3c769f #9f653c

#3c769f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c769f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c769f Color CSS Codes

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

#3c769f Text Font Color

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

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


#3c769f Background Color

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

This div background color is #3c769f


#3c769f Border Color

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

This div border color is #3c769f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c769f


Comments

No comments written yet.

Please login to write comment.