COLOR #354F7A

HEX: #354F7A
RGB: (53,79,122)

Color info

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

RGB color model

#354F7A color RGB value is (53,79,122).

  • red value is 53;
  • green value is 79;
  • blue value is 122.
RGB:
(53,79,122)
(21%,31%,48%)

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 122 of 255 = 48%

53
79
122

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

Portions of RGB colors in percentages

R + G + B =
53 + 79 + 122 = 254 (100%)
R 53 of 254 ~ 20.87%
G 79 of 254 ~ 31.1%
B 122 of 254 ~ 48.03%

%20.87
%31.1
%48.03

CMYK color model

#354F7A color CMYK value is (57,35,0,52).

  • cyan value is 56.56%
  • magenta value is 35.25%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(57,35,0,52)
C57M35Y0K52 
(57%,35%,0%,52%)
(0.57/0.35/0.00/0.52)	

CMYK percentages

%56.56
%35.25
%0
%52.16

Codes

Color #354F7A in popluar color models

354F7A
RGB5379122
HSL217°39.43%34.31%
HSB/HSV217°56.56%47.84%
CMYK56.56%35.25%0.00%
52.16%

Color #354F7A in popluar number systems.

HEX354F7A
Decimal5379122
Binary11010110011111111010
Octal65117172

Shades and tints

Shades of #354F7A

#354F7A
(53,79,122)
#31486F
(49,72,111)
#2D4164
(45,65,100)
#293A59
(41,58,89)
#25334E
(37,51,78)
#212C43
(33,44,67)
#1D2538
(29,37,56)
#191E2D
(25,30,45)
#151722
(21,23,34)
#111017
(17,16,23)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #354F7A

#354F7A
(53,79,122)
#475F86
(71,95,134)
#596F92
(89,111,146)
#6B7F9E
(107,127,158)
#7D8FAA
(125,143,170)
#8F9FB6
(143,159,182)
#A1AFC2
(161,175,194)
#B3BFCE
(179,191,206)
#C5CFDA
(197,207,218)
#D7DFE6
(215,223,230)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354F7A color. Also use rgb(53,79,122) instead hex code.

Text Font Color

.myTextColor { color: #354F7A; }

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

This text font color is #354F7A.


Background Color

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

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

This div background color is #354F7A.


Border color

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

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

This div border color is #354F7A.


Opacity

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

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

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

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

This text has shadow with #354F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354F7A on black background.


Color preview on white background

This text has color #354F7A on white background.



Black color preview on #354F7A background

This text has black color on #354F7A background.


White color preview on #354F7A background

This text has white color on #354F7A background.