COLOR #355A8F

HEX: #355A8F RGB: (53,90,143)

Color info

#355A8F contains mainly green and blue colors. Web safe color of #355A8F is #336699 (or #369).

RGB color model

#355A8F color RGB value is (53,90,143).

RGB: (53,90,143) (21%, 35%, 56%)

RGB channels and saturation

R 53 of 255 = 21%
G 90 of 255 = 35%
B 143 of 255 = 56%

53
90
143

R + G + B ~ 37%. #355A8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 90 + 143 = 286 (100%)
R 53 of 286 ~ 18.53%
G 90 of 286 ~ 31.47%
B 143 of 286 ~ 50'%

%18.53
%31.47
%50

CMYK color model

#355A8F color CMYK value is (63,37,0,44).

  • cyan value is 62.94%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (63,37,0,44)
C63M37Y0K44 (63%, 37%, 0%, 44%)
(0.63 / 0.37 / 0.00 / 0.44)

CMYK percentages

%62.94
%37.06
%0
%43.92

Codes

Color #355A8F in popluar color models

35 5A 8F
RGB 53 90 143
HSL 215° 45.92% 38.43%
HSB/HSV 215° 62.94% 56.08%
CMYK 62.94% 37.06% 0.00%
43.92%

Color #355A8F in popluar number systems.

HEX 35 5A 8F
Decimal 53 90 143
Binary 110101 1011010 10001111
Octal 65 132 217

Shades and tints

Shades of #355A8F

#355A8F
(53,90,143)
#315282
(49,82,130)
#2D4A75
(45,74,117)
#294268
(41,66,104)
#253A5B
(37,58,91)
#21324E
(33,50,78)
#1D2A41
(29,42,65)
#192234
(25,34,52)
#151A27
(21,26,39)
#11121A
(17,18,26)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #355A8F

#355A8F
(53,90,143)
#476999
(71,105,153)
#5978A3
(89,120,163)
#6B87AD
(107,135,173)
#7D96B7
(125,150,183)
#8FA5C1
(143,165,193)
#A1B4CB
(161,180,203)
#B3C3D5
(179,195,213)
#C5D2DF
(197,210,223)
#D7E1E9
(215,225,233)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355A8F color. Also use rgb(53,90,143) instead hex code.

Text Font Color

.myTextColor { color: #355A8F; }

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

This text font color is #355A8F.

Background Color

.myBgColor { background-color: #355A8F; }

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

This div background color is #355A8F.

Border color

.myBorderColor { border: 1px solid #355A8F; }

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

This div border color is #355A8F.

Opacity

.myOpacity80 { color: #355A8F; opacity: 0.8; }

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

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

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

This text has shadow with #355A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355A8F.

Preview

Color preview on black background

This text has color #355A8F on black background.


Color preview on white background

This text has color #355A8F on white background.


Black color preview on #355A8F background

This text has black color on #355A8F background.


White color preview on #355A8F background

This text has white color on #355A8F background.


Related colors

Complementary color

Complementary color for #hex is #CAA570.


I love getcolorcode.com

Triadic colors

1 #8F355A and #5A8F35 with #355A8F are triadic colors.

2 #8F5A35 and #5A358F with #355A8F are triadic colors.