COLOR #35657B

HEX: #35657B RGB: (53,101,123)

Color info

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

RGB color model

#35657B color RGB value is (53,101,123).

RGB: (53,101,123) (21%, 40%, 48%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 123 of 255 = 48%

53
101
123

R + G + B ~ 36%. #35657B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 101 + 123 = 277 (100%)
R 53 of 277 ~ 19.13%
G 101 of 277 ~ 36.46%
B 123 of 277 ~ 44.4'%

%19.13
%36.46
%44.4

CMYK color model

#35657B color CMYK value is (57,18,0,52).

  • cyan value is 56.91%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK: (57,18,0,52) C57M18Y0K52 (57%,18%,0%,52%) (0.57/0.18/0.00/0.52) 

CMYK percentages

%56.91
%17.89
%0
%51.76

Codes

Color #35657B in popluar color models

35 65 7B
RGB 53 101 123
HSL 199° 39.77% 34.51%
HSB/HSV 199° 56.91% 48.24%
CMYK 56.91% 17.89% 0.00%
51.76%

Color #35657B in popluar number systems.

HEX 35 65 7B
Decimal 53 101 123
Binary 110101 1100101 1111011
Octal 65 145 173

Shades and tints

Shades of #35657B

#35657B
(53,101,123)
#315C70
(49,92,112)
#2D5365
(45,83,101)
#294A5A
(41,74,90)
#25414F
(37,65,79)
#213844
(33,56,68)
#1D2F39
(29,47,57)
#19262E
(25,38,46)
#151D23
(21,29,35)
#111418
(17,20,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #35657B

#35657B
(53,101,123)
#477387
(71,115,135)
#598193
(89,129,147)
#6B8F9F
(107,143,159)
#7D9DAB
(125,157,171)
#8FABB7
(143,171,183)
#A1B9C3
(161,185,195)
#B3C7CF
(179,199,207)
#C5D5DB
(197,213,219)
#D7E3E7
(215,227,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35657B color. Also use rgb(53,101,123) instead hex code.

Text Font Color

.myTextColor { color: #35657B; }

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

This text font color is #35657B.

Background Color

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

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

This div background color is #35657B.

Border color

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

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

This div border color is #35657B.

Opacity

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

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

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

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

This text has shadow with #35657B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35657B.

Preview

Color preview on black background

This text has color #35657B on black background.


Color preview on white background

This text has color #35657B on white background.


Black color preview on #35657B background

This text has black color on #35657B background.


White color preview on #35657B background

This text has white color on #35657B background.


Related colors

Complementary color

Complementary color for #hex is #CA9A84.


I love getcolorcode.com

Triadic colors

1 #7B3565 and #657B35 with #35657B are triadic colors.

2 #7B6535 and #65357B with #35657B are triadic colors.