COLOR #3C66C7

HEX: #3C66C7
RGB: (60,102,199)

Color info

#3C66C7 contains mainly blue color. Web safe color of #3C66C7 is #3366CC (or #36C).

RGB color model

#3C66C7 color RGB value is (60,102,199).

  • red value is 60;
  • green value is 102;
  • blue value is 199.
RGB:
(60,102,199)
(24%,40%,78%)

RGB channels and saturation

R 60 of 255 = 24%
G 102 of 255 = 40%
B 199 of 255 = 78%

60
102
199

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

Portions of RGB colors in percentages

R + G + B =
60 + 102 + 199 = 361 (100%)
R 60 of 361 ~ 16.62%
G 102 of 361 ~ 28.25%
B 199 of 361 ~ 55.12%

%16.62
%28.25
%55.12

CMYK color model

#3C66C7 color CMYK value is (70,49,0,22).

  • cyan value is 69.85%
  • magenta value is 48.74%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(70,49,0,22)
C70M49Y0K22 
(70%,49%,0%,22%)
(0.70/0.49/0.00/0.22)	

CMYK percentages

%69.85
%48.74
%0
%21.96

Codes

Color #3C66C7 in popluar color models

3C66C7
RGB60102199
HSL222°55.38%50.78%
HSB/HSV222°69.85%78.04%
CMYK69.85%48.74%0.00%
21.96%

Color #3C66C7 in popluar number systems.

HEX3C66C7
Decimal60102199
Binary111100110011011000111
Octal74146307

Shades and tints

Shades of #3C66C7

#3C66C7
(60,102,199)
#375DB5
(55,93,181)
#3254A3
(50,84,163)
#2D4B91
(45,75,145)
#28427F
(40,66,127)
#23396D
(35,57,109)
#1E305B
(30,48,91)
#192749
(25,39,73)
#141E37
(20,30,55)
#0F1525
(15,21,37)
#0A0C13
(10,12,19)
#000000
(0,0,0)

Tints of #3C66C7

#3C66C7
(60,102,199)
#4D73CC
(77,115,204)
#5E80D1
(94,128,209)
#6F8DD6
(111,141,214)
#809ADB
(128,154,219)
#91A7E0
(145,167,224)
#A2B4E5
(162,180,229)
#B3C1EA
(179,193,234)
#C4CEEF
(196,206,239)
#D5DBF4
(213,219,244)
#E6E8F9
(230,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C66C7 color. Also use rgb(60,102,199) instead hex code.

Text Font Color

.myTextColor { color: #3C66C7; }

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

This text font color is #3C66C7.


Background Color

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

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

This div background color is #3C66C7.


Border color

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

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

This div border color is #3C66C7.


Opacity

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

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

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

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

This text has shadow with #3C66C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C66C7 on black background.


Color preview on white background

This text has color #3C66C7 on white background.



Black color preview on #3C66C7 background

This text has black color on #3C66C7 background.


White color preview on #3C66C7 background

This text has white color on #3C66C7 background.