COLOR #3C55C9

HEX: #3C55C9
RGB: (60,85,201)

Color info

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

RGB color model

#3C55C9 color RGB value is (60,85,201).

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

RGB channels and saturation

R 60 of 255 = 24%
G 85 of 255 = 33%
B 201 of 255 = 79%

60
85
201

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

Portions of RGB colors in percentages

R + G + B =
60 + 85 + 201 = 346 (100%)
R 60 of 346 ~ 17.34%
G 85 of 346 ~ 24.57%
B 201 of 346 ~ 58.09%

%17.34
%24.57
%58.09

CMYK color model

#3C55C9 color CMYK value is (70,58,0,21).

  • cyan value is 70.15%
  • magenta value is 57.71%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(70,58,0,21)
C70M58Y0K21 
(70%,58%,0%,21%)
(0.70/0.58/0.00/0.21)	

CMYK percentages

%70.15
%57.71
%0
%21.18

Codes

Color #3C55C9 in popluar color models

3C55C9
RGB6085201
HSL229°56.63%51.18%
HSB/HSV229°70.15%78.82%
CMYK70.15%57.71%0.00%
21.18%

Color #3C55C9 in popluar number systems.

HEX3C55C9
Decimal6085201
Binary111100101010111001001
Octal74125311

Shades and tints

Shades of #3C55C9

#3C55C9
(60,85,201)
#374EB7
(55,78,183)
#3247A5
(50,71,165)
#2D4093
(45,64,147)
#283981
(40,57,129)
#23326F
(35,50,111)
#1E2B5D
(30,43,93)
#19244B
(25,36,75)
#141D39
(20,29,57)
#0F1627
(15,22,39)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #3C55C9

#3C55C9
(60,85,201)
#4D64CD
(77,100,205)
#5E73D1
(94,115,209)
#6F82D5
(111,130,213)
#8091D9
(128,145,217)
#91A0DD
(145,160,221)
#A2AFE1
(162,175,225)
#B3BEE5
(179,190,229)
#C4CDE9
(196,205,233)
#D5DCED
(213,220,237)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C55C9; }

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

This text font color is #3C55C9.


Background Color

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

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

This div background color is #3C55C9.


Border color

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

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

This div border color is #3C55C9.


Opacity

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

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

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

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

This text has shadow with #3C55C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C55C9 on black background.


Color preview on white background

This text has color #3C55C9 on white background.



Black color preview on #3C55C9 background

This text has black color on #3C55C9 background.


White color preview on #3C55C9 background

This text has white color on #3C55C9 background.