COLOR #3C48C3

HEX: #3C48C3
RGB: (60,72,195)

Color info

#3C48C3 contains mainly blue color. Web safe color of #3C48C3 is #3333CC (or #33C).

RGB color model

#3C48C3 color RGB value is (60,72,195).

  • red value is 60;
  • green value is 72;
  • blue value is 195.
RGB:
(60,72,195)
(24%,28%,76%)

RGB channels and saturation

R 60 of 255 = 24%
G 72 of 255 = 28%
B 195 of 255 = 76%

60
72
195

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

Portions of RGB colors in percentages

R + G + B =
60 + 72 + 195 = 327 (100%)
R 60 of 327 ~ 18.35%
G 72 of 327 ~ 22.02%
B 195 of 327 ~ 59.63%

%18.35
%22.02
%59.63

CMYK color model

#3C48C3 color CMYK value is (69,63,0,24).

  • cyan value is 69.23%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(69,63,0,24)
C69M63Y0K24 
(69%,63%,0%,24%)
(0.69/0.63/0.00/0.24)	

CMYK percentages

%69.23
%63.08
%0
%23.53

Codes

Color #3C48C3 in popluar color models

3C48C3
RGB6072195
HSL235°52.94%50.00%
HSB/HSV235°69.23%76.47%
CMYK69.23%63.08%0.00%
23.53%

Color #3C48C3 in popluar number systems.

HEX3C48C3
Decimal6072195
Binary111100100100011000011
Octal74110303

Shades and tints

Shades of #3C48C3

#3C48C3
(60,72,195)
#3742B2
(55,66,178)
#323CA1
(50,60,161)
#2D3690
(45,54,144)
#28307F
(40,48,127)
#232A6E
(35,42,110)
#1E245D
(30,36,93)
#191E4C
(25,30,76)
#14183B
(20,24,59)
#0F122A
(15,18,42)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #3C48C3

#3C48C3
(60,72,195)
#4D58C8
(77,88,200)
#5E68CD
(94,104,205)
#6F78D2
(111,120,210)
#8088D7
(128,136,215)
#9198DC
(145,152,220)
#A2A8E1
(162,168,225)
#B3B8E6
(179,184,230)
#C4C8EB
(196,200,235)
#D5D8F0
(213,216,240)
#E6E8F5
(230,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C48C3 color. Also use rgb(60,72,195) instead hex code.

Text Font Color

.myTextColor { color: #3C48C3; }

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

This text font color is #3C48C3.


Background Color

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

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

This div background color is #3C48C3.


Border color

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

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

This div border color is #3C48C3.


Opacity

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

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

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

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

This text has shadow with #3C48C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C48C3 on black background.


Color preview on white background

This text has color #3C48C3 on white background.



Black color preview on #3C48C3 background

This text has black color on #3C48C3 background.


White color preview on #3C48C3 background

This text has white color on #3C48C3 background.