COLOR #335678

HEX: #335678
RGB: (51,86,120)

Color info

#335678 contains mainly green and blue colors. Web safe color of #335678 is #336666 (or #366).

RGB color model

#335678 color RGB value is (51,86,120).

  • red value is 51;
  • green value is 86;
  • blue value is 120.
RGB:
(51,86,120)
(20%,34%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 86 of 255 = 34%
B 120 of 255 = 47%

51
86
120

R + G + B ~ 34%. #335678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 86 + 120 = 257 (100%)
R 51 of 257 ~ 19.84%
G 86 of 257 ~ 33.46%
B 120 of 257 ~ 46.69%

%19.84
%33.46
%46.69

CMYK color model

#335678 color CMYK value is (58,28,0,53).

  • cyan value is 57.50%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(58,28,0,53)
C58M28Y0K53 
(58%,28%,0%,53%)
(0.58/0.28/0.00/0.53)	

CMYK percentages

%57.5
%28.33
%0
%52.94

Codes

Color #335678 in popluar color models

335678
RGB5186120
HSL210°40.35%33.53%
HSB/HSV210°57.50%47.06%
CMYK57.50%28.33%0.00%
52.94%

Color #335678 in popluar number systems.

HEX335678
Decimal5186120
Binary11001110101101111000
Octal63126170

Shades and tints

Shades of #335678

#335678
(51,86,120)
#2F4F6E
(47,79,110)
#2B4864
(43,72,100)
#27415A
(39,65,90)
#233A50
(35,58,80)
#1F3346
(31,51,70)
#1B2C3C
(27,44,60)
#172532
(23,37,50)
#131E28
(19,30,40)
#0F171E
(15,23,30)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #335678

#335678
(51,86,120)
#456584
(69,101,132)
#577490
(87,116,144)
#69839C
(105,131,156)
#7B92A8
(123,146,168)
#8DA1B4
(141,161,180)
#9FB0C0
(159,176,192)
#B1BFCC
(177,191,204)
#C3CED8
(195,206,216)
#D5DDE4
(213,221,228)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335678 color. Also use rgb(51,86,120) instead hex code.

Text Font Color

.myTextColor { color: #335678; }

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

This text font color is #335678.


Background Color

.myBgColor { background-color: #335678; }

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

This div background color is #335678.


Border color

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

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

This div border color is #335678.


Opacity

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

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

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

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

This text has shadow with #335678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335678 on black background.


Color preview on white background

This text has color #335678 on white background.



Black color preview on #335678 background

This text has black color on #335678 background.


White color preview on #335678 background

This text has white color on #335678 background.