COLOR #3011EC

HEX: #3011EC
RGB: (48,17,236)

Color info

#3011EC contains mainly blue color. Web safe color of #3011EC is #3300FF (or #30F).

RGB color model

#3011EC color RGB value is (48,17,236).

  • red value is 48;
  • green value is 17;
  • blue value is 236.
RGB:
(48,17,236)
(19%,7%,93%)

RGB channels and saturation

R 48 of 255 = 19%
G 17 of 255 = 7%
B 236 of 255 = 93%

48
17
236

R + G + B ~ 40%. #3011EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 17 + 236 = 301 (100%)
R 48 of 301 ~ 15.95%
G 17 of 301 ~ 5.65%
B 236 of 301 ~ 78.41%

%15.95
%78.41

CMYK color model

#3011EC color CMYK value is (80,93,0,7).

  • cyan value is 79.66%
  • magenta value is 92.80%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(80,93,0,7)
C80M93Y0K7 
(80%,93%,0%,7%)
(0.80/0.93/0.00/0.07)	

CMYK percentages

%79.66
%92.8
%0
%7.45

Codes

Color #3011EC in popluar color models

3011EC
RGB4817236
HSL248°86.56%49.61%
HSB/HSV248°92.80%92.55%
CMYK79.66%92.80%0.00%
7.45%

Color #3011EC in popluar number systems.

HEX3011EC
Decimal4817236
Binary1100001000111101100
Octal6021354

Shades and tints

Shades of #3011EC

#3011EC
(48,17,236)
#2C10D7
(44,16,215)
#280FC2
(40,15,194)
#240EAD
(36,14,173)
#200D98
(32,13,152)
#1C0C83
(28,12,131)
#180B6E
(24,11,110)
#140A59
(20,10,89)
#100944
(16,9,68)
#0C082F
(12,8,47)
#08071A
(8,7,26)
#000000
(0,0,0)

Tints of #3011EC

#3011EC
(48,17,236)
#4226ED
(66,38,237)
#543BEE
(84,59,238)
#6650EF
(102,80,239)
#7865F0
(120,101,240)
#8A7AF1
(138,122,241)
#9C8FF2
(156,143,242)
#AEA4F3
(174,164,243)
#C0B9F4
(192,185,244)
#D2CEF5
(210,206,245)
#E4E3F6
(228,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3011EC color. Also use rgb(48,17,236) instead hex code.

Text Font Color

.myTextColor { color: #3011EC; }

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

This text font color is #3011EC.


Background Color

.myBgColor { background-color: #3011EC; }

<div style="background-color:#3011EC">Inner text</div>

This div background color is #3011EC.


Border color

.myBorderColor { border: 1px solid #3011EC; }

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

This div border color is #3011EC.


Opacity

.myOpacity80 { color: #3011EC; opacity: 0.8; }

<p style="color:#3011EC;opacity:0.8;">80%</p>

Text with #3011EC 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 #3011EC;}

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

This text has shadow with #3011EC color.

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

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

This text has shadow with #3011EC primary color and red secondary color.


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

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

This text has shadow with #3011EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3011EC on black background.


Color preview on white background

This text has color #3011EC on white background.



Black color preview on #3011EC background

This text has black color on #3011EC background.


White color preview on #3011EC background

This text has white color on #3011EC background.