COLOR #354E7B

HEX: #354E7B RGB: (53,78,123)

Color info

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

RGB color model

#354E7B color RGB value is (53,78,123).

RGB: (53,78,123) (21%, 31%, 48%)

RGB channels and saturation

R 53 of 255 = 21%
G 78 of 255 = 31%
B 123 of 255 = 48%

53
78
123

R + G + B ~ 33%. #354E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 78 + 123 = 254 (100%)
R 53 of 254 ~ 20.87%
G 78 of 254 ~ 30.71%
B 123 of 254 ~ 48.43'%

%20.87
%30.71
%48.43

CMYK color model

#354E7B color CMYK value is (57,37,0,52).

  • cyan value is 56.91%
  • magenta value is 36.59%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (57,37,0,52)
C57M37Y0K52 (57%, 37%, 0%, 52%)
(0.57 / 0.37 / 0.00 / 0.52)

CMYK percentages

%56.91
%36.59
%0
%51.76

Codes

Color #354E7B in popluar color models

35 4E 7B
RGB 53 78 123
HSL 219° 39.77% 34.51%
HSB/HSV 219° 56.91% 48.24%
CMYK 56.91% 36.59% 0.00%
51.76%

Color #354E7B in popluar number systems.

HEX 35 4E 7B
Decimal 53 78 123
Binary 110101 1001110 1111011
Octal 65 116 173

Shades and tints

Shades of #354E7B

#354E7B
(53,78,123)
#314770
(49,71,112)
#2D4065
(45,64,101)
#29395A
(41,57,90)
#25324F
(37,50,79)
#212B44
(33,43,68)
#1D2439
(29,36,57)
#191D2E
(25,29,46)
#151623
(21,22,35)
#110F18
(17,15,24)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #354E7B

#354E7B
(53,78,123)
#475E87
(71,94,135)
#596E93
(89,110,147)
#6B7E9F
(107,126,159)
#7D8EAB
(125,142,171)
#8F9EB7
(143,158,183)
#A1AEC3
(161,174,195)
#B3BECF
(179,190,207)
#C5CEDB
(197,206,219)
#D7DEE7
(215,222,231)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354E7B color. Also use rgb(53,78,123) instead hex code.

Text Font Color

.myTextColor { color: #354E7B; }

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

This text font color is #354E7B.

Background Color

.myBgColor { background-color: #354E7B; }

<div style="background-color:#354E7B">Inner text</div>

This div background color is #354E7B.

Border color

.myBorderColor { border: 1px solid #354E7B; }

<div style="border:3px solid #354E7B">Div</div>

This div border color is #354E7B.

Opacity

.myOpacity80 { color: #354E7B; opacity: 0.8; }

<p style="color:#354E7B;opacity:0.8;">80%</p>

Text with #354E7B 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 #354E7B;}

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

This text has shadow with #354E7B color.


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

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

This text has shadow with #354E7B primary color and red secondary color.


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

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

This text has shadow with #354E7B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #354E7B.

Preview

Color preview on black background

This text has color #354E7B on black background.


Color preview on white background

This text has color #354E7B on white background.


Black color preview on #354E7B background

This text has black color on #354E7B background.


White color preview on #354E7B background

This text has white color on #354E7B background.


Related colors

Complementary color

Complementary color for #hex is #CAB184.


I love getcolorcode.com

Triadic colors

1 #7B354E and #4E7B35 with #354E7B are triadic colors.

2 #7B4E35 and #4E357B with #354E7B are triadic colors.