COLOR #3C90F5

HEX: #3C90F5
RGB: (60,144,245)

Color info

#3C90F5 contains mainly blue color. Web safe color of #3C90F5 is #3399FF (or #39F).

RGB color model

#3C90F5 color RGB value is (60,144,245).

  • red value is 60;
  • green value is 144;
  • blue value is 245.
RGB:
(60,144,245)
(24%,56%,96%)

RGB channels and saturation

R 60 of 255 = 24%
G 144 of 255 = 56%
B 245 of 255 = 96%

60
144
245

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

Portions of RGB colors in percentages

R + G + B =
60 + 144 + 245 = 449 (100%)
R 60 of 449 ~ 13.36%
G 144 of 449 ~ 32.07%
B 245 of 449 ~ 54.57%

%13.36
%32.07
%54.57

CMYK color model

#3C90F5 color CMYK value is (76,41,0,4).

  • cyan value is 75.51%
  • magenta value is 41.22%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(76,41,0,4)
C76M41Y0K4 
(76%,41%,0%,4%)
(0.76/0.41/0.00/0.04)	

CMYK percentages

%75.51
%41.22
%0
%3.92

Codes

Color #3C90F5 in popluar color models

3C90F5
RGB60144245
HSL213°90.24%59.80%
HSB/HSV213°75.51%96.08%
CMYK75.51%41.22%0.00%
3.92%

Color #3C90F5 in popluar number systems.

HEX3C90F5
Decimal60144245
Binary1111001001000011110101
Octal74220365

Shades and tints

Shades of #3C90F5

#3C90F5
(60,144,245)
#3783DF
(55,131,223)
#3276C9
(50,118,201)
#2D69B3
(45,105,179)
#285C9D
(40,92,157)
#234F87
(35,79,135)
#1E4271
(30,66,113)
#19355B
(25,53,91)
#142845
(20,40,69)
#0F1B2F
(15,27,47)
#0A0E19
(10,14,25)
#000000
(0,0,0)

Tints of #3C90F5

#3C90F5
(60,144,245)
#4D9AF5
(77,154,245)
#5EA4F5
(94,164,245)
#6FAEF5
(111,174,245)
#80B8F5
(128,184,245)
#91C2F5
(145,194,245)
#A2CCF5
(162,204,245)
#B3D6F5
(179,214,245)
#C4E0F5
(196,224,245)
#D5EAF5
(213,234,245)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C90F5 color. Also use rgb(60,144,245) instead hex code.

Text Font Color

.myTextColor { color: #3C90F5; }

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

This text font color is #3C90F5.


Background Color

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

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

This div background color is #3C90F5.


Border color

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

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

This div border color is #3C90F5.


Opacity

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

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

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

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

This text has shadow with #3C90F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C90F5 on black background.


Color preview on white background

This text has color #3C90F5 on white background.



Black color preview on #3C90F5 background

This text has black color on #3C90F5 background.


White color preview on #3C90F5 background

This text has white color on #3C90F5 background.