COLOR #354259

HEX: #354259
RGB: (53,66,89)

Color info

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

RGB color model

#354259 color RGB value is (53,66,89).

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

RGB channels and saturation

R 53 of 255 = 21%
G 66 of 255 = 26%
B 89 of 255 = 35%

53
66
89

R + G + B ~ 27%. #354259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 66 + 89 = 208 (100%)
R 53 of 208 ~ 25.48%
G 66 of 208 ~ 31.73%
B 89 of 208 ~ 42.79%

%25.48
%31.73
%42.79

CMYK color model

#354259 color CMYK value is (40,26,0,65).

  • cyan value is 40.45%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(40,26,0,65)
C40M26Y0K65 
(40%,26%,0%,65%)
(0.40/0.26/0.00/0.65)	

CMYK percentages

%40.45
%25.84
%0
%65.1

Codes

Color #354259 in popluar color models

354259
RGB536689
HSL218°25.35%27.84%
HSB/HSV218°40.45%34.90%
CMYK40.45%25.84%0.00%
65.10%

Color #354259 in popluar number systems.

HEX354259
Decimal536689
Binary11010110000101011001
Octal65102131

Shades and tints

Shades of #354259

#354259
(53,66,89)
#313C51
(49,60,81)
#2D3649
(45,54,73)
#293041
(41,48,65)
#252A39
(37,42,57)
#212431
(33,36,49)
#1D1E29
(29,30,41)
#191821
(25,24,33)
#151219
(21,18,25)
#110C11
(17,12,17)
#0D0609
(13,6,9)
#000000
(0,0,0)

Tints of #354259

#354259
(53,66,89)
#475368
(71,83,104)
#596477
(89,100,119)
#6B7586
(107,117,134)
#7D8695
(125,134,149)
#8F97A4
(143,151,164)
#A1A8B3
(161,168,179)
#B3B9C2
(179,185,194)
#C5CAD1
(197,202,209)
#D7DBE0
(215,219,224)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354259; }

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

This text font color is #354259.


Background Color

.myBgColor { background-color: #354259; }

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

This div background color is #354259.


Border color

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

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

This div border color is #354259.


Opacity

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

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

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

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

This text has shadow with #354259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354259 on black background.


Color preview on white background

This text has color #354259 on white background.



Black color preview on #354259 background

This text has black color on #354259 background.


White color preview on #354259 background

This text has white color on #354259 background.