COLOR #3C84E6

HEX: #3C84E6
RGB: (60,132,230)

Color info

#3C84E6 contains mainly blue color. Web safe color of #3C84E6 is #3399CC (or #39C).

RGB color model

#3C84E6 color RGB value is (60,132,230).

  • red value is 60;
  • green value is 132;
  • blue value is 230.
RGB:
(60,132,230)
(24%,52%,90%)

RGB channels and saturation

R 60 of 255 = 24%
G 132 of 255 = 52%
B 230 of 255 = 90%

60
132
230

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

Portions of RGB colors in percentages

R + G + B =
60 + 132 + 230 = 422 (100%)
R 60 of 422 ~ 14.22%
G 132 of 422 ~ 31.28%
B 230 of 422 ~ 54.5%

%14.22
%31.28
%54.5

CMYK color model

#3C84E6 color CMYK value is (74,43,0,10).

  • cyan value is 73.91%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(74,43,0,10)
C74M43Y0K10 
(74%,43%,0%,10%)
(0.74/0.43/0.00/0.10)	

CMYK percentages

%73.91
%42.61
%0
%9.8

Codes

Color #3C84E6 in popluar color models

3C84E6
RGB60132230
HSL215°77.27%56.86%
HSB/HSV215°73.91%90.20%
CMYK73.91%42.61%0.00%
9.80%

Color #3C84E6 in popluar number systems.

HEX3C84E6
Decimal60132230
Binary1111001000010011100110
Octal74204346

Shades and tints

Shades of #3C84E6

#3C84E6
(60,132,230)
#3778D2
(55,120,210)
#326CBE
(50,108,190)
#2D60AA
(45,96,170)
#285496
(40,84,150)
#234882
(35,72,130)
#1E3C6E
(30,60,110)
#19305A
(25,48,90)
#142446
(20,36,70)
#0F1832
(15,24,50)
#0A0C1E
(10,12,30)
#000000
(0,0,0)

Tints of #3C84E6

#3C84E6
(60,132,230)
#4D8FE8
(77,143,232)
#5E9AEA
(94,154,234)
#6FA5EC
(111,165,236)
#80B0EE
(128,176,238)
#91BBF0
(145,187,240)
#A2C6F2
(162,198,242)
#B3D1F4
(179,209,244)
#C4DCF6
(196,220,246)
#D5E7F8
(213,231,248)
#E6F2FA
(230,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C84E6 color. Also use rgb(60,132,230) instead hex code.

Text Font Color

.myTextColor { color: #3C84E6; }

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

This text font color is #3C84E6.


Background Color

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

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

This div background color is #3C84E6.


Border color

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

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

This div border color is #3C84E6.


Opacity

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

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

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

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

This text has shadow with #3C84E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C84E6 on black background.


Color preview on white background

This text has color #3C84E6 on white background.



Black color preview on #3C84E6 background

This text has black color on #3C84E6 background.


White color preview on #3C84E6 background

This text has white color on #3C84E6 background.