COLOR #35778D

HEX: #35778D RGB: (53,119,141)

Color info

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

RGB color model

#35778D color RGB value is (53,119,141).

RGB: (53,119,141) (21%, 47%, 55%)

RGB channels and saturation

R 53 of 255 = 21%
G 119 of 255 = 47%
B 141 of 255 = 55%

53
119
141

R + G + B ~ 41%. #35778D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 119 + 141 = 313 (100%)
R 53 of 313 ~ 16.93%
G 119 of 313 ~ 38.02%
B 141 of 313 ~ 45.05'%

%16.93
%38.02
%45.05

CMYK color model

#35778D color CMYK value is (62,16,0,45).

  • cyan value is 62.41%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (62,16,0,45)
C62M16Y0K45 (62%, 16%, 0%, 45%)
(0.62 / 0.16 / 0.00 / 0.45)

CMYK percentages

%62.41
%15.6
%0
%44.71

Codes

Color #35778D in popluar color models

35 77 8D
RGB 53 119 141
HSL 195° 45.36% 38.04%
HSB/HSV 195° 62.41% 55.29%
CMYK 62.41% 15.60% 0.00%
44.71%

Color #35778D in popluar number systems.

HEX 35 77 8D
Decimal 53 119 141
Binary 110101 1110111 10001101
Octal 65 167 215

Shades and tints

Shades of #35778D

#35778D
(53,119,141)
#316D81
(49,109,129)
#2D6375
(45,99,117)
#295969
(41,89,105)
#254F5D
(37,79,93)
#214551
(33,69,81)
#1D3B45
(29,59,69)
#193139
(25,49,57)
#15272D
(21,39,45)
#111D21
(17,29,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #35778D

#35778D
(53,119,141)
#478397
(71,131,151)
#598FA1
(89,143,161)
#6B9BAB
(107,155,171)
#7DA7B5
(125,167,181)
#8FB3BF
(143,179,191)
#A1BFC9
(161,191,201)
#B3CBD3
(179,203,211)
#C5D7DD
(197,215,221)
#D7E3E7
(215,227,231)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35778D color. Also use rgb(53,119,141) instead hex code.

Text Font Color

.myTextColor { color: #35778D; }

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

This text font color is #35778D.

Background Color

.myBgColor { background-color: #35778D; }

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

This div background color is #35778D.

Border color

.myBorderColor { border: 1px solid #35778D; }

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

This div border color is #35778D.

Opacity

.myOpacity80 { color: #35778D; opacity: 0.8; }

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

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

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

This text has shadow with #35778D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35778D.

Preview

Color preview on black background

This text has color #35778D on black background.


Color preview on white background

This text has color #35778D on white background.


Black color preview on #35778D background

This text has black color on #35778D background.


White color preview on #35778D background

This text has white color on #35778D background.


Related colors

Complementary color

Complementary color for #hex is #CA8872.


I love getcolorcode.com

Triadic colors

1 #8D3577 and #778D35 with #35778D are triadic colors.

2 #8D7735 and #77358D with #35778D are triadic colors.