COLOR #35397A

HEX: #35397A
RGB: (53,57,122)

Color info

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

RGB color model

#35397A color RGB value is (53,57,122).

  • red value is 53;
  • green value is 57;
  • blue value is 122.
RGB:
(53,57,122)
(21%,22%,48%)

RGB channels and saturation

R 53 of 255 = 21%
G 57 of 255 = 22%
B 122 of 255 = 48%

53
57
122

R + G + B ~ 30%. #35397A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 57 + 122 = 232 (100%)
R 53 of 232 ~ 22.84%
G 57 of 232 ~ 24.57%
B 122 of 232 ~ 52.59%

%22.84
%24.57
%52.59

CMYK color model

#35397A color CMYK value is (57,53,0,52).

  • cyan value is 56.56%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(57,53,0,52)
C57M53Y0K52 
(57%,53%,0%,52%)
(0.57/0.53/0.00/0.52)	

CMYK percentages

%56.56
%53.28
%0
%52.16

Codes

Color #35397A in popluar color models

35397A
RGB5357122
HSL237°39.43%34.31%
HSB/HSV237°56.56%47.84%
CMYK56.56%53.28%0.00%
52.16%

Color #35397A in popluar number systems.

HEX35397A
Decimal5357122
Binary1101011110011111010
Octal6571172

Shades and tints

Shades of #35397A

#35397A
(53,57,122)
#31346F
(49,52,111)
#2D2F64
(45,47,100)
#292A59
(41,42,89)
#25254E
(37,37,78)
#212043
(33,32,67)
#1D1B38
(29,27,56)
#19162D
(25,22,45)
#151122
(21,17,34)
#110C17
(17,12,23)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #35397A

#35397A
(53,57,122)
#474B86
(71,75,134)
#595D92
(89,93,146)
#6B6F9E
(107,111,158)
#7D81AA
(125,129,170)
#8F93B6
(143,147,182)
#A1A5C2
(161,165,194)
#B3B7CE
(179,183,206)
#C5C9DA
(197,201,218)
#D7DBE6
(215,219,230)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35397A color. Also use rgb(53,57,122) instead hex code.

Text Font Color

.myTextColor { color: #35397A; }

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

This text font color is #35397A.


Background Color

.myBgColor { background-color: #35397A; }

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

This div background color is #35397A.


Border color

.myBorderColor { border: 1px solid #35397A; }

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

This div border color is #35397A.


Opacity

.myOpacity80 { color: #35397A; opacity: 0.8; }

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

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

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

This text has shadow with #35397A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35397A on black background.


Color preview on white background

This text has color #35397A on white background.



Black color preview on #35397A background

This text has black color on #35397A background.


White color preview on #35397A background

This text has white color on #35397A background.