COLOR #355DA8

HEX: #355DA8 RGB: (53,93,168)

Color info

#355DA8 contains mainly blue color. Web safe color of #355DA8 is #336699 (or #369).

RGB color model

#355DA8 color RGB value is (53,93,168).

RGB: (53,93,168) (21%, 36%, 66%)

RGB channels and saturation

R 53 of 255 = 21%
G 93 of 255 = 36%
B 168 of 255 = 66%

53
93
168

R + G + B ~ 41%. #355DA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 53 + 93 + 168 = 314 (100%)
R 53 of 314 ~ 16.88%
G 93 of 314 ~ 29.62%
B 168 of 314 ~ 53.5'%

%16.88
%29.62
%53.5

CMYK color model

#355DA8 color CMYK value is (68,45,0,34).

  • cyan value is 68.45%
  • magenta value is 44.64%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK: (68,45,0,34) C68M45Y0K34 (68%,45%,0%,34%) (0.68/0.45/0.00/0.34) 

CMYK percentages

%68.45
%44.64
%0
%34.12

Codes

Color #355DA8 in popluar color models

35 5D A8
RGB 53 93 168
HSL 219° 52.04% 43.33%
HSB/HSV 219° 68.45% 65.88%
CMYK 68.45% 44.64% 0.00%
34.12%

Color #355DA8 in popluar number systems.

HEX 35 5D A8
Decimal 53 93 168
Binary 110101 1011101 10101000
Octal 65 135 250

Shades and tints

Shades of #355DA8

#355DA8
(53,93,168)
#315599
(49,85,153)
#2D4D8A
(45,77,138)
#29457B
(41,69,123)
#253D6C
(37,61,108)
#21355D
(33,53,93)
#1D2D4E
(29,45,78)
#19253F
(25,37,63)
#151D30
(21,29,48)
#111521
(17,21,33)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #355DA8

#355DA8
(53,93,168)
#476BAF
(71,107,175)
#5979B6
(89,121,182)
#6B87BD
(107,135,189)
#7D95C4
(125,149,196)
#8FA3CB
(143,163,203)
#A1B1D2
(161,177,210)
#B3BFD9
(179,191,217)
#C5CDE0
(197,205,224)
#D7DBE7
(215,219,231)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355DA8 color. Also use rgb(53,93,168) instead hex code.

Text Font Color

.myTextColor { color: #355DA8; }

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

This text font color is #355DA8.

Background Color

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

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

This div background color is #355DA8.

Border color

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

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

This div border color is #355DA8.

Opacity

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

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

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

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

This text has shadow with #355DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #355DA8.

Preview

Color preview on black background

This text has color #355DA8 on black background.


Color preview on white background

This text has color #355DA8 on white background.


Black color preview on #355DA8 background

This text has black color on #355DA8 background.


White color preview on #355DA8 background

This text has white color on #355DA8 background.


Related colors

Complementary color

Complementary color for #hex is #CAA257.


I love getcolorcode.com

Triadic colors

1 #A8355D and #5DA835 with #355DA8 are triadic colors.

2 #A85D35 and #5D35A8 with #355DA8 are triadic colors.