COLOR #354260

HEX: #354260
RGB: (53,66,96)

Color info

#354260 contains red, green and blue colors in about the same proportion. Web safe color of #354260 is #333366 (or #336).

RGB color model

#354260 color RGB value is (53,66,96).

  • red value is 53;
  • green value is 66;
  • blue value is 96.
RGB:
(53,66,96)
(21%,26%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 96 of 255 = 38%

53
66
96

R + G + B ~ 28%. #354260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 96 = 215 (100%)
R 53 of 215 ~ 24.65%
G 66 of 215 ~ 30.7%
B 96 of 215 ~ 44.65%

%24.65
%30.7
%44.65

CMYK color model

#354260 color CMYK value is (45,31,0,62).

  • cyan value is 44.79%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(45,31,0,62)
C45M31Y0K62 
(45%,31%,0%,62%)
(0.45/0.31/0.00/0.62)	

CMYK percentages

%44.79
%31.25
%0
%62.35

Codes

Color #354260 in popluar color models

354260
RGB536696
HSL222°28.86%29.22%
HSB/HSV222°44.79%37.65%
CMYK44.79%31.25%0.00%
62.35%

Color #354260 in popluar number systems.

HEX354260
Decimal536696
Binary11010110000101100000
Octal65102140

Shades and tints

Shades of #354260

#354260
(53,66,96)
#313C58
(49,60,88)
#2D3650
(45,54,80)
#293048
(41,48,72)
#252A40
(37,42,64)
#212438
(33,36,56)
#1D1E30
(29,30,48)
#191828
(25,24,40)
#151220
(21,18,32)
#110C18
(17,12,24)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #354260

#354260
(53,66,96)
#47536E
(71,83,110)
#59647C
(89,100,124)
#6B758A
(107,117,138)
#7D8698
(125,134,152)
#8F97A6
(143,151,166)
#A1A8B4
(161,168,180)
#B3B9C2
(179,185,194)
#C5CAD0
(197,202,208)
#D7DBDE
(215,219,222)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354260 color. Also use rgb(53,66,96) instead hex code.

Text Font Color

.myTextColor { color: #354260; }

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

This text font color is #354260.


Background Color

.myBgColor { background-color: #354260; }

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

This div background color is #354260.


Border color

.myBorderColor { border: 1px solid #354260; }

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

This div border color is #354260.


Opacity

.myOpacity80 { color: #354260; opacity: 0.8; }

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

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

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

This text has shadow with #354260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354260 on black background.


Color preview on white background

This text has color #354260 on white background.



Black color preview on #354260 background

This text has black color on #354260 background.


White color preview on #354260 background

This text has white color on #354260 background.