COLOR #3041D4

HEX: #3041D4
RGB: (48,65,212)

Color info

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

RGB color model

#3041D4 color RGB value is (48,65,212).

  • red value is 48;
  • green value is 65;
  • blue value is 212.
RGB:
(48,65,212)
(19%,25%,83%)

RGB channels and saturation

R 48 of 255 = 19%
G 65 of 255 = 25%
B 212 of 255 = 83%

48
65
212

R + G + B ~ 42%. #3041D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 65 + 212 = 325 (100%)
R 48 of 325 ~ 14.77%
G 65 of 325 ~ 20%
B 212 of 325 ~ 65.23%

%14.77
%20
%65.23

CMYK color model

#3041D4 color CMYK value is (77,69,0,17).

  • cyan value is 77.36%
  • magenta value is 69.34%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(77,69,0,17)
C77M69Y0K17 
(77%,69%,0%,17%)
(0.77/0.69/0.00/0.17)	

CMYK percentages

%77.36
%69.34
%0
%16.86

Codes

Color #3041D4 in popluar color models

3041D4
RGB4865212
HSL234°65.60%50.98%
HSB/HSV234°77.36%83.14%
CMYK77.36%69.34%0.00%
16.86%

Color #3041D4 in popluar number systems.

HEX3041D4
Decimal4865212
Binary110000100000111010100
Octal60101324

Shades and tints

Shades of #3041D4

#3041D4
(48,65,212)
#2C3CC1
(44,60,193)
#2837AE
(40,55,174)
#24329B
(36,50,155)
#202D88
(32,45,136)
#1C2875
(28,40,117)
#182362
(24,35,98)
#141E4F
(20,30,79)
#10193C
(16,25,60)
#0C1429
(12,20,41)
#080F16
(8,15,22)
#000000
(0,0,0)

Tints of #3041D4

#3041D4
(48,65,212)
#4252D7
(66,82,215)
#5463DA
(84,99,218)
#6674DD
(102,116,221)
#7885E0
(120,133,224)
#8A96E3
(138,150,227)
#9CA7E6
(156,167,230)
#AEB8E9
(174,184,233)
#C0C9EC
(192,201,236)
#D2DAEF
(210,218,239)
#E4EBF2
(228,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3041D4 color. Also use rgb(48,65,212) instead hex code.

Text Font Color

.myTextColor { color: #3041D4; }

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

This text font color is #3041D4.


Background Color

.myBgColor { background-color: #3041D4; }

<div style="background-color:#3041D4">Inner text</div>

This div background color is #3041D4.


Border color

.myBorderColor { border: 1px solid #3041D4; }

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

This div border color is #3041D4.


Opacity

.myOpacity80 { color: #3041D4; opacity: 0.8; }

<p style="color:#3041D4;opacity:0.8;">80%</p>

Text with #3041D4 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 #3041D4;}

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

This text has shadow with #3041D4 color.

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

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

This text has shadow with #3041D4 primary color and red secondary color.


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

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

This text has shadow with #3041D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3041D4 on black background.


Color preview on white background

This text has color #3041D4 on white background.



Black color preview on #3041D4 background

This text has black color on #3041D4 background.


White color preview on #3041D4 background

This text has white color on #3041D4 background.