COLOR #353C62

HEX: #353C62 RGB: (53,60,98)

Color info

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

RGB color model

#353C62 color RGB value is (53,60,98).

RGB: (53,60,98) (21%, 24%, 38%)

RGB channels and saturation

R 53 of 255 = 21%
G 60 of 255 = 24%
B 98 of 255 = 38%

53
60
98

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

Portions of RGB colors in percentages

R + G + B = 53 + 60 + 98 = 211 (100%)
R 53 of 211 ~ 25.12%
G 60 of 211 ~ 28.44%
B 98 of 211 ~ 46.45'%

%25.12
%28.44
%46.45

CMYK color model

#353C62 color CMYK value is (46,39,0,62).

  • cyan value is 45.92%
  • magenta value is 38.78%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (46,39,0,62)
C46M39Y0K62 (46%, 39%, 0%, 62%)
(0.46 / 0.39 / 0.00 / 0.62)

CMYK percentages

%45.92
%38.78
%0
%61.57

Codes

Color #353C62 in popluar color models

35 3C 62
RGB 53 60 98
HSL 231° 29.80% 29.61%
HSB/HSV 231° 45.92% 38.43%
CMYK 45.92% 38.78% 0.00%
61.57%

Color #353C62 in popluar number systems.

HEX 35 3C 62
Decimal 53 60 98
Binary 110101 111100 1100010
Octal 65 74 142

Shades and tints

Shades of #353C62

#353C62
(53,60,98)
#31375A
(49,55,90)
#2D3252
(45,50,82)
#292D4A
(41,45,74)
#252842
(37,40,66)
#21233A
(33,35,58)
#1D1E32
(29,30,50)
#19192A
(25,25,42)
#151422
(21,20,34)
#110F1A
(17,15,26)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #353C62

#353C62
(53,60,98)
#474D70
(71,77,112)
#595E7E
(89,94,126)
#6B6F8C
(107,111,140)
#7D809A
(125,128,154)
#8F91A8
(143,145,168)
#A1A2B6
(161,162,182)
#B3B3C4
(179,179,196)
#C5C4D2
(197,196,210)
#D7D5E0
(215,213,224)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353C62; }

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

This text font color is #353C62.

Background Color

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

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

This div background color is #353C62.

Border color

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

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

This div border color is #353C62.

Opacity

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

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

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

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

This text has shadow with #353C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353C62.

Preview

Color preview on black background

This text has color #353C62 on black background.


Color preview on white background

This text has color #353C62 on white background.


Black color preview on #353C62 background

This text has black color on #353C62 background.


White color preview on #353C62 background

This text has white color on #353C62 background.


Related colors

Complementary color

Complementary color for #hex is #CAC39D.


I love getcolorcode.com

Triadic colors

1 #62353C and #3C6235 with #353C62 are triadic colors.

2 #623C35 and #3C3562 with #353C62 are triadic colors.