COLOR #352F6C

HEX: #352F6C
RGB: (53,47,108)

Color info

#352F6C contains mainly red and blue colors. Web safe color of #352F6C is #333366 (or #336).

RGB color model

#352F6C color RGB value is (53,47,108).

  • red value is 53;
  • green value is 47;
  • blue value is 108.
RGB:
(53,47,108)
(21%,18%,42%)

RGB channels and saturation

R 53 of 255 = 21%
G 47 of 255 = 18%
B 108 of 255 = 42%

53
47
108

R + G + B ~ 27%. #352F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 47 + 108 = 208 (100%)
R 53 of 208 ~ 25.48%
G 47 of 208 ~ 22.6%
B 108 of 208 ~ 51.92%

%25.48
%22.6
%51.92

CMYK color model

#352F6C color CMYK value is (51,56,0,58).

  • cyan value is 50.93%
  • magenta value is 56.48%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(51,56,0,58)
C51M56Y0K58 
(51%,56%,0%,58%)
(0.51/0.56/0.00/0.58)	

CMYK percentages

%50.93
%56.48
%0
%57.65

Codes

Color #352F6C in popluar color models

352F6C
RGB5347108
HSL246°39.35%30.39%
HSB/HSV246°56.48%42.35%
CMYK50.93%56.48%0.00%
57.65%

Color #352F6C in popluar number systems.

HEX352F6C
Decimal5347108
Binary1101011011111101100
Octal6557154

Shades and tints

Shades of #352F6C

#352F6C
(53,47,108)
#312B63
(49,43,99)
#2D275A
(45,39,90)
#292351
(41,35,81)
#251F48
(37,31,72)
#211B3F
(33,27,63)
#1D1736
(29,23,54)
#19132D
(25,19,45)
#150F24
(21,15,36)
#110B1B
(17,11,27)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #352F6C

#352F6C
(53,47,108)
#474179
(71,65,121)
#595386
(89,83,134)
#6B6593
(107,101,147)
#7D77A0
(125,119,160)
#8F89AD
(143,137,173)
#A19BBA
(161,155,186)
#B3ADC7
(179,173,199)
#C5BFD4
(197,191,212)
#D7D1E1
(215,209,225)
#E9E3EE
(233,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #352F6C color. Also use rgb(53,47,108) instead hex code.

Text Font Color

.myTextColor { color: #352F6C; }

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

This text font color is #352F6C.


Background Color

.myBgColor { background-color: #352F6C; }

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

This div background color is #352F6C.


Border color

.myBorderColor { border: 1px solid #352F6C; }

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

This div border color is #352F6C.


Opacity

.myOpacity80 { color: #352F6C; opacity: 0.8; }

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

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

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

This text has shadow with #352F6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #352F6C on black background.


Color preview on white background

This text has color #352F6C on white background.



Black color preview on #352F6C background

This text has black color on #352F6C background.


White color preview on #352F6C background

This text has white color on #352F6C background.