COLOR #335A82

HEX: #335A82 RGB: (51,90,130)

Color info

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

RGB color model

#335A82 color RGB value is (51,90,130).

RGB: (51,90,130) (20%, 35%, 51%)

RGB channels and saturation

R 51 of 255 = 20%
G 90 of 255 = 35%
B 130 of 255 = 51%

51
90
130

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

Portions of RGB colors in percentages

R + G + B = 51 + 90 + 130 = 271 (100%)
R 51 of 271 ~ 18.82%
G 90 of 271 ~ 33.21%
B 130 of 271 ~ 47.97'%

%18.82
%33.21
%47.97

CMYK color model

#335A82 color CMYK value is (61,31,0,49).

  • cyan value is 60.77%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (61,31,0,49)
C61M31Y0K49 (61%, 31%, 0%, 49%)
(0.61 / 0.31 / 0.00 / 0.49)

CMYK percentages

%60.77
%30.77
%0
%49.02

Codes

Color #335A82 in popluar color models

33 5A 82
RGB 51 90 130
HSL 210° 43.65% 35.49%
HSB/HSV 210° 60.77% 50.98%
CMYK 60.77% 30.77% 0.00%
49.02%

Color #335A82 in popluar number systems.

HEX 33 5A 82
Decimal 51 90 130
Binary 110011 1011010 10000010
Octal 63 132 202

Shades and tints

Shades of #335A82

#335A82
(51,90,130)
#2F5277
(47,82,119)
#2B4A6C
(43,74,108)
#274261
(39,66,97)
#233A56
(35,58,86)
#1F324B
(31,50,75)
#1B2A40
(27,42,64)
#172235
(23,34,53)
#131A2A
(19,26,42)
#0F121F
(15,18,31)
#0B0A14
(11,10,20)
#000000
(0,0,0)

Tints of #335A82

#335A82
(51,90,130)
#45698D
(69,105,141)
#577898
(87,120,152)
#6987A3
(105,135,163)
#7B96AE
(123,150,174)
#8DA5B9
(141,165,185)
#9FB4C4
(159,180,196)
#B1C3CF
(177,195,207)
#C3D2DA
(195,210,218)
#D5E1E5
(213,225,229)
#E7F0F0
(231,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335A82 color. Also use rgb(51,90,130) instead hex code.

Text Font Color

.myTextColor { color: #335A82; }

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

This text font color is #335A82.

Background Color

.myBgColor { background-color: #335A82; }

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

This div background color is #335A82.

Border color

.myBorderColor { border: 1px solid #335A82; }

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

This div border color is #335A82.

Opacity

.myOpacity80 { color: #335A82; opacity: 0.8; }

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

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

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

This text has shadow with #335A82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #335A82.

Preview

Color preview on black background

This text has color #335A82 on black background.


Color preview on white background

This text has color #335A82 on white background.


Black color preview on #335A82 background

This text has black color on #335A82 background.


White color preview on #335A82 background

This text has white color on #335A82 background.


Related colors

Complementary color

Complementary color for #hex is #CCA57D.


I love getcolorcode.com

Triadic colors

1 #82335A and #5A8233 with #335A82 are triadic colors.

2 #825A33 and #5A3382 with #335A82 are triadic colors.