COLOR #3C4C98

HEX: #3C4C98 RGB: (60,76,152)

Color info

#3C4C98 contains mainly blue color. Web safe color of #3C4C98 is #333399 (or #339).

RGB color model

#3C4C98 color RGB value is (60,76,152).

RGB: (60,76,152) (24%, 30%, 60%)

RGB channels and saturation

R 60 of 255 = 24%
G 76 of 255 = 30%
B 152 of 255 = 60%

60
76
152

R + G + B ~ 38%. #3C4C98 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 76 + 152 = 288 (100%)
R 60 of 288 ~ 20.83%
G 76 of 288 ~ 26.39%
B 152 of 288 ~ 52.78'%

%20.83
%26.39
%52.78

CMYK color model

#3C4C98 color CMYK value is (61,50,0,40).

  • cyan value is 60.53%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (61,50,0,40) C61M50Y0K40 (61%,50%,0%,40%) (0.61/0.50/0.00/0.40) 

CMYK percentages

%60.53
%50
%0
%40.39

Codes

Color #3C4C98 in popluar color models

3C 4C 98
RGB 60 76 152
HSL 230° 43.40% 41.57%
HSB/HSV 230° 60.53% 59.61%
CMYK 60.53% 50.00% 0.00%
40.39%

Color #3C4C98 in popluar number systems.

HEX 3C 4C 98
Decimal 60 76 152
Binary 111100 1001100 10011000
Octal 74 114 230

Shades and tints

Shades of #3C4C98

#3C4C98
(60,76,152)
#37468B
(55,70,139)
#32407E
(50,64,126)
#2D3A71
(45,58,113)
#283464
(40,52,100)
#232E57
(35,46,87)
#1E284A
(30,40,74)
#19223D
(25,34,61)
#141C30
(20,28,48)
#0F1623
(15,22,35)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #3C4C98

#3C4C98
(60,76,152)
#4D5CA1
(77,92,161)
#5E6CAA
(94,108,170)
#6F7CB3
(111,124,179)
#808CBC
(128,140,188)
#919CC5
(145,156,197)
#A2ACCE
(162,172,206)
#B3BCD7
(179,188,215)
#C4CCE0
(196,204,224)
#D5DCE9
(213,220,233)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4C98 color. Also use rgb(60,76,152) instead hex code.

Text Font Color

.myTextColor { color: #3C4C98; }

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

This text font color is #3C4C98.

Background Color

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

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

This div background color is #3C4C98.

Border color

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

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

This div border color is #3C4C98.

Opacity

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

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

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

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

This text has shadow with #3C4C98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4C98.

Preview

Color preview on black background

This text has color #3C4C98 on black background.


Color preview on white background

This text has color #3C4C98 on white background.


Black color preview on #3C4C98 background

This text has black color on #3C4C98 background.


White color preview on #3C4C98 background

This text has white color on #3C4C98 background.


Related colors

Complementary color

Complementary color for #hex is #C3B367.


I love getcolorcode.com

Triadic colors

1 #983C4C and #4C983C with #3C4C98 are triadic colors.

2 #984C3C and #4C3C98 with #3C4C98 are triadic colors.