COLOR #333777

HEX: #333777 RGB: (51,55,119)

Color info

#333777 contains mainly blue color. Web safe color of #333777 is #333366 (or #336).

RGB color model

#333777 color RGB value is (51,55,119).

RGB: (51,55,119) (20%, 22%, 47%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 119 of 255 = 47%

51
55
119

R + G + B ~ 30%. #333777 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 55 + 119 = 225 (100%)
R 51 of 225 ~ 22.67%
G 55 of 225 ~ 24.44%
B 119 of 225 ~ 52.89'%

%22.67
%24.44
%52.89

CMYK color model

#333777 color CMYK value is (57,54,0,53).

  • cyan value is 57.14%
  • magenta value is 53.78%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (57,54,0,53)
C57M54Y0K53 (57%, 54%, 0%, 53%)
(0.57 / 0.54 / 0.00 / 0.53)

CMYK percentages

%57.14
%53.78
%0
%53.33

Codes

Color #333777 in popluar color models

33 37 77
RGB 51 55 119
HSL 236° 40.00% 33.33%
HSB/HSV 236° 57.14% 46.67%
CMYK 57.14% 53.78% 0.00%
53.33%

Color #333777 in popluar number systems.

HEX 33 37 77
Decimal 51 55 119
Binary 110011 110111 1110111
Octal 63 67 167

Shades and tints

Shades of #333777

#333777
(51,55,119)
#2F326D
(47,50,109)
#2B2D63
(43,45,99)
#272859
(39,40,89)
#23234F
(35,35,79)
#1F1E45
(31,30,69)
#1B193B
(27,25,59)
#171431
(23,20,49)
#130F27
(19,15,39)
#0F0A1D
(15,10,29)
#0B0513
(11,5,19)
#000000
(0,0,0)

Tints of #333777

#333777
(51,55,119)
#454983
(69,73,131)
#575B8F
(87,91,143)
#696D9B
(105,109,155)
#7B7FA7
(123,127,167)
#8D91B3
(141,145,179)
#9FA3BF
(159,163,191)
#B1B5CB
(177,181,203)
#C3C7D7
(195,199,215)
#D5D9E3
(213,217,227)
#E7EBEF
(231,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333777; }

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

This text font color is #333777.

Background Color

.myBgColor { background-color: #333777; }

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

This div background color is #333777.

Border color

.myBorderColor { border: 1px solid #333777; }

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

This div border color is #333777.

Opacity

.myOpacity80 { color: #333777; opacity: 0.8; }

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

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

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

This text has shadow with #333777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333777.

Preview

Color preview on black background

This text has color #333777 on black background.


Color preview on white background

This text has color #333777 on white background.


Black color preview on #333777 background

This text has black color on #333777 background.


White color preview on #333777 background

This text has white color on #333777 background.


Related colors

Complementary color

Complementary color for #hex is #CCC888.


I love getcolorcode.com

Triadic colors

1 #773337 and #377733 with #333777 are triadic colors.

2 #773733 and #373377 with #333777 are triadic colors.