Color Hex Logo

#3c7088 Color Hex

#3C7088
(60,112,136)
0 Favorites   0 Comments

Color spaces of #3c7088

RGB 60112136
HSL0.550.390.38
HSV199°56°53°
CMYK 0.560.180.00   0.47
XYZ12.101614.326625.4200
Yxy14.32660.23340.2763
Hunter Lab37.8505-9.1682-13.3232
CIE-Lab44.6977-10.0894-18.4990

#3c7088 color RGB value is (60,112,136).

#3c7088 hex color red value is 60, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #3c7088 hue: 0.55 , saturation: 0.39 and the lightness value of 3c7088 is 0.38.

The process color (four color CMYK) of #3c7088 color hex is 0.56, 0.18, 0.00, 0.47. Web safe color of #3c7088 is #336699. Color #3c7088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110000 10001000
Octal 74 160 210
Decimal 60 112 136
Hex 3C 70 88

RGB Percentages of Color #3c7088

%19.48
%36.36
%44.16

CMYK Percentages of Color #3c7088

%56
%18
%0
%47

Triadic Colors of #3c7088

#3c7088 #883c70 #70883c

Analogous Colors of #3c7088

#3c7088 #3c4a88 #3c887a

Monochromatic Colors of #3c7088

#3c7088

Complementary Color

#3c7088 #88543c

#3c7088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7088 Color CSS Codes

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

#3c7088 Text Font Color

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

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


#3c7088 Background Color

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

This div background color is #3c7088


#3c7088 Border Color

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

This div border color is #3c7088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7088


Comments

No comments written yet.

Please login to write comment.