COLOR #3050B2

HEX: #3050B2
RGB: (48,80,178)

Color info

#3050B2 contains mainly blue color. Web safe color of #3050B2 is #336699 (or #369).

RGB color model

#3050B2 color RGB value is (48,80,178).

  • red value is 48;
  • green value is 80;
  • blue value is 178.
RGB:
(48,80,178)
(19%,31%,70%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 178 of 255 = 70%

48
80
178

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

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 178 = 306 (100%)
R 48 of 306 ~ 15.69%
G 80 of 306 ~ 26.14%
B 178 of 306 ~ 58.17%

%15.69
%26.14
%58.17

CMYK color model

#3050B2 color CMYK value is (73,55,0,30).

  • cyan value is 73.03%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(73,55,0,30)
C73M55Y0K30 
(73%,55%,0%,30%)
(0.73/0.55/0.00/0.30)	

CMYK percentages

%73.03
%55.06
%0
%30.2

Codes

Color #3050B2 in popluar color models

3050B2
RGB4880178
HSL225°57.52%44.31%
HSB/HSV225°73.03%69.80%
CMYK73.03%55.06%0.00%
30.20%

Color #3050B2 in popluar number systems.

HEX3050B2
Decimal4880178
Binary110000101000010110010
Octal60120262

Shades and tints

Shades of #3050B2

#3050B2
(48,80,178)
#2C49A2
(44,73,162)
#284292
(40,66,146)
#243B82
(36,59,130)
#203472
(32,52,114)
#1C2D62
(28,45,98)
#182652
(24,38,82)
#141F42
(20,31,66)
#101832
(16,24,50)
#0C1122
(12,17,34)
#080A12
(8,10,18)
#000000
(0,0,0)

Tints of #3050B2

#3050B2
(48,80,178)
#425FB9
(66,95,185)
#546EC0
(84,110,192)
#667DC7
(102,125,199)
#788CCE
(120,140,206)
#8A9BD5
(138,155,213)
#9CAADC
(156,170,220)
#AEB9E3
(174,185,227)
#C0C8EA
(192,200,234)
#D2D7F1
(210,215,241)
#E4E6F8
(228,230,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3050B2 color. Also use rgb(48,80,178) instead hex code.

Text Font Color

.myTextColor { color: #3050B2; }

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

This text font color is #3050B2.


Background Color

.myBgColor { background-color: #3050B2; }

<div style="background-color:#3050B2">Inner text</div>

This div background color is #3050B2.


Border color

.myBorderColor { border: 1px solid #3050B2; }

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

This div border color is #3050B2.


Opacity

.myOpacity80 { color: #3050B2; opacity: 0.8; }

<p style="color:#3050B2;opacity:0.8;">80%</p>

Text with #3050B2 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 #3050B2;}

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

This text has shadow with #3050B2 color.

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

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

This text has shadow with #3050B2 primary color and red secondary color.


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

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

This text has shadow with #3050B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3050B2 on black background.


Color preview on white background

This text has color #3050B2 on white background.



Black color preview on #3050B2 background

This text has black color on #3050B2 background.


White color preview on #3050B2 background

This text has white color on #3050B2 background.