COLOR #3C3462

HEX: #3C3462 RGB: (60,52,98)

Color info

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

RGB color model

#3C3462 color RGB value is (60,52,98).

RGB: (60,52,98) (24%, 20%, 38%)

RGB channels and saturation

R 60 of 255 = 24%
G 52 of 255 = 20%
B 98 of 255 = 38%

60
52
98

R + G + B ~ 27%. #3C3462 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 52 + 98 = 210 (100%)
R 60 of 210 ~ 28.57%
G 52 of 210 ~ 24.76%
B 98 of 210 ~ 46.67'%

%28.57
%24.76
%46.67

CMYK color model

#3C3462 color CMYK value is (39,47,0,62).

  • cyan value is 38.78%
  • magenta value is 46.94%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (39,47,0,62)
C39M47Y0K62 (39%, 47%, 0%, 62%)
(0.39 / 0.47 / 0.00 / 0.62)

CMYK percentages

%38.78
%46.94
%0
%61.57

Codes

Color #3C3462 in popluar color models

3C 34 62
RGB 60 52 98
HSL 250° 30.67% 29.41%
HSB/HSV 250° 46.94% 38.43%
CMYK 38.78% 46.94% 0.00%
61.57%

Color #3C3462 in popluar number systems.

HEX 3C 34 62
Decimal 60 52 98
Binary 111100 110100 1100010
Octal 74 64 142

Shades and tints

Shades of #3C3462

#3C3462
(60,52,98)
#37305A
(55,48,90)
#322C52
(50,44,82)
#2D284A
(45,40,74)
#282442
(40,36,66)
#23203A
(35,32,58)
#1E1C32
(30,28,50)
#19182A
(25,24,42)
#141422
(20,20,34)
#0F101A
(15,16,26)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #3C3462

#3C3462
(60,52,98)
#4D4670
(77,70,112)
#5E587E
(94,88,126)
#6F6A8C
(111,106,140)
#807C9A
(128,124,154)
#918EA8
(145,142,168)
#A2A0B6
(162,160,182)
#B3B2C4
(179,178,196)
#C4C4D2
(196,196,210)
#D5D6E0
(213,214,224)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3462 color. Also use rgb(60,52,98) instead hex code.

Text Font Color

.myTextColor { color: #3C3462; }

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

This text font color is #3C3462.

Background Color

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

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

This div background color is #3C3462.

Border color

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

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

This div border color is #3C3462.

Opacity

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

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

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

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

This text has shadow with #3C3462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3462.

Preview

Color preview on black background

This text has color #3C3462 on black background.


Color preview on white background

This text has color #3C3462 on white background.


Black color preview on #3C3462 background

This text has black color on #3C3462 background.


White color preview on #3C3462 background

This text has white color on #3C3462 background.


Related colors

Complementary color

Complementary color for #hex is #C3CB9D.


I love getcolorcode.com

Triadic colors

1 #623C34 and #34623C with #3C3462 are triadic colors.

2 #62343C and #343C62 with #3C3462 are triadic colors.