Color Hex Logo

#3c60aa Color Hex

#3C60AA
(60,96,170)
0 Favorites   0 Comments

Color spaces of #3c60aa

RGB 6096170
HSL0.610.480.45
HSV220°65°67°
CMYK 0.650.440.00   0.33
XYZ13.302012.228739.6895
Yxy12.22870.20400.1875
Hunter Lab34.96966.7025-42.8139
CIE-Lab41.577311.4168-43.5968

#3c60aa color RGB value is (60,96,170).

#3c60aa hex color red value is 60, green value is 96 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3c60aa hue: 0.61 , saturation: 0.48 and the lightness value of 3c60aa is 0.45.

The process color (four color CMYK) of #3c60aa color hex is 0.65, 0.44, 0.00, 0.33. Web safe color of #3c60aa is #336699. Color #3c60aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01100000 10101010
Octal 74 140 252
Decimal 60 96 170
Hex 3C 60 AA

RGB Percentages of Color #3c60aa

%18.40
%29.45
%52.15

CMYK Percentages of Color #3c60aa

%65
%44
%0
%33

Triadic Colors of #3c60aa

#3c60aa #aa3c60 #60aa3c

Analogous Colors of #3c60aa

#3c60aa #4f3caa #3c97aa

Monochromatic Colors of #3c60aa

#3c60aa

Complementary Color

#3c60aa #aa863c

#3c60aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c60aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c60aa Color CSS Codes

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

#3c60aa Text Font Color

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

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


#3c60aa Background Color

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

This div background color is #3c60aa


#3c60aa Border Color

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

This div border color is #3c60aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c60aa


Comments

No comments written yet.

Please login to write comment.