COLOR #356A7F

HEX: #356A7F RGB: (53,106,127)

Color info

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

RGB color model

#356A7F color RGB value is (53,106,127).

RGB: (53,106,127) (21%, 42%, 50%)

RGB channels and saturation

R 53 of 255 = 21%
G 106 of 255 = 42%
B 127 of 255 = 50%

53
106
127

R + G + B ~ 38%. #356A7F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 106 + 127 = 286 (100%)
R 53 of 286 ~ 18.53%
G 106 of 286 ~ 37.06%
B 127 of 286 ~ 44.41'%

%18.53
%37.06
%44.41

CMYK color model

#356A7F color CMYK value is (58,17,0,50).

  • cyan value is 58.27%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (58,17,0,50)
C58M17Y0K50 (58%, 17%, 0%, 50%)
(0.58 / 0.17 / 0.00 / 0.50)

CMYK percentages

%58.27
%16.54
%0
%50.2

Codes

Color #356A7F in popluar color models

35 6A 7F
RGB 53 106 127
HSL 197° 41.11% 35.29%
HSB/HSV 197° 58.27% 49.80%
CMYK 58.27% 16.54% 0.00%
50.20%

Color #356A7F in popluar number systems.

HEX 35 6A 7F
Decimal 53 106 127
Binary 110101 1101010 1111111
Octal 65 152 177

Shades and tints

Shades of #356A7F

#356A7F
(53,106,127)
#316174
(49,97,116)
#2D5869
(45,88,105)
#294F5E
(41,79,94)
#254653
(37,70,83)
#213D48
(33,61,72)
#1D343D
(29,52,61)
#192B32
(25,43,50)
#152227
(21,34,39)
#11191C
(17,25,28)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #356A7F

#356A7F
(53,106,127)
#47778A
(71,119,138)
#598495
(89,132,149)
#6B91A0
(107,145,160)
#7D9EAB
(125,158,171)
#8FABB6
(143,171,182)
#A1B8C1
(161,184,193)
#B3C5CC
(179,197,204)
#C5D2D7
(197,210,215)
#D7DFE2
(215,223,226)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356A7F color. Also use rgb(53,106,127) instead hex code.

Text Font Color

.myTextColor { color: #356A7F; }

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

This text font color is #356A7F.

Background Color

.myBgColor { background-color: #356A7F; }

<div style="background-color:#356A7F">Inner text</div>

This div background color is #356A7F.

Border color

.myBorderColor { border: 1px solid #356A7F; }

<div style="border:3px solid #356A7F">Div</div>

This div border color is #356A7F.

Opacity

.myOpacity80 { color: #356A7F; opacity: 0.8; }

<p style="color:#356A7F;opacity:0.8;">80%</p>

Text with #356A7F 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 #356A7F;}

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

This text has shadow with #356A7F color.


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

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

This text has shadow with #356A7F primary color and red secondary color.


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

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

This text has shadow with #356A7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #356A7F.

Preview

Color preview on black background

This text has color #356A7F on black background.


Color preview on white background

This text has color #356A7F on white background.


Black color preview on #356A7F background

This text has black color on #356A7F background.


White color preview on #356A7F background

This text has white color on #356A7F background.


Related colors

Complementary color

Complementary color for #hex is #CA9580.


I love getcolorcode.com

Triadic colors

1 #7F356A and #6A7F35 with #356A7F are triadic colors.

2 #7F6A35 and #6A357F with #356A7F are triadic colors.