COLOR #335086

HEX: #335086
RGB: (51,80,134)

Color info

#335086 contains mainly green and blue colors. Web safe color of #335086 is #336699 (or #369).

RGB color model

#335086 color RGB value is (51,80,134).

  • red value is 51;
  • green value is 80;
  • blue value is 134.
RGB:
(51,80,134)
(20%,31%,53%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 134 of 255 = 53%

51
80
134

R + G + B ~ 35%. #335086 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 134 = 265 (100%)
R 51 of 265 ~ 19.25%
G 80 of 265 ~ 30.19%
B 134 of 265 ~ 50.57%

%19.25
%30.19
%50.57

CMYK color model

#335086 color CMYK value is (62,40,0,47).

  • cyan value is 61.94%
  • magenta value is 40.30%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(62,40,0,47)
C62M40Y0K47 
(62%,40%,0%,47%)
(0.62/0.40/0.00/0.47)	

CMYK percentages

%61.94
%40.3
%0
%47.45

Codes

Color #335086 in popluar color models

335086
RGB5180134
HSL219°44.86%36.27%
HSB/HSV219°61.94%52.55%
CMYK61.94%40.30%0.00%
47.45%

Color #335086 in popluar number systems.

HEX335086
Decimal5180134
Binary110011101000010000110
Octal63120206

Shades and tints

Shades of #335086

#335086
(51,80,134)
#2F497A
(47,73,122)
#2B426E
(43,66,110)
#273B62
(39,59,98)
#233456
(35,52,86)
#1F2D4A
(31,45,74)
#1B263E
(27,38,62)
#171F32
(23,31,50)
#131826
(19,24,38)
#0F111A
(15,17,26)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #335086

#335086
(51,80,134)
#455F91
(69,95,145)
#576E9C
(87,110,156)
#697DA7
(105,125,167)
#7B8CB2
(123,140,178)
#8D9BBD
(141,155,189)
#9FAAC8
(159,170,200)
#B1B9D3
(177,185,211)
#C3C8DE
(195,200,222)
#D5D7E9
(213,215,233)
#E7E6F4
(231,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335086 color. Also use rgb(51,80,134) instead hex code.

Text Font Color

.myTextColor { color: #335086; }

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

This text font color is #335086.


Background Color

.myBgColor { background-color: #335086; }

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

This div background color is #335086.


Border color

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

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

This div border color is #335086.


Opacity

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

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

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

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

This text has shadow with #335086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335086 on black background.


Color preview on white background

This text has color #335086 on white background.



Black color preview on #335086 background

This text has black color on #335086 background.


White color preview on #335086 background

This text has white color on #335086 background.