COLOR #353D89

HEX: #353D89 RGB: (53,61,137)

Color info

#353D89 contains mainly blue color. Web safe color of #353D89 is #333399 (or #339).

RGB color model

#353D89 color RGB value is (53,61,137).

RGB: (53,61,137) (21%, 24%, 54%)

RGB channels and saturation

R 53 of 255 = 21%
G 61 of 255 = 24%
B 137 of 255 = 54%

53
61
137

R + G + B ~ 33%. #353D89 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 61 + 137 = 251 (100%)
R 53 of 251 ~ 21.12%
G 61 of 251 ~ 24.3%
B 137 of 251 ~ 54.58'%

%21.12
%24.3
%54.58

CMYK color model

#353D89 color CMYK value is (61,55,0,46).

  • cyan value is 61.31%
  • magenta value is 55.47%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (61,55,0,46)
C61M55Y0K46 (61%, 55%, 0%, 46%)
(0.61 / 0.55 / 0.00 / 0.46)

CMYK percentages

%61.31
%55.47
%0
%46.27

Codes

Color #353D89 in popluar color models

35 3D 89
RGB 53 61 137
HSL 234° 44.21% 37.25%
HSB/HSV 234° 61.31% 53.73%
CMYK 61.31% 55.47% 0.00%
46.27%

Color #353D89 in popluar number systems.

HEX 35 3D 89
Decimal 53 61 137
Binary 110101 111101 10001001
Octal 65 75 211

Shades and tints

Shades of #353D89

#353D89
(53,61,137)
#31387D
(49,56,125)
#2D3371
(45,51,113)
#292E65
(41,46,101)
#252959
(37,41,89)
#21244D
(33,36,77)
#1D1F41
(29,31,65)
#191A35
(25,26,53)
#151529
(21,21,41)
#11101D
(17,16,29)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #353D89

#353D89
(53,61,137)
#474E93
(71,78,147)
#595F9D
(89,95,157)
#6B70A7
(107,112,167)
#7D81B1
(125,129,177)
#8F92BB
(143,146,187)
#A1A3C5
(161,163,197)
#B3B4CF
(179,180,207)
#C5C5D9
(197,197,217)
#D7D6E3
(215,214,227)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353D89 color. Also use rgb(53,61,137) instead hex code.

Text Font Color

.myTextColor { color: #353D89; }

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

This text font color is #353D89.

Background Color

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

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

This div background color is #353D89.

Border color

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

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

This div border color is #353D89.

Opacity

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

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

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

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

This text has shadow with #353D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #353D89.

Preview

Color preview on black background

This text has color #353D89 on black background.


Color preview on white background

This text has color #353D89 on white background.


Black color preview on #353D89 background

This text has black color on #353D89 background.


White color preview on #353D89 background

This text has white color on #353D89 background.


Related colors

Complementary color

Complementary color for #hex is #CAC276.


I love getcolorcode.com

Triadic colors

1 #89353D and #3D8935 with #353D89 are triadic colors.

2 #893D35 and #3D3589 with #353D89 are triadic colors.