Color Hex Logo

#3c466a Color Hex

#3C466A
(60,70,106)
0 Favorites   0 Comments

Color spaces of #3c466a

RGB 6070106
HSL0.630.280.33
HSV227°43°42°
CMYK 0.430.340.00   0.58
XYZ6.65526.381614.5167
Yxy6.38160.24150.2316
Hunter Lab25.26182.8174-16.3877
CIE-Lab30.35556.2758-22.2489

#3c466a color RGB value is (60,70,106).

#3c466a hex color red value is 60, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #3c466a hue: 0.63 , saturation: 0.28 and the lightness value of 3c466a is 0.33.

The process color (four color CMYK) of #3c466a color hex is 0.43, 0.34, 0.00, 0.58. Web safe color of #3c466a is #333366. Color #3c466a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01000110 01101010
Octal 74 106 152
Decimal 60 70 106
Hex 3C 46 6A

RGB Percentages of Color #3c466a

%25.42
%29.66
%44.92

CMYK Percentages of Color #3c466a

%43
%34
%0
%58

Triadic Colors of #3c466a

#3c466a #6a3c46 #466a3c

Analogous Colors of #3c466a

#3c466a #493c6a #3c5d6a

Monochromatic Colors of #3c466a

#3c466a

Complementary Color

#3c466a #6a603c

#3c466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c466a Color CSS Codes

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

#3c466a Text Font Color

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

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


#3c466a Background Color

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

This div background color is #3c466a


#3c466a Border Color

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

This div border color is #3c466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c466a


Comments

No comments written yet.

Please login to write comment.