COLOR #3C68EF

HEX: #3C68EF
RGB: (60,104,239)

Color info

#3C68EF contains mainly blue color. Web safe color of #3C68EF is #3366FF (or #36F).

RGB color model

#3C68EF color RGB value is (60,104,239).

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

RGB channels and saturation

R 60 of 255 = 24%
G 104 of 255 = 41%
B 239 of 255 = 94%

60
104
239

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

Portions of RGB colors in percentages

R + G + B =
60 + 104 + 239 = 403 (100%)
R 60 of 403 ~ 14.89%
G 104 of 403 ~ 25.81%
B 239 of 403 ~ 59.31%

%14.89
%25.81
%59.31

CMYK color model

#3C68EF color CMYK value is (75,56,0,6).

  • cyan value is 74.90%
  • magenta value is 56.49%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(75,56,0,6)
C75M56Y0K6 
(75%,56%,0%,6%)
(0.75/0.56/0.00/0.06)	

CMYK percentages

%74.9
%56.49
%0
%6.27

Codes

Color #3C68EF in popluar color models

3C68EF
RGB60104239
HSL225°84.83%58.63%
HSB/HSV225°74.90%93.73%
CMYK74.90%56.49%0.00%
6.27%

Color #3C68EF in popluar number systems.

HEX3C68EF
Decimal60104239
Binary111100110100011101111
Octal74150357

Shades and tints

Shades of #3C68EF

#3C68EF
(60,104,239)
#375FDA
(55,95,218)
#3256C5
(50,86,197)
#2D4DB0
(45,77,176)
#28449B
(40,68,155)
#233B86
(35,59,134)
#1E3271
(30,50,113)
#19295C
(25,41,92)
#142047
(20,32,71)
#0F1732
(15,23,50)
#0A0E1D
(10,14,29)
#000000
(0,0,0)

Tints of #3C68EF

#3C68EF
(60,104,239)
#4D75F0
(77,117,240)
#5E82F1
(94,130,241)
#6F8FF2
(111,143,242)
#809CF3
(128,156,243)
#91A9F4
(145,169,244)
#A2B6F5
(162,182,245)
#B3C3F6
(179,195,246)
#C4D0F7
(196,208,247)
#D5DDF8
(213,221,248)
#E6EAF9
(230,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C68EF; }

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

This text font color is #3C68EF.


Background Color

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

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

This div background color is #3C68EF.


Border color

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

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

This div border color is #3C68EF.


Opacity

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

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

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

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

This text has shadow with #3C68EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C68EF on black background.


Color preview on white background

This text has color #3C68EF on white background.



Black color preview on #3C68EF background

This text has black color on #3C68EF background.


White color preview on #3C68EF background

This text has white color on #3C68EF background.