Color Hex Logo

#3c6994 Color Hex

#3C6994
(60,105,148)
0 Favorites   0 Comments

Color spaces of #3c6994

RGB 60105148
HSL0.580.420.41
HSV209°59°58°
CMYK 0.590.290.00   0.42
XYZ12.260413.201929.9190
Yxy13.20190.22140.2384
Hunter Lab36.3344-3.3536-23.3873
CIE-Lab43.0659-1.9602-28.1869

#3c6994 color RGB value is (60,105,148).

#3c6994 hex color red value is 60, green value is 105 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #3c6994 hue: 0.58 , saturation: 0.42 and the lightness value of 3c6994 is 0.41.

The process color (four color CMYK) of #3c6994 color hex is 0.59, 0.29, 0.00, 0.42. Web safe color of #3c6994 is #336699. Color #3c6994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101001 10010100
Octal 74 151 224
Decimal 60 105 148
Hex 3C 69 94

RGB Percentages of Color #3c6994

%19.17
%33.55
%47.28

CMYK Percentages of Color #3c6994

%59
%29
%0
%42

Triadic Colors of #3c6994

#3c6994 #943c69 #69943c

Analogous Colors of #3c6994

#3c6994 #3c3d94 #3c9493

Monochromatic Colors of #3c6994

#3c6994

Complementary Color

#3c6994 #94673c

#3c6994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6994 Color CSS Codes

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

#3c6994 Text Font Color

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

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


#3c6994 Background Color

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

This div background color is #3c6994


#3c6994 Border Color

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

This div border color is #3c6994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6994


Comments

No comments written yet.

Please login to write comment.