COLOR #35899C

HEX: #35899C
RGB: (53,137,156)

Color info

#35899C contains mainly green and blue colors. Web safe color of #35899C is #339999 (or #399).

RGB color model

#35899C color RGB value is (53,137,156).

  • red value is 53;
  • green value is 137;
  • blue value is 156.
RGB:
(53,137,156)
(21%,54%,61%)

RGB channels and saturation

R 53 of 255 = 21%
G 137 of 255 = 54%
B 156 of 255 = 61%

53
137
156

R + G + B ~ 45%. #35899C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 137 + 156 = 346 (100%)
R 53 of 346 ~ 15.32%
G 137 of 346 ~ 39.6%
B 156 of 346 ~ 45.09%

%15.32
%39.6
%45.09

CMYK color model

#35899C color CMYK value is (66,12,0,39).

  • cyan value is 66.03%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(66,12,0,39)
C66M12Y0K39 
(66%,12%,0%,39%)
(0.66/0.12/0.00/0.39)	

CMYK percentages

%66.03
%12.18
%0
%38.82

Codes

Color #35899C in popluar color models

35899C
RGB53137156
HSL191°49.28%40.98%
HSB/HSV191°66.03%61.18%
CMYK66.03%12.18%0.00%
38.82%

Color #35899C in popluar number systems.

HEX35899C
Decimal53137156
Binary1101011000100110011100
Octal65211234

Shades and tints

Shades of #35899C

#35899C
(53,137,156)
#317D8E
(49,125,142)
#2D7180
(45,113,128)
#296572
(41,101,114)
#255964
(37,89,100)
#214D56
(33,77,86)
#1D4148
(29,65,72)
#19353A
(25,53,58)
#15292C
(21,41,44)
#111D1E
(17,29,30)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #35899C

#35899C
(53,137,156)
#4793A5
(71,147,165)
#599DAE
(89,157,174)
#6BA7B7
(107,167,183)
#7DB1C0
(125,177,192)
#8FBBC9
(143,187,201)
#A1C5D2
(161,197,210)
#B3CFDB
(179,207,219)
#C5D9E4
(197,217,228)
#D7E3ED
(215,227,237)
#E9EDF6
(233,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35899C color. Also use rgb(53,137,156) instead hex code.

Text Font Color

.myTextColor { color: #35899C; }

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

This text font color is #35899C.


Background Color

.myBgColor { background-color: #35899C; }

<div style="background-color:#35899C">Inner text</div>

This div background color is #35899C.


Border color

.myBorderColor { border: 1px solid #35899C; }

<div style="border:3px solid #35899C">Div</div>

This div border color is #35899C.


Opacity

.myOpacity80 { color: #35899C; opacity: 0.8; }

<p style="color:#35899C;opacity:0.8;">80%</p>

Text with #35899C 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 #35899C;}

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

This text has shadow with #35899C color.

.textShadow {text-shadow: 3px 3px 1px #35899C, 3px 3px 1px red;}

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

This text has shadow with #35899C primary color and red secondary color.


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

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

This text has shadow with #35899C and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35899C;
-webkit-box-shadow: 1px 1px 3px 2px #35899C;
box-shadow:1px 1px 3px 2px #35899C;">
Div content here</div>
This div box has shadow with color #35899C.

Preview

Color preview on black background

This text has color #35899C on black background.


Color preview on white background

This text has color #35899C on white background.



Black color preview on #35899C background

This text has black color on #35899C background.


White color preview on #35899C background

This text has white color on #35899C background.