COLOR #333780

HEX: #333780
RGB: (51,55,128)

Color info

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

RGB color model

#333780 color RGB value is (51,55,128).

  • red value is 51;
  • green value is 55;
  • blue value is 128.
RGB:
(51,55,128)
(20%,22%,50%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 128 of 255 = 50%

51
55
128

R + G + B ~ 31%. #333780 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 128 = 234 (100%)
R 51 of 234 ~ 21.79%
G 55 of 234 ~ 23.5%
B 128 of 234 ~ 54.7%

%21.79
%23.5
%54.7

CMYK color model

#333780 color CMYK value is (60,57,0,50).

  • cyan value is 60.16%
  • magenta value is 57.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(60,57,0,50)
C60M57Y0K50 
(60%,57%,0%,50%)
(0.60/0.57/0.00/0.50)	

CMYK percentages

%60.16
%57.03
%0
%49.8

Codes

Color #333780 in popluar color models

333780
RGB5155128
HSL237°43.02%35.10%
HSB/HSV237°60.16%50.20%
CMYK60.16%57.03%0.00%
49.80%

Color #333780 in popluar number systems.

HEX333780
Decimal5155128
Binary11001111011110000000
Octal6367200

Shades and tints

Shades of #333780

#333780
(51,55,128)
#2F3275
(47,50,117)
#2B2D6A
(43,45,106)
#27285F
(39,40,95)
#232354
(35,35,84)
#1F1E49
(31,30,73)
#1B193E
(27,25,62)
#171433
(23,20,51)
#130F28
(19,15,40)
#0F0A1D
(15,10,29)
#0B0512
(11,5,18)
#000000
(0,0,0)

Tints of #333780

#333780
(51,55,128)
#45498B
(69,73,139)
#575B96
(87,91,150)
#696DA1
(105,109,161)
#7B7FAC
(123,127,172)
#8D91B7
(141,145,183)
#9FA3C2
(159,163,194)
#B1B5CD
(177,181,205)
#C3C7D8
(195,199,216)
#D5D9E3
(213,217,227)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333780; }

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

This text font color is #333780.


Background Color

.myBgColor { background-color: #333780; }

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

This div background color is #333780.


Border color

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

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

This div border color is #333780.


Opacity

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

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

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

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

This text has shadow with #333780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333780 on black background.


Color preview on white background

This text has color #333780 on white background.



Black color preview on #333780 background

This text has black color on #333780 background.


White color preview on #333780 background

This text has white color on #333780 background.