COLOR #3C7490

HEX: #3C7490 RGB: (60,116,144)

Color info

#3C7490 contains mainly green and blue colors. Web safe color of #3C7490 is #336699 (or #369).

RGB color model

#3C7490 color RGB value is (60,116,144).

RGB: (60,116,144) (24%, 45%, 56%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 144 of 255 = 56%

60
116
144

R + G + B ~ 42%. #3C7490 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 116 + 144 = 320 (100%)
R 60 of 320 ~ 18.75%
G 116 of 320 ~ 36.25%
B 144 of 320 ~ 45'%

%18.75
%36.25
%45

CMYK color model

#3C7490 color CMYK value is (58,19,0,44).

  • cyan value is 58.33%
  • magenta value is 19.44%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (58,19,0,44)
C58M19Y0K44 (58%, 19%, 0%, 44%)
(0.58 / 0.19 / 0.00 / 0.44)

CMYK percentages

%58.33
%19.44
%0
%43.53

Codes

Color #3C7490 in popluar color models

3C 74 90
RGB 60 116 144
HSL 200° 41.18% 40.00%
HSB/HSV 200° 58.33% 56.47%
CMYK 58.33% 19.44% 0.00%
43.53%

Color #3C7490 in popluar number systems.

HEX 3C 74 90
Decimal 60 116 144
Binary 111100 1110100 10010000
Octal 74 164 220

Shades and tints

Shades of #3C7490

#3C7490
(60,116,144)
#376A83
(55,106,131)
#326076
(50,96,118)
#2D5669
(45,86,105)
#284C5C
(40,76,92)
#23424F
(35,66,79)
#1E3842
(30,56,66)
#192E35
(25,46,53)
#142428
(20,36,40)
#0F1A1B
(15,26,27)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #3C7490

#3C7490
(60,116,144)
#4D809A
(77,128,154)
#5E8CA4
(94,140,164)
#6F98AE
(111,152,174)
#80A4B8
(128,164,184)
#91B0C2
(145,176,194)
#A2BCCC
(162,188,204)
#B3C8D6
(179,200,214)
#C4D4E0
(196,212,224)
#D5E0EA
(213,224,234)
#E6ECF4
(230,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7490 color. Also use rgb(60,116,144) instead hex code.

Text Font Color

.myTextColor { color: #3C7490; }

<p style="color:#3C7490">This sample text font color is #3C7490.</p>

This text font color is #3C7490.

Background Color

.myBgColor { background-color: #3C7490; }

<div style="background-color:#3C7490">Inner text</div>

This div background color is #3C7490.

Border color

.myBorderColor { border: 1px solid #3C7490; }

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

This div border color is #3C7490.

Opacity

.myOpacity80 { color: #3C7490; opacity: 0.8; }

<p style="color:#3C7490;opacity:0.8;">80%</p>

Text with #3C7490 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3C7490;}

<p style="text-shadow: 3px 3px 1px #3C7490">Text here.</p>

This text has shadow with #3C7490 color.


.textShadow {text-shadow: 3px 3px 1px #3C7490', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3C7490, 5px 5px 20px red">Text here.</p>

This text has shadow with #3C7490 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3C7490, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3C7490, Direction=45, Strength=4)">Text</p>

This text has shadow with #3C7490 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3C7490;
-webkit-box-shadow: 1px 1px 3px 2px #3C7490;
box-shadow: 1px 1px 3px 2px #3C7490;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3C7490; -webkit-box-shadow: 1px 1px 3px 2px #3C7490; box-shadow:1px 1px 3px 2px #3C7490;">
Div content here
</div>

This div box has shadow with color #3C7490.

Preview

Color preview on black background

This text has color #3C7490 on black background.


Color preview on white background

This text has color #3C7490 on white background.


Black color preview on #3C7490 background

This text has black color on #3C7490 background.


White color preview on #3C7490 background

This text has white color on #3C7490 background.


Related colors

Complementary color

Complementary color for #hex is #C38B6F.


I love getcolorcode.com

Triadic colors

1 #903C74 and #74903C with #3C7490 are triadic colors.

2 #90743C and #743C90 with #3C7490 are triadic colors.