COLOR #737398

HEX: #737398 RGB: (115,115,152)

Color info

#737398 contains red, green and blue colors in about the same proportion. Web safe color of #737398 is #666699 (or #669).

RGB color model

#737398 color RGB value is (115,115,152).

RGB: (115,115,152) (45%, 45%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 115 of 255 = 45%
B 152 of 255 = 60%

115
115
152

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

Portions of RGB colors in percentages

R + G + B = 115 + 115 + 152 = 382 (100%)
R 115 of 382 ~ 30.1%
G 115 of 382 ~ 30.1%
B 152 of 382 ~ 39.79'%

%30.1
%30.1
%39.79

CMYK color model

#737398 color CMYK value is (24,24,0,40).

  • cyan value is 24.34%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (24,24,0,40)
C24M24Y0K40 (24%, 24%, 0%, 40%)
(0.24 / 0.24 / 0.00 / 0.40)

CMYK percentages

%24.34
%24.34
%0
%40.39

Codes

Color #737398 in popluar color models

73 73 98
RGB 115 115 152
HSL 240° 15.23% 52.35%
HSB/HSV 240° 24.34% 59.61%
CMYK 24.34% 24.34% 0.00%
40.39%

Color #737398 in popluar number systems.

HEX 73 73 98
Decimal 115 115 152
Binary 1110011 1110011 10011000
Octal 163 163 230

Shades and tints

Shades of #737398

#737398
(115,115,152)
#69698B
(105,105,139)
#5F5F7E
(95,95,126)
#555571
(85,85,113)
#4B4B64
(75,75,100)
#414157
(65,65,87)
#37374A
(55,55,74)
#2D2D3D
(45,45,61)
#232330
(35,35,48)
#191923
(25,25,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #737398

#737398
(115,115,152)
#7F7FA1
(127,127,161)
#8B8BAA
(139,139,170)
#9797B3
(151,151,179)
#A3A3BC
(163,163,188)
#AFAFC5
(175,175,197)
#BBBBCE
(187,187,206)
#C7C7D7
(199,199,215)
#D3D3E0
(211,211,224)
#DFDFE9
(223,223,233)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737398 color. Also use rgb(115,115,152) instead hex code.

Text Font Color

.myTextColor { color: #737398; }

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

This text font color is #737398.

Background Color

.myBgColor { background-color: #737398; }

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

This div background color is #737398.

Border color

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

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

This div border color is #737398.

Opacity

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

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

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

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

This text has shadow with #737398 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #737398.

Preview

Color preview on black background

This text has color #737398 on black background.


Color preview on white background

This text has color #737398 on white background.


Black color preview on #737398 background

This text has black color on #737398 background.


White color preview on #737398 background

This text has white color on #737398 background.


Related colors

Complementary color

Complementary color for #hex is #8C8C67.


I love getcolorcode.com