COLOR #35689B

HEX: #35689B RGB: (53,104,155)

Color info

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

RGB color model

#35689B color RGB value is (53,104,155).

RGB: (53,104,155) (21%, 41%, 61%)

RGB channels and saturation

R 53 of 255 = 21%
G 104 of 255 = 41%
B 155 of 255 = 61%

53
104
155

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

Portions of RGB colors in percentages

R + G + B = 53 + 104 + 155 = 312 (100%)
R 53 of 312 ~ 16.99%
G 104 of 312 ~ 33.33%
B 155 of 312 ~ 49.68'%

%16.99
%33.33
%49.68

CMYK color model

#35689B color CMYK value is (66,33,0,39).

  • cyan value is 65.81%
  • magenta value is 32.90%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (66,33,0,39)
C66M33Y0K39 (66%, 33%, 0%, 39%)
(0.66 / 0.33 / 0.00 / 0.39)

CMYK percentages

%65.81
%32.9
%0
%39.22

Codes

Color #35689B in popluar color models

35 68 9B
RGB 53 104 155
HSL 210° 49.04% 40.78%
HSB/HSV 210° 65.81% 60.78%
CMYK 65.81% 32.90% 0.00%
39.22%

Color #35689B in popluar number systems.

HEX 35 68 9B
Decimal 53 104 155
Binary 110101 1101000 10011011
Octal 65 150 233

Shades and tints

Shades of #35689B

#35689B
(53,104,155)
#315F8D
(49,95,141)
#2D567F
(45,86,127)
#294D71
(41,77,113)
#254463
(37,68,99)
#213B55
(33,59,85)
#1D3247
(29,50,71)
#192939
(25,41,57)
#15202B
(21,32,43)
#11171D
(17,23,29)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #35689B

#35689B
(53,104,155)
#4775A4
(71,117,164)
#5982AD
(89,130,173)
#6B8FB6
(107,143,182)
#7D9CBF
(125,156,191)
#8FA9C8
(143,169,200)
#A1B6D1
(161,182,209)
#B3C3DA
(179,195,218)
#C5D0E3
(197,208,227)
#D7DDEC
(215,221,236)
#E9EAF5
(233,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35689B color. Also use rgb(53,104,155) instead hex code.

Text Font Color

.myTextColor { color: #35689B; }

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

This text font color is #35689B.

Background Color

.myBgColor { background-color: #35689B; }

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

This div background color is #35689B.

Border color

.myBorderColor { border: 1px solid #35689B; }

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

This div border color is #35689B.

Opacity

.myOpacity80 { color: #35689B; opacity: 0.8; }

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

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

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

This text has shadow with #35689B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35689B.

Preview

Color preview on black background

This text has color #35689B on black background.


Color preview on white background

This text has color #35689B on white background.


Black color preview on #35689B background

This text has black color on #35689B background.


White color preview on #35689B background

This text has white color on #35689B background.


Related colors

Complementary color

Complementary color for #hex is #CA9764.


I love getcolorcode.com

Triadic colors

1 #9B3568 and #689B35 with #35689B are triadic colors.

2 #9B6835 and #68359B with #35689B are triadic colors.