COLOR #3377D6

HEX: #3377D6
RGB: (51,119,214)

Color info

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

RGB color model

#3377D6 color RGB value is (51,119,214).

  • red value is 51;
  • green value is 119;
  • blue value is 214.
RGB:
(51,119,214)
(20%,47%,84%)

RGB channels and saturation

R 51 of 255 = 20%
G 119 of 255 = 47%
B 214 of 255 = 84%

51
119
214

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

Portions of RGB colors in percentages

R + G + B =
51 + 119 + 214 = 384 (100%)
R 51 of 384 ~ 13.28%
G 119 of 384 ~ 30.99%
B 214 of 384 ~ 55.73%

%13.28
%30.99
%55.73

CMYK color model

#3377D6 color CMYK value is (76,44,0,16).

  • cyan value is 76.17%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(76,44,0,16)
C76M44Y0K16 
(76%,44%,0%,16%)
(0.76/0.44/0.00/0.16)	

CMYK percentages

%76.17
%44.39
%0
%16.08

Codes

Color #3377D6 in popluar color models

3377D6
RGB51119214
HSL215°66.53%51.96%
HSB/HSV215°76.17%83.92%
CMYK76.17%44.39%0.00%
16.08%

Color #3377D6 in popluar number systems.

HEX3377D6
Decimal51119214
Binary110011111011111010110
Octal63167326

Shades and tints

Shades of #3377D6

#3377D6
(51,119,214)
#2F6DC3
(47,109,195)
#2B63B0
(43,99,176)
#27599D
(39,89,157)
#234F8A
(35,79,138)
#1F4577
(31,69,119)
#1B3B64
(27,59,100)
#173151
(23,49,81)
#13273E
(19,39,62)
#0F1D2B
(15,29,43)
#0B1318
(11,19,24)
#000000
(0,0,0)

Tints of #3377D6

#3377D6
(51,119,214)
#4583D9
(69,131,217)
#578FDC
(87,143,220)
#699BDF
(105,155,223)
#7BA7E2
(123,167,226)
#8DB3E5
(141,179,229)
#9FBFE8
(159,191,232)
#B1CBEB
(177,203,235)
#C3D7EE
(195,215,238)
#D5E3F1
(213,227,241)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3377D6 color. Also use rgb(51,119,214) instead hex code.

Text Font Color

.myTextColor { color: #3377D6; }

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

This text font color is #3377D6.


Background Color

.myBgColor { background-color: #3377D6; }

<div style="background-color:#3377D6">Inner text</div>

This div background color is #3377D6.


Border color

.myBorderColor { border: 1px solid #3377D6; }

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

This div border color is #3377D6.


Opacity

.myOpacity80 { color: #3377D6; opacity: 0.8; }

<p style="color:#3377D6;opacity:0.8;">80%</p>

Text with #3377D6 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 #3377D6;}

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

This text has shadow with #3377D6 color.

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

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

This text has shadow with #3377D6 primary color and red secondary color.


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

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

This text has shadow with #3377D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3377D6 on black background.


Color preview on white background

This text has color #3377D6 on white background.



Black color preview on #3377D6 background

This text has black color on #3377D6 background.


White color preview on #3377D6 background

This text has white color on #3377D6 background.