COLOR #3377DF

HEX: #3377DF RGB: (51,119,223)

Color info

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

RGB color model

#3377DF color RGB value is (51,119,223).

RGB: (51,119,223) (20%, 47%, 87%)

RGB channels and saturation

R 51 of 255 = 20%
G 119 of 255 = 47%
B 223 of 255 = 87%

51
119
223

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

Portions of RGB colors in percentages

R + G + B = 51 + 119 + 223 = 393 (100%)
R 51 of 393 ~ 12.98%
G 119 of 393 ~ 30.28%
B 223 of 393 ~ 56.74'%

%12.98
%30.28
%56.74

CMYK color model

#3377DF color CMYK value is (77,47,0,13).

  • cyan value is 77.13%
  • magenta value is 46.64%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (77,47,0,13)
C77M47Y0K13 (77%, 47%, 0%, 13%)
(0.77 / 0.47 / 0.00 / 0.13)

CMYK percentages

%77.13
%46.64
%0
%12.55

Codes

Color #3377DF in popluar color models

33 77 DF
RGB 51 119 223
HSL 216° 72.88% 53.73%
HSB/HSV 216° 77.13% 87.45%
CMYK 77.13% 46.64% 0.00%
12.55%

Color #3377DF in popluar number systems.

HEX 33 77 DF
Decimal 51 119 223
Binary 110011 1110111 11011111
Octal 63 167 337

Shades and tints

Shades of #3377DF

#3377DF
(51,119,223)
#2F6DCB
(47,109,203)
#2B63B7
(43,99,183)
#2759A3
(39,89,163)
#234F8F
(35,79,143)
#1F457B
(31,69,123)
#1B3B67
(27,59,103)
#173153
(23,49,83)
#13273F
(19,39,63)
#0F1D2B
(15,29,43)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #3377DF

#3377DF
(51,119,223)
#4583E1
(69,131,225)
#578FE3
(87,143,227)
#699BE5
(105,155,229)
#7BA7E7
(123,167,231)
#8DB3E9
(141,179,233)
#9FBFEB
(159,191,235)
#B1CBED
(177,203,237)
#C3D7EF
(195,215,239)
#D5E3F1
(213,227,241)
#E7EFF3
(231,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3377DF; }

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

This text font color is #3377DF.

Background Color

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

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

This div background color is #3377DF.

Border color

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

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

This div border color is #3377DF.

Opacity

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

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

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

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

This text has shadow with #3377DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3377DF.

Preview

Color preview on black background

This text has color #3377DF on black background.


Color preview on white background

This text has color #3377DF on white background.


Black color preview on #3377DF background

This text has black color on #3377DF background.


White color preview on #3377DF background

This text has white color on #3377DF background.


Related colors

Complementary color

Complementary color for #hex is #CC8820.


I love getcolorcode.com

Triadic colors

1 #DF3377 and #77DF33 with #3377DF are triadic colors.

2 #DF7733 and #7733DF with #3377DF are triadic colors.