Color Hex Logo

#3c71ab Color Hex

#3C71AB
(60,113,171)
0 Favorites   0 Comments

Color spaces of #3c71ab

RGB 60113171
HSL0.590.480.45
HSV211°65°67°
CMYK 0.650.340.00   0.33
XYZ15.119315.711240.7638
Yxy15.71120.21120.2194
Hunter Lab39.6374-1.2782-33.2288
CIE-Lab46.59331.1172-36.2262

#3c71ab color RGB value is (60,113,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01110001 10101011
Octal 74 161 253
Decimal 60 113 171
Hex 3C 71 AB

RGB Percentages of Color #3c71ab

%17.44
%32.85
%49.71

CMYK Percentages of Color #3c71ab

%65
%34
%0
%33

Triadic Colors of #3c71ab

#3c71ab #ab3c71 #71ab3c

Analogous Colors of #3c71ab

#3c71ab #3f3cab #3ca9ab

Monochromatic Colors of #3c71ab

#3c71ab

Complementary Color

#3c71ab #ab763c

#3c71ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c71ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c71ab Color CSS Codes

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

#3c71ab Text Font Color

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

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


#3c71ab Background Color

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

This div background color is #3c71ab


#3c71ab Border Color

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

This div border color is #3c71ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c71ab


Comments

No comments written yet.

Please login to write comment.