COLOR #3C4274

HEX: #3C4274 RGB: (60,66,116)

Color info

#3C4274 contains red, green and blue colors in about the same proportion. Web safe color of #3C4274 is #333366 (or #336).

RGB color model

#3C4274 color RGB value is (60,66,116).

RGB: (60,66,116) (24%, 26%, 45%)

RGB channels and saturation

R 60 of 255 = 24%
G 66 of 255 = 26%
B 116 of 255 = 45%

60
66
116

R + G + B ~ 32%. #3C4274 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 66 + 116 = 242 (100%)
R 60 of 242 ~ 24.79%
G 66 of 242 ~ 27.27%
B 116 of 242 ~ 47.93'%

%24.79
%27.27
%47.93

CMYK color model

#3C4274 color CMYK value is (48,43,0,55).

  • cyan value is 48.28%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (48,43,0,55)
C48M43Y0K55 (48%, 43%, 0%, 55%)
(0.48 / 0.43 / 0.00 / 0.55)

CMYK percentages

%48.28
%43.1
%0
%54.51

Codes

Color #3C4274 in popluar color models

3C 42 74
RGB 60 66 116
HSL 234° 31.82% 34.51%
HSB/HSV 234° 48.28% 45.49%
CMYK 48.28% 43.10% 0.00%
54.51%

Color #3C4274 in popluar number systems.

HEX 3C 42 74
Decimal 60 66 116
Binary 111100 1000010 1110100
Octal 74 102 164

Shades and tints

Shades of #3C4274

#3C4274
(60,66,116)
#373C6A
(55,60,106)
#323660
(50,54,96)
#2D3056
(45,48,86)
#282A4C
(40,42,76)
#232442
(35,36,66)
#1E1E38
(30,30,56)
#19182E
(25,24,46)
#141224
(20,18,36)
#0F0C1A
(15,12,26)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #3C4274

#3C4274
(60,66,116)
#4D5380
(77,83,128)
#5E648C
(94,100,140)
#6F7598
(111,117,152)
#8086A4
(128,134,164)
#9197B0
(145,151,176)
#A2A8BC
(162,168,188)
#B3B9C8
(179,185,200)
#C4CAD4
(196,202,212)
#D5DBE0
(213,219,224)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4274; }

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

This text font color is #3C4274.

Background Color

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

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

This div background color is #3C4274.

Border color

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

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

This div border color is #3C4274.

Opacity

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

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

Text with #3C4274 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 #3C4274;}

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

This text has shadow with #3C4274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4274.

Preview

Color preview on black background

This text has color #3C4274 on black background.


Color preview on white background

This text has color #3C4274 on white background.


Black color preview on #3C4274 background

This text has black color on #3C4274 background.


White color preview on #3C4274 background

This text has white color on #3C4274 background.


Related colors

Complementary color

Complementary color for #hex is #C3BD8B.


I love getcolorcode.com

Triadic colors

1 #743C42 and #42743C with #3C4274 are triadic colors.

2 #74423C and #423C74 with #3C4274 are triadic colors.