COLOR #35626B

HEX: #35626B RGB: (53,98,107)

Color info

#35626B contains red, green and blue colors in about the same proportion. Web safe color of #35626B is #336666 (or #366).

RGB color model

#35626B color RGB value is (53,98,107).

RGB: (53,98,107) (21%, 38%, 42%)

RGB channels and saturation

R 53 of 255 = 21%
G 98 of 255 = 38%
B 107 of 255 = 42%

53
98
107

R + G + B ~ 34%. #35626B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 98 + 107 = 258 (100%)
R 53 of 258 ~ 20.54%
G 98 of 258 ~ 37.98%
B 107 of 258 ~ 41.47'%

%20.54
%37.98
%41.47

CMYK color model

#35626B color CMYK value is (50,8,0,58).

  • cyan value is 50.47%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (50,8,0,58)
C50M8Y0K58 (50%, 8%, 0%, 58%)
(0.50 / 0.08 / 0.00 / 0.58)

CMYK percentages

%50.47
%8.41
%0
%58.04

Codes

Color #35626B in popluar color models

35 62 6B
RGB 53 98 107
HSL 190° 33.75% 31.37%
HSB/HSV 190° 50.47% 41.96%
CMYK 50.47% 8.41% 0.00%
58.04%

Color #35626B in popluar number systems.

HEX 35 62 6B
Decimal 53 98 107
Binary 110101 1100010 1101011
Octal 65 142 153

Shades and tints

Shades of #35626B

#35626B
(53,98,107)
#315A62
(49,90,98)
#2D5259
(45,82,89)
#294A50
(41,74,80)
#254247
(37,66,71)
#213A3E
(33,58,62)
#1D3235
(29,50,53)
#192A2C
(25,42,44)
#152223
(21,34,35)
#111A1A
(17,26,26)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #35626B

#35626B
(53,98,107)
#477078
(71,112,120)
#597E85
(89,126,133)
#6B8C92
(107,140,146)
#7D9A9F
(125,154,159)
#8FA8AC
(143,168,172)
#A1B6B9
(161,182,185)
#B3C4C6
(179,196,198)
#C5D2D3
(197,210,211)
#D7E0E0
(215,224,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35626B color. Also use rgb(53,98,107) instead hex code.

Text Font Color

.myTextColor { color: #35626B; }

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

This text font color is #35626B.

Background Color

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

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

This div background color is #35626B.

Border color

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

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

This div border color is #35626B.

Opacity

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

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

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

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

This text has shadow with #35626B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35626B.

Preview

Color preview on black background

This text has color #35626B on black background.


Color preview on white background

This text has color #35626B on white background.


Black color preview on #35626B background

This text has black color on #35626B background.


White color preview on #35626B background

This text has white color on #35626B background.


Related colors

Complementary color

Complementary color for #hex is #CA9D94.


I love getcolorcode.com

Triadic colors

1 #6B3562 and #626B35 with #35626B are triadic colors.

2 #6B6235 and #62356B with #35626B are triadic colors.