Color Hex Logo

#3c4baa Color Hex

#3C4BAA
(60,75,170)
0 Favorites   0 Comments

Color spaces of #3c4baa

RGB 6075170
HSL0.640.480.45
HSV232°65°67°
CMYK 0.650.560.00   0.33
XYZ11.63538.895139.1339
Yxy8.89510.19500.1491
Hunter Lab29.824717.4439-56.9191
CIE-Lab35.781525.0692-52.9198

#3c4baa color RGB value is (60,75,170).

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

The process color (four color CMYK) of #3c4baa color hex is 0.65, 0.56, 0.00, 0.33. Web safe color of #3c4baa is #333399. Color #3c4baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01001011 10101010
Octal 74 113 252
Decimal 60 75 170
Hex 3C 4B AA

RGB Percentages of Color #3c4baa

%19.67
%24.59
%55.74

CMYK Percentages of Color #3c4baa

%65
%56
%0
%33

Triadic Colors of #3c4baa

#3c4baa #aa3c4b #4baa3c

Analogous Colors of #3c4baa

#3c4baa #643caa #3c82aa

Monochromatic Colors of #3c4baa

#3c4baa

Complementary Color

#3c4baa #aa9b3c

#3c4baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c4baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c4baa Color CSS Codes

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

#3c4baa Text Font Color

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

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


#3c4baa Background Color

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

This div background color is #3c4baa


#3c4baa Border Color

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

This div border color is #3c4baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,75,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 #3c4baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c4baa


Comments

No comments written yet.

Please login to write comment.