COLOR #353A62

HEX: #353A62
RGB: (53,58,98)

Color info

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

RGB color model

#353A62 color RGB value is (53,58,98).

  • red value is 53;
  • green value is 58;
  • blue value is 98.
RGB:
(53,58,98)
(21%,23%,38%)

RGB channels and saturation

R 53 of 255 = 21%
G 58 of 255 = 23%
B 98 of 255 = 38%

53
58
98

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

Portions of RGB colors in percentages

R + G + B =
53 + 58 + 98 = 209 (100%)
R 53 of 209 ~ 25.36%
G 58 of 209 ~ 27.75%
B 98 of 209 ~ 46.89%

%25.36
%27.75
%46.89

CMYK color model

#353A62 color CMYK value is (46,41,0,62).

  • cyan value is 45.92%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(46,41,0,62)
C46M41Y0K62 
(46%,41%,0%,62%)
(0.46/0.41/0.00/0.62)	

CMYK percentages

%45.92
%40.82
%0
%61.57

Codes

Color #353A62 in popluar color models

353A62
RGB535898
HSL233°29.80%29.61%
HSB/HSV233°45.92%38.43%
CMYK45.92%40.82%0.00%
61.57%

Color #353A62 in popluar number systems.

HEX353A62
Decimal535898
Binary1101011110101100010
Octal6572142

Shades and tints

Shades of #353A62

#353A62
(53,58,98)
#31355A
(49,53,90)
#2D3052
(45,48,82)
#292B4A
(41,43,74)
#252642
(37,38,66)
#21213A
(33,33,58)
#1D1C32
(29,28,50)
#19172A
(25,23,42)
#151222
(21,18,34)
#110D1A
(17,13,26)
#0D0812
(13,8,18)
#000000
(0,0,0)

Tints of #353A62

#353A62
(53,58,98)
#474B70
(71,75,112)
#595C7E
(89,92,126)
#6B6D8C
(107,109,140)
#7D7E9A
(125,126,154)
#8F8FA8
(143,143,168)
#A1A0B6
(161,160,182)
#B3B1C4
(179,177,196)
#C5C2D2
(197,194,210)
#D7D3E0
(215,211,224)
#E9E4EE
(233,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353A62 color. Also use rgb(53,58,98) instead hex code.

Text Font Color

.myTextColor { color: #353A62; }

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

This text font color is #353A62.


Background Color

.myBgColor { background-color: #353A62; }

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

This div background color is #353A62.


Border color

.myBorderColor { border: 1px solid #353A62; }

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

This div border color is #353A62.


Opacity

.myOpacity80 { color: #353A62; opacity: 0.8; }

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

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

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

This text has shadow with #353A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353A62 on black background.


Color preview on white background

This text has color #353A62 on white background.



Black color preview on #353A62 background

This text has black color on #353A62 background.


White color preview on #353A62 background

This text has white color on #353A62 background.