COLOR #354261

HEX: #354261
RGB: (53,66,97)

Color info

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

RGB color model

#354261 color RGB value is (53,66,97).

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

RGB channels and saturation

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

53
66
97

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

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 97 = 216 (100%)
R 53 of 216 ~ 24.54%
G 66 of 216 ~ 30.56%
B 97 of 216 ~ 44.91%

%24.54
%30.56
%44.91

CMYK color model

#354261 color CMYK value is (45,32,0,62).

  • cyan value is 45.36%
  • magenta value is 31.96%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(45,32,0,62)
C45M32Y0K62 
(45%,32%,0%,62%)
(0.45/0.32/0.00/0.62)	

CMYK percentages

%45.36
%31.96
%0
%61.96

Codes

Color #354261 in popluar color models

354261
RGB536697
HSL222°29.33%29.41%
HSB/HSV222°45.36%38.04%
CMYK45.36%31.96%0.00%
61.96%

Color #354261 in popluar number systems.

HEX354261
Decimal536697
Binary11010110000101100001
Octal65102141

Shades and tints

Shades of #354261

#354261
(53,66,97)
#313C59
(49,60,89)
#2D3651
(45,54,81)
#293049
(41,48,73)
#252A41
(37,42,65)
#212439
(33,36,57)
#1D1E31
(29,30,49)
#191829
(25,24,41)
#151221
(21,18,33)
#110C19
(17,12,25)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #354261

#354261
(53,66,97)
#47536F
(71,83,111)
#59647D
(89,100,125)
#6B758B
(107,117,139)
#7D8699
(125,134,153)
#8F97A7
(143,151,167)
#A1A8B5
(161,168,181)
#B3B9C3
(179,185,195)
#C5CAD1
(197,202,209)
#D7DBDF
(215,219,223)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354261; }

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

This text font color is #354261.


Background Color

.myBgColor { background-color: #354261; }

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

This div background color is #354261.


Border color

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

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

This div border color is #354261.


Opacity

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

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

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

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

This text has shadow with #354261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354261 on black background.


Color preview on white background

This text has color #354261 on white background.



Black color preview on #354261 background

This text has black color on #354261 background.


White color preview on #354261 background

This text has white color on #354261 background.