COLOR #35347C

HEX: #35347C
RGB: (53,52,124)

Color info

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

RGB color model

#35347C color RGB value is (53,52,124).

  • red value is 53;
  • green value is 52;
  • blue value is 124.
RGB:
(53,52,124)
(21%,20%,49%)

RGB channels and saturation

R 53 of 255 = 21%
G 52 of 255 = 20%
B 124 of 255 = 49%

53
52
124

R + G + B ~ 30%. #35347C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 52 + 124 = 229 (100%)
R 53 of 229 ~ 23.14%
G 52 of 229 ~ 22.71%
B 124 of 229 ~ 54.15%

%23.14
%22.71
%54.15

CMYK color model

#35347C color CMYK value is (57,58,0,51).

  • cyan value is 57.26%
  • magenta value is 58.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(57,58,0,51)
C57M58Y0K51 
(57%,58%,0%,51%)
(0.57/0.58/0.00/0.51)	

CMYK percentages

%57.26
%58.06
%0
%51.37

Codes

Color #35347C in popluar color models

35347C
RGB5352124
HSL241°40.91%34.51%
HSB/HSV241°58.06%48.63%
CMYK57.26%58.06%0.00%
51.37%

Color #35347C in popluar number systems.

HEX35347C
Decimal5352124
Binary1101011101001111100
Octal6564174

Shades and tints

Shades of #35347C

#35347C
(53,52,124)
#313071
(49,48,113)
#2D2C66
(45,44,102)
#29285B
(41,40,91)
#252450
(37,36,80)
#212045
(33,32,69)
#1D1C3A
(29,28,58)
#19182F
(25,24,47)
#151424
(21,20,36)
#111019
(17,16,25)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #35347C

#35347C
(53,52,124)
#474687
(71,70,135)
#595892
(89,88,146)
#6B6A9D
(107,106,157)
#7D7CA8
(125,124,168)
#8F8EB3
(143,142,179)
#A1A0BE
(161,160,190)
#B3B2C9
(179,178,201)
#C5C4D4
(197,196,212)
#D7D6DF
(215,214,223)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35347C color. Also use rgb(53,52,124) instead hex code.

Text Font Color

.myTextColor { color: #35347C; }

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

This text font color is #35347C.


Background Color

.myBgColor { background-color: #35347C; }

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

This div background color is #35347C.


Border color

.myBorderColor { border: 1px solid #35347C; }

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

This div border color is #35347C.


Opacity

.myOpacity80 { color: #35347C; opacity: 0.8; }

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

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

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

This text has shadow with #35347C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35347C on black background.


Color preview on white background

This text has color #35347C on white background.



Black color preview on #35347C background

This text has black color on #35347C background.


White color preview on #35347C background

This text has white color on #35347C background.