COLOR #353E8C

HEX: #353E8C
RGB: (53,62,140)

Color info

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

RGB color model

#353E8C color RGB value is (53,62,140).

  • red value is 53;
  • green value is 62;
  • blue value is 140.
RGB:
(53,62,140)
(21%,24%,55%)

RGB channels and saturation

R 53 of 255 = 21%
G 62 of 255 = 24%
B 140 of 255 = 55%

53
62
140

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

Portions of RGB colors in percentages

R + G + B =
53 + 62 + 140 = 255 (100%)
R 53 of 255 ~ 20.78%
G 62 of 255 ~ 24.31%
B 140 of 255 ~ 54.9%

%20.78
%24.31
%54.9

CMYK color model

#353E8C color CMYK value is (62,56,0,45).

  • cyan value is 62.14%
  • magenta value is 55.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(62,56,0,45)
C62M56Y0K45 
(62%,56%,0%,45%)
(0.62/0.56/0.00/0.45)	

CMYK percentages

%62.14
%55.71
%0
%45.1

Codes

Color #353E8C in popluar color models

353E8C
RGB5362140
HSL234°45.08%37.84%
HSB/HSV234°62.14%54.90%
CMYK62.14%55.71%0.00%
45.10%

Color #353E8C in popluar number systems.

HEX353E8C
Decimal5362140
Binary11010111111010001100
Octal6576214

Shades and tints

Shades of #353E8C

#353E8C
(53,62,140)
#313980
(49,57,128)
#2D3474
(45,52,116)
#292F68
(41,47,104)
#252A5C
(37,42,92)
#212550
(33,37,80)
#1D2044
(29,32,68)
#191B38
(25,27,56)
#15162C
(21,22,44)
#111120
(17,17,32)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #353E8C

#353E8C
(53,62,140)
#474F96
(71,79,150)
#5960A0
(89,96,160)
#6B71AA
(107,113,170)
#7D82B4
(125,130,180)
#8F93BE
(143,147,190)
#A1A4C8
(161,164,200)
#B3B5D2
(179,181,210)
#C5C6DC
(197,198,220)
#D7D7E6
(215,215,230)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353E8C color. Also use rgb(53,62,140) instead hex code.

Text Font Color

.myTextColor { color: #353E8C; }

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

This text font color is #353E8C.


Background Color

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

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

This div background color is #353E8C.


Border color

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

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

This div border color is #353E8C.


Opacity

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

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

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

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

This text has shadow with #353E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353E8C on black background.


Color preview on white background

This text has color #353E8C on white background.



Black color preview on #353E8C background

This text has black color on #353E8C background.


White color preview on #353E8C background

This text has white color on #353E8C background.