COLOR #357092

HEX: #357092
RGB: (53,112,146)

Color info

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

RGB color model

#357092 color RGB value is (53,112,146).

  • red value is 53;
  • green value is 112;
  • blue value is 146.
RGB:
(53,112,146)
(21%,44%,57%)

RGB channels and saturation

R 53 of 255 = 21%
G 112 of 255 = 44%
B 146 of 255 = 57%

53
112
146

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

Portions of RGB colors in percentages

R + G + B =
53 + 112 + 146 = 311 (100%)
R 53 of 311 ~ 17.04%
G 112 of 311 ~ 36.01%
B 146 of 311 ~ 46.95%

%17.04
%36.01
%46.95

CMYK color model

#357092 color CMYK value is (64,23,0,43).

  • cyan value is 63.70%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(64,23,0,43)
C64M23Y0K43 
(64%,23%,0%,43%)
(0.64/0.23/0.00/0.43)	

CMYK percentages

%63.7
%23.29
%0
%42.75

Codes

Color #357092 in popluar color models

357092
RGB53112146
HSL202°46.73%39.02%
HSB/HSV202°63.70%57.25%
CMYK63.70%23.29%0.00%
42.75%

Color #357092 in popluar number systems.

HEX357092
Decimal53112146
Binary110101111000010010010
Octal65160222

Shades and tints

Shades of #357092

#357092
(53,112,146)
#316685
(49,102,133)
#2D5C78
(45,92,120)
#29526B
(41,82,107)
#25485E
(37,72,94)
#213E51
(33,62,81)
#1D3444
(29,52,68)
#192A37
(25,42,55)
#15202A
(21,32,42)
#11161D
(17,22,29)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #357092

#357092
(53,112,146)
#477D9B
(71,125,155)
#598AA4
(89,138,164)
#6B97AD
(107,151,173)
#7DA4B6
(125,164,182)
#8FB1BF
(143,177,191)
#A1BEC8
(161,190,200)
#B3CBD1
(179,203,209)
#C5D8DA
(197,216,218)
#D7E5E3
(215,229,227)
#E9F2EC
(233,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357092 color. Also use rgb(53,112,146) instead hex code.

Text Font Color

.myTextColor { color: #357092; }

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

This text font color is #357092.


Background Color

.myBgColor { background-color: #357092; }

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

This div background color is #357092.


Border color

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

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

This div border color is #357092.


Opacity

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

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

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

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

This text has shadow with #357092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357092 on black background.


Color preview on white background

This text has color #357092 on white background.



Black color preview on #357092 background

This text has black color on #357092 background.


White color preview on #357092 background

This text has white color on #357092 background.