COLOR #3C248B

HEX: #3C248B
RGB: (60,36,139)

Color info

#3C248B contains mainly blue color. Web safe color of #3C248B is #333399 (or #339).

RGB color model

#3C248B color RGB value is (60,36,139).

  • red value is 60;
  • green value is 36;
  • blue value is 139.
RGB:
(60,36,139)
(24%,14%,55%)

RGB channels and saturation

R 60 of 255 = 24%
G 36 of 255 = 14%
B 139 of 255 = 55%

60
36
139

R + G + B ~ 31%. #3C248B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 36 + 139 = 235 (100%)
R 60 of 235 ~ 25.53%
G 36 of 235 ~ 15.32%
B 139 of 235 ~ 59.15%

%25.53
%15.32
%59.15

CMYK color model

#3C248B color CMYK value is (57,74,0,45).

  • cyan value is 56.83%
  • magenta value is 74.10%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(57,74,0,45)
C57M74Y0K45 
(57%,74%,0%,45%)
(0.57/0.74/0.00/0.45)	

CMYK percentages

%56.83
%74.1
%0
%45.49

Codes

Color #3C248B in popluar color models

3C248B
RGB6036139
HSL254°58.86%34.31%
HSB/HSV254°74.10%54.51%
CMYK56.83%74.10%0.00%
45.49%

Color #3C248B in popluar number systems.

HEX3C248B
Decimal6036139
Binary11110010010010001011
Octal7444213

Shades and tints

Shades of #3C248B

#3C248B
(60,36,139)
#37217F
(55,33,127)
#321E73
(50,30,115)
#2D1B67
(45,27,103)
#28185B
(40,24,91)
#23154F
(35,21,79)
#1E1243
(30,18,67)
#190F37
(25,15,55)
#140C2B
(20,12,43)
#0F091F
(15,9,31)
#0A0613
(10,6,19)
#000000
(0,0,0)

Tints of #3C248B

#3C248B
(60,36,139)
#4D3795
(77,55,149)
#5E4A9F
(94,74,159)
#6F5DA9
(111,93,169)
#8070B3
(128,112,179)
#9183BD
(145,131,189)
#A296C7
(162,150,199)
#B3A9D1
(179,169,209)
#C4BCDB
(196,188,219)
#D5CFE5
(213,207,229)
#E6E2EF
(230,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C248B color. Also use rgb(60,36,139) instead hex code.

Text Font Color

.myTextColor { color: #3C248B; }

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

This text font color is #3C248B.


Background Color

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

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

This div background color is #3C248B.


Border color

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

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

This div border color is #3C248B.


Opacity

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

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

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

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

This text has shadow with #3C248B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C248B on black background.


Color preview on white background

This text has color #3C248B on white background.



Black color preview on #3C248B background

This text has black color on #3C248B background.


White color preview on #3C248B background

This text has white color on #3C248B background.