COLOR #353B74

HEX: #353B74
RGB: (53,59,116)

Color info

#353B74 contains mainly green and blue colors. Web safe color of #353B74 is #333366 (or #336).

RGB color model

#353B74 color RGB value is (53,59,116).

  • red value is 53;
  • green value is 59;
  • blue value is 116.
RGB:
(53,59,116)
(21%,23%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 116 of 255 = 45%

53
59
116

R + G + B ~ 30%. #353B74 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 116 = 228 (100%)
R 53 of 228 ~ 23.25%
G 59 of 228 ~ 25.88%
B 116 of 228 ~ 50.88%

%23.25
%25.88
%50.88

CMYK color model

#353B74 color CMYK value is (54,49,0,55).

  • cyan value is 54.31%
  • magenta value is 49.14%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(54,49,0,55)
C54M49Y0K55 
(54%,49%,0%,55%)
(0.54/0.49/0.00/0.55)	

CMYK percentages

%54.31
%49.14
%0
%54.51

Codes

Color #353B74 in popluar color models

353B74
RGB5359116
HSL234°37.28%33.14%
HSB/HSV234°54.31%45.49%
CMYK54.31%49.14%0.00%
54.51%

Color #353B74 in popluar number systems.

HEX353B74
Decimal5359116
Binary1101011110111110100
Octal6573164

Shades and tints

Shades of #353B74

#353B74
(53,59,116)
#31366A
(49,54,106)
#2D3160
(45,49,96)
#292C56
(41,44,86)
#25274C
(37,39,76)
#212242
(33,34,66)
#1D1D38
(29,29,56)
#19182E
(25,24,46)
#151324
(21,19,36)
#110E1A
(17,14,26)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #353B74

#353B74
(53,59,116)
#474C80
(71,76,128)
#595D8C
(89,93,140)
#6B6E98
(107,110,152)
#7D7FA4
(125,127,164)
#8F90B0
(143,144,176)
#A1A1BC
(161,161,188)
#B3B2C8
(179,178,200)
#C5C3D4
(197,195,212)
#D7D4E0
(215,212,224)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353B74 color. Also use rgb(53,59,116) instead hex code.

Text Font Color

.myTextColor { color: #353B74; }

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

This text font color is #353B74.


Background Color

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

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

This div background color is #353B74.


Border color

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

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

This div border color is #353B74.


Opacity

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

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

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

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

This text has shadow with #353B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B74 on black background.


Color preview on white background

This text has color #353B74 on white background.



Black color preview on #353B74 background

This text has black color on #353B74 background.


White color preview on #353B74 background

This text has white color on #353B74 background.