COLOR #3071DD

HEX: #3071DD
RGB: (48,113,221)

Color info

#3071DD contains mainly blue color. Web safe color of #3071DD is #3366CC (or #36C).

RGB color model

#3071DD color RGB value is (48,113,221).

  • red value is 48;
  • green value is 113;
  • blue value is 221.
RGB:
(48,113,221)
(19%,44%,87%)

RGB channels and saturation

R 48 of 255 = 19%
G 113 of 255 = 44%
B 221 of 255 = 87%

48
113
221

R + G + B ~ 50%. #3071DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 113 + 221 = 382 (100%)
R 48 of 382 ~ 12.57%
G 113 of 382 ~ 29.58%
B 221 of 382 ~ 57.85%

%12.57
%29.58
%57.85

CMYK color model

#3071DD color CMYK value is (78,49,0,13).

  • cyan value is 78.28%
  • magenta value is 48.87%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(78,49,0,13)
C78M49Y0K13 
(78%,49%,0%,13%)
(0.78/0.49/0.00/0.13)	

CMYK percentages

%78.28
%48.87
%0
%13.33

Codes

Color #3071DD in popluar color models

3071DD
RGB48113221
HSL217°71.78%52.75%
HSB/HSV217°78.28%86.67%
CMYK78.28%48.87%0.00%
13.33%

Color #3071DD in popluar number systems.

HEX3071DD
Decimal48113221
Binary110000111000111011101
Octal60161335

Shades and tints

Shades of #3071DD

#3071DD
(48,113,221)
#2C67C9
(44,103,201)
#285DB5
(40,93,181)
#2453A1
(36,83,161)
#20498D
(32,73,141)
#1C3F79
(28,63,121)
#183565
(24,53,101)
#142B51
(20,43,81)
#10213D
(16,33,61)
#0C1729
(12,23,41)
#080D15
(8,13,21)
#000000
(0,0,0)

Tints of #3071DD

#3071DD
(48,113,221)
#427DE0
(66,125,224)
#5489E3
(84,137,227)
#6695E6
(102,149,230)
#78A1E9
(120,161,233)
#8AADEC
(138,173,236)
#9CB9EF
(156,185,239)
#AEC5F2
(174,197,242)
#C0D1F5
(192,209,245)
#D2DDF8
(210,221,248)
#E4E9FB
(228,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3071DD color. Also use rgb(48,113,221) instead hex code.

Text Font Color

.myTextColor { color: #3071DD; }

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

This text font color is #3071DD.


Background Color

.myBgColor { background-color: #3071DD; }

<div style="background-color:#3071DD">Inner text</div>

This div background color is #3071DD.


Border color

.myBorderColor { border: 1px solid #3071DD; }

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

This div border color is #3071DD.


Opacity

.myOpacity80 { color: #3071DD; opacity: 0.8; }

<p style="color:#3071DD;opacity:0.8;">80%</p>

Text with #3071DD 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 #3071DD;}

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

This text has shadow with #3071DD color.

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

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

This text has shadow with #3071DD primary color and red secondary color.


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

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

This text has shadow with #3071DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3071DD on black background.


Color preview on white background

This text has color #3071DD on white background.



Black color preview on #3071DD background

This text has black color on #3071DD background.


White color preview on #3071DD background

This text has white color on #3071DD background.