COLOR #358491

HEX: #358491
RGB: (53,132,145)

Color info

#358491 contains mainly green and blue colors. Web safe color of #358491 is #339999 (or #399).

RGB color model

#358491 color RGB value is (53,132,145).

  • red value is 53;
  • green value is 132;
  • blue value is 145.
RGB:
(53,132,145)
(21%,52%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 132 of 255 = 52%
B 145 of 255 = 57%

53
132
145

R + G + B ~ 43%. #358491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 132 + 145 = 330 (100%)
R 53 of 330 ~ 16.06%
G 132 of 330 ~ 40%
B 145 of 330 ~ 43.94%

%16.06
%40
%43.94

CMYK color model

#358491 color CMYK value is (63,9,0,43).

  • cyan value is 63.45%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(63,9,0,43)
C63M9Y0K43 
(63%,9%,0%,43%)
(0.63/0.09/0.00/0.43)	

CMYK percentages

%63.45
%8.97
%0
%43.14

Codes

Color #358491 in popluar color models

358491
RGB53132145
HSL188°46.46%38.82%
HSB/HSV188°63.45%56.86%
CMYK63.45%8.97%0.00%
43.14%

Color #358491 in popluar number systems.

HEX358491
Decimal53132145
Binary1101011000010010010001
Octal65204221

Shades and tints

Shades of #358491

#358491
(53,132,145)
#317884
(49,120,132)
#2D6C77
(45,108,119)
#29606A
(41,96,106)
#25545D
(37,84,93)
#214850
(33,72,80)
#1D3C43
(29,60,67)
#193036
(25,48,54)
#152429
(21,36,41)
#11181C
(17,24,28)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #358491

#358491
(53,132,145)
#478F9B
(71,143,155)
#599AA5
(89,154,165)
#6BA5AF
(107,165,175)
#7DB0B9
(125,176,185)
#8FBBC3
(143,187,195)
#A1C6CD
(161,198,205)
#B3D1D7
(179,209,215)
#C5DCE1
(197,220,225)
#D7E7EB
(215,231,235)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358491 color. Also use rgb(53,132,145) instead hex code.

Text Font Color

.myTextColor { color: #358491; }

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

This text font color is #358491.


Background Color

.myBgColor { background-color: #358491; }

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

This div background color is #358491.


Border color

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

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

This div border color is #358491.


Opacity

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

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

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

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

This text has shadow with #358491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358491 on black background.


Color preview on white background

This text has color #358491 on white background.



Black color preview on #358491 background

This text has black color on #358491 background.


White color preview on #358491 background

This text has white color on #358491 background.