COLOR #3C55DA

HEX: #3C55DA
RGB: (60,85,218)

Color info

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

RGB color model

#3C55DA color RGB value is (60,85,218).

  • red value is 60;
  • green value is 85;
  • blue value is 218.
RGB:
(60,85,218)
(24%,33%,85%)

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 218 of 255 = 85%

60
85
218

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 218 = 363 (100%)
R 60 of 363 ~ 16.53%
G 85 of 363 ~ 23.42%
B 218 of 363 ~ 60.06%

%16.53
%23.42
%60.06

CMYK color model

#3C55DA color CMYK value is (72,61,0,15).

  • cyan value is 72.48%
  • magenta value is 61.01%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(72,61,0,15)
C72M61Y0K15 
(72%,61%,0%,15%)
(0.72/0.61/0.00/0.15)	

CMYK percentages

%72.48
%61.01
%0
%14.51

Codes

Color #3C55DA in popluar color models

3C55DA
RGB6085218
HSL231°68.10%54.51%
HSB/HSV231°72.48%85.49%
CMYK72.48%61.01%0.00%
14.51%

Color #3C55DA in popluar number systems.

HEX3C55DA
Decimal6085218
Binary111100101010111011010
Octal74125332

Shades and tints

Shades of #3C55DA

#3C55DA
(60,85,218)
#374EC7
(55,78,199)
#3247B4
(50,71,180)
#2D40A1
(45,64,161)
#28398E
(40,57,142)
#23327B
(35,50,123)
#1E2B68
(30,43,104)
#192455
(25,36,85)
#141D42
(20,29,66)
#0F162F
(15,22,47)
#0A0F1C
(10,15,28)
#000000
(0,0,0)

Tints of #3C55DA

#3C55DA
(60,85,218)
#4D64DD
(77,100,221)
#5E73E0
(94,115,224)
#6F82E3
(111,130,227)
#8091E6
(128,145,230)
#91A0E9
(145,160,233)
#A2AFEC
(162,175,236)
#B3BEEF
(179,190,239)
#C4CDF2
(196,205,242)
#D5DCF5
(213,220,245)
#E6EBF8
(230,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C55DA color. Also use rgb(60,85,218) instead hex code.

Text Font Color

.myTextColor { color: #3C55DA; }

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

This text font color is #3C55DA.


Background Color

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

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

This div background color is #3C55DA.


Border color

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

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

This div border color is #3C55DA.


Opacity

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

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

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

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

This text has shadow with #3C55DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C55DA on black background.


Color preview on white background

This text has color #3C55DA on white background.



Black color preview on #3C55DA background

This text has black color on #3C55DA background.


White color preview on #3C55DA background

This text has white color on #3C55DA background.