COLOR #35538D

HEX: #35538D
RGB: (53,83,141)

Color info

#35538D contains mainly green and blue colors. Web safe color of #35538D is #336699 (or #369).

RGB color model

#35538D color RGB value is (53,83,141).

  • red value is 53;
  • green value is 83;
  • blue value is 141.
RGB:
(53,83,141)
(21%,33%,55%)

RGB channels and saturation

R 53 of 255 = 21%
G 83 of 255 = 33%
B 141 of 255 = 55%

53
83
141

R + G + B ~ 36%. #35538D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 83 + 141 = 277 (100%)
R 53 of 277 ~ 19.13%
G 83 of 277 ~ 29.96%
B 141 of 277 ~ 50.9%

%19.13
%29.96
%50.9

CMYK color model

#35538D color CMYK value is (62,41,0,45).

  • cyan value is 62.41%
  • magenta value is 41.13%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(62,41,0,45)
C62M41Y0K45 
(62%,41%,0%,45%)
(0.62/0.41/0.00/0.45)	

CMYK percentages

%62.41
%41.13
%0
%44.71

Codes

Color #35538D in popluar color models

35538D
RGB5383141
HSL220°45.36%38.04%
HSB/HSV220°62.41%55.29%
CMYK62.41%41.13%0.00%
44.71%

Color #35538D in popluar number systems.

HEX35538D
Decimal5383141
Binary110101101001110001101
Octal65123215

Shades and tints

Shades of #35538D

#35538D
(53,83,141)
#314C81
(49,76,129)
#2D4575
(45,69,117)
#293E69
(41,62,105)
#25375D
(37,55,93)
#213051
(33,48,81)
#1D2945
(29,41,69)
#192239
(25,34,57)
#151B2D
(21,27,45)
#111421
(17,20,33)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #35538D

#35538D
(53,83,141)
#476297
(71,98,151)
#5971A1
(89,113,161)
#6B80AB
(107,128,171)
#7D8FB5
(125,143,181)
#8F9EBF
(143,158,191)
#A1ADC9
(161,173,201)
#B3BCD3
(179,188,211)
#C5CBDD
(197,203,221)
#D7DAE7
(215,218,231)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35538D color. Also use rgb(53,83,141) instead hex code.

Text Font Color

.myTextColor { color: #35538D; }

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

This text font color is #35538D.


Background Color

.myBgColor { background-color: #35538D; }

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

This div background color is #35538D.


Border color

.myBorderColor { border: 1px solid #35538D; }

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

This div border color is #35538D.


Opacity

.myOpacity80 { color: #35538D; opacity: 0.8; }

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

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

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

This text has shadow with #35538D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35538D on black background.


Color preview on white background

This text has color #35538D on white background.



Black color preview on #35538D background

This text has black color on #35538D background.


White color preview on #35538D background

This text has white color on #35538D background.