Color Hex Logo

#3c5aad Color Hex

#3C5AAD
(60,90,173)
0 Favorites   0 Comments

Color spaces of #3c5aad

RGB 6090173
HSL0.620.480.46
HSV224°65°68°
CMYK 0.650.480.00   0.32
XYZ13.062511.290141.0259
Yxy11.29010.19980.1727
Hunter Lab33.600710.5917-48.8715
CIE-Lab40.064816.3687-47.7904

#3c5aad color RGB value is (60,90,173).

#3c5aad hex color red value is 60, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3c5aad hue: 0.62 , saturation: 0.48 and the lightness value of 3c5aad is 0.46.

The process color (four color CMYK) of #3c5aad color hex is 0.65, 0.48, 0.00, 0.32. Web safe color of #3c5aad is #336699. Color #3c5aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01011010 10101101
Octal 74 132 255
Decimal 60 90 173
Hex 3C 5A AD

RGB Percentages of Color #3c5aad

%18.58
%27.86
%53.56

CMYK Percentages of Color #3c5aad

%65
%48
%0
%32

Triadic Colors of #3c5aad

#3c5aad #ad3c5a #5aad3c

Analogous Colors of #3c5aad

#3c5aad #563cad #3c93ad

Monochromatic Colors of #3c5aad

#3c5aad

Complementary Color

#3c5aad #ad8f3c

#3c5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c5aad Color CSS Codes

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

#3c5aad Text Font Color

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

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


#3c5aad Background Color

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

This div background color is #3c5aad


#3c5aad Border Color

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

This div border color is #3c5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c5aad


Comments

No comments written yet.

Please login to write comment.