COLOR #353F8C

HEX: #353F8C
RGB: (53,63,140)

Color info

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

RGB color model

#353F8C color RGB value is (53,63,140).

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

RGB channels and saturation

R 53 of 255 = 21%
G 63 of 255 = 25%
B 140 of 255 = 55%

53
63
140

R + G + B ~ 34%. #353F8C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 63 + 140 = 256 (100%)
R 53 of 256 ~ 20.7%
G 63 of 256 ~ 24.61%
B 140 of 256 ~ 54.69%

%20.7
%24.61
%54.69

CMYK color model

#353F8C color CMYK value is (62,55,0,45).

  • cyan value is 62.14%
  • magenta value is 55.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(62,55,0,45)
C62M55Y0K45 
(62%,55%,0%,45%)
(0.62/0.55/0.00/0.45)	

CMYK percentages

%62.14
%55
%0
%45.1

Codes

Color #353F8C in popluar color models

353F8C
RGB5363140
HSL233°45.08%37.84%
HSB/HSV233°62.14%54.90%
CMYK62.14%55.00%0.00%
45.10%

Color #353F8C in popluar number systems.

HEX353F8C
Decimal5363140
Binary11010111111110001100
Octal6577214

Shades and tints

Shades of #353F8C

#353F8C
(53,63,140)
#313A80
(49,58,128)
#2D3574
(45,53,116)
#293068
(41,48,104)
#252B5C
(37,43,92)
#212650
(33,38,80)
#1D2144
(29,33,68)
#191C38
(25,28,56)
#15172C
(21,23,44)
#111220
(17,18,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #353F8C

#353F8C
(53,63,140)
#475096
(71,80,150)
#5961A0
(89,97,160)
#6B72AA
(107,114,170)
#7D83B4
(125,131,180)
#8F94BE
(143,148,190)
#A1A5C8
(161,165,200)
#B3B6D2
(179,182,210)
#C5C7DC
(197,199,220)
#D7D8E6
(215,216,230)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #353F8C; }

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

This text font color is #353F8C.


Background Color

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

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

This div background color is #353F8C.


Border color

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

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

This div border color is #353F8C.


Opacity

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

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

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

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

This text has shadow with #353F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353F8C on black background.


Color preview on white background

This text has color #353F8C on white background.



Black color preview on #353F8C background

This text has black color on #353F8C background.


White color preview on #353F8C background

This text has white color on #353F8C background.