COLOR #3C68A6

HEX: #3C68A6
RGB: (60,104,166)

Color info

#3C68A6 contains mainly blue color. Web safe color of #3C68A6 is #336699 (or #369).

RGB color model

#3C68A6 color RGB value is (60,104,166).

  • red value is 60;
  • green value is 104;
  • blue value is 166.
RGB:
(60,104,166)
(24%,41%,65%)

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 166 of 255 = 65%

60
104
166

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

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 166 = 330 (100%)
R 60 of 330 ~ 18.18%
G 104 of 330 ~ 31.52%
B 166 of 330 ~ 50.3%

%18.18
%31.52
%50.3

CMYK color model

#3C68A6 color CMYK value is (64,37,0,35).

  • cyan value is 63.86%
  • magenta value is 37.35%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(64,37,0,35)
C64M37Y0K35 
(64%,37%,0%,35%)
(0.64/0.37/0.00/0.35)	

CMYK percentages

%63.86
%37.35
%0
%34.9

Codes

Color #3C68A6 in popluar color models

3C68A6
RGB60104166
HSL215°46.90%44.31%
HSB/HSV215°63.86%65.10%
CMYK63.86%37.35%0.00%
34.90%

Color #3C68A6 in popluar number systems.

HEX3C68A6
Decimal60104166
Binary111100110100010100110
Octal74150246

Shades and tints

Shades of #3C68A6

#3C68A6
(60,104,166)
#375F97
(55,95,151)
#325688
(50,86,136)
#2D4D79
(45,77,121)
#28446A
(40,68,106)
#233B5B
(35,59,91)
#1E324C
(30,50,76)
#19293D
(25,41,61)
#14202E
(20,32,46)
#0F171F
(15,23,31)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C68A6

#3C68A6
(60,104,166)
#4D75AE
(77,117,174)
#5E82B6
(94,130,182)
#6F8FBE
(111,143,190)
#809CC6
(128,156,198)
#91A9CE
(145,169,206)
#A2B6D6
(162,182,214)
#B3C3DE
(179,195,222)
#C4D0E6
(196,208,230)
#D5DDEE
(213,221,238)
#E6EAF6
(230,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C68A6 color. Also use rgb(60,104,166) instead hex code.

Text Font Color

.myTextColor { color: #3C68A6; }

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

This text font color is #3C68A6.


Background Color

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

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

This div background color is #3C68A6.


Border color

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

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

This div border color is #3C68A6.


Opacity

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

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

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

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

This text has shadow with #3C68A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C68A6 on black background.


Color preview on white background

This text has color #3C68A6 on white background.



Black color preview on #3C68A6 background

This text has black color on #3C68A6 background.


White color preview on #3C68A6 background

This text has white color on #3C68A6 background.