COLOR #353272

HEX: #353272
RGB: (53,50,114)

Color info

#353272 contains mainly blue color. Web safe color of #353272 is #333366 (or #336).

RGB color model

#353272 color RGB value is (53,50,114).

  • red value is 53;
  • green value is 50;
  • blue value is 114.
RGB:
(53,50,114)
(21%,20%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 50 of 255 = 20%
B 114 of 255 = 45%

53
50
114

R + G + B ~ 29%. #353272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 50 + 114 = 217 (100%)
R 53 of 217 ~ 24.42%
G 50 of 217 ~ 23.04%
B 114 of 217 ~ 52.53%

%24.42
%23.04
%52.53

CMYK color model

#353272 color CMYK value is (54,56,0,55).

  • cyan value is 53.51%
  • magenta value is 56.14%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(54,56,0,55)
C54M56Y0K55 
(54%,56%,0%,55%)
(0.54/0.56/0.00/0.55)	

CMYK percentages

%53.51
%56.14
%0
%55.29

Codes

Color #353272 in popluar color models

353272
RGB5350114
HSL243°39.02%32.16%
HSB/HSV243°56.14%44.71%
CMYK53.51%56.14%0.00%
55.29%

Color #353272 in popluar number systems.

HEX353272
Decimal5350114
Binary1101011100101110010
Octal6562162

Shades and tints

Shades of #353272

#353272
(53,50,114)
#312E68
(49,46,104)
#2D2A5E
(45,42,94)
#292654
(41,38,84)
#25224A
(37,34,74)
#211E40
(33,30,64)
#1D1A36
(29,26,54)
#19162C
(25,22,44)
#151222
(21,18,34)
#110E18
(17,14,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #353272

#353272
(53,50,114)
#47447E
(71,68,126)
#59568A
(89,86,138)
#6B6896
(107,104,150)
#7D7AA2
(125,122,162)
#8F8CAE
(143,140,174)
#A19EBA
(161,158,186)
#B3B0C6
(179,176,198)
#C5C2D2
(197,194,210)
#D7D4DE
(215,212,222)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353272 color. Also use rgb(53,50,114) instead hex code.

Text Font Color

.myTextColor { color: #353272; }

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

This text font color is #353272.


Background Color

.myBgColor { background-color: #353272; }

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

This div background color is #353272.


Border color

.myBorderColor { border: 1px solid #353272; }

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

This div border color is #353272.


Opacity

.myOpacity80 { color: #353272; opacity: 0.8; }

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

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

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

This text has shadow with #353272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353272 on black background.


Color preview on white background

This text has color #353272 on white background.



Black color preview on #353272 background

This text has black color on #353272 background.


White color preview on #353272 background

This text has white color on #353272 background.