COLOR #35969F

HEX: #35969F
RGB: (53,150,159)

Color info

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

RGB color model

#35969F color RGB value is (53,150,159).

  • red value is 53;
  • green value is 150;
  • blue value is 159.
RGB:
(53,150,159)
(21%,59%,62%)

RGB channels and saturation

R 53 of 255 = 21%
G 150 of 255 = 59%
B 159 of 255 = 62%

53
150
159

R + G + B ~ 47%. #35969F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 150 + 159 = 362 (100%)
R 53 of 362 ~ 14.64%
G 150 of 362 ~ 41.44%
B 159 of 362 ~ 43.92%

%14.64
%41.44
%43.92

CMYK color model

#35969F color CMYK value is (67,6,0,38).

  • cyan value is 66.67%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(67,6,0,38)
C67M6Y0K38 
(67%,6%,0%,38%)
(0.67/0.06/0.00/0.38)	

CMYK percentages

%66.67
%5.66
%0
%37.65

Codes

Color #35969F in popluar color models

35969F
RGB53150159
HSL185°50.00%41.57%
HSB/HSV185°66.67%62.35%
CMYK66.67%5.66%0.00%
37.65%

Color #35969F in popluar number systems.

HEX35969F
Decimal53150159
Binary1101011001011010011111
Octal65226237

Shades and tints

Shades of #35969F

#35969F
(53,150,159)
#318991
(49,137,145)
#2D7C83
(45,124,131)
#296F75
(41,111,117)
#256267
(37,98,103)
#215559
(33,85,89)
#1D484B
(29,72,75)
#193B3D
(25,59,61)
#152E2F
(21,46,47)
#112121
(17,33,33)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #35969F

#35969F
(53,150,159)
#479FA7
(71,159,167)
#59A8AF
(89,168,175)
#6BB1B7
(107,177,183)
#7DBABF
(125,186,191)
#8FC3C7
(143,195,199)
#A1CCCF
(161,204,207)
#B3D5D7
(179,213,215)
#C5DEDF
(197,222,223)
#D7E7E7
(215,231,231)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35969F color. Also use rgb(53,150,159) instead hex code.

Text Font Color

.myTextColor { color: #35969F; }

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

This text font color is #35969F.


Background Color

.myBgColor { background-color: #35969F; }

<div style="background-color:#35969F">Inner text</div>

This div background color is #35969F.


Border color

.myBorderColor { border: 1px solid #35969F; }

<div style="border:3px solid #35969F">Div</div>

This div border color is #35969F.


Opacity

.myOpacity80 { color: #35969F; opacity: 0.8; }

<p style="color:#35969F;opacity:0.8;">80%</p>

Text with #35969F 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 #35969F;}

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

This text has shadow with #35969F color.

.textShadow {text-shadow: 3px 3px 1px #35969F, 3px 3px 1px red;}

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

This text has shadow with #35969F primary color and red secondary color.


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

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

This text has shadow with #35969F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35969F on black background.


Color preview on white background

This text has color #35969F on white background.



Black color preview on #35969F background

This text has black color on #35969F background.


White color preview on #35969F background

This text has white color on #35969F background.