COLOR #32598A

HEX: #32598A RGB: (50,89,138)

Color info

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

RGB color model

#32598A color RGB value is (50,89,138).

RGB: (50,89,138) (20%, 35%, 54%)

RGB channels and saturation

R 50 of 255 = 20%
G 89 of 255 = 35%
B 138 of 255 = 54%

50
89
138

R + G + B ~ 36%. #32598A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 89 + 138 = 277 (100%)
R 50 of 277 ~ 18.05%
G 89 of 277 ~ 32.13%
B 138 of 277 ~ 49.82'%

%18.05
%32.13
%49.82

CMYK color model

#32598A color CMYK value is (64,36,0,46).

  • cyan value is 63.77%
  • magenta value is 35.51%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (64,36,0,46)
C64M36Y0K46 (64%, 36%, 0%, 46%)
(0.64 / 0.36 / 0.00 / 0.46)

CMYK percentages

%63.77
%35.51
%0
%45.88

Codes

Color #32598A in popluar color models

32 59 8A
RGB 50 89 138
HSL 213° 46.81% 36.86%
HSB/HSV 213° 63.77% 54.12%
CMYK 63.77% 35.51% 0.00%
45.88%

Color #32598A in popluar number systems.

HEX 32 59 8A
Decimal 50 89 138
Binary 110010 1011001 10001010
Octal 62 131 212

Shades and tints

Shades of #32598A

#32598A
(50,89,138)
#2E517E
(46,81,126)
#2A4972
(42,73,114)
#264166
(38,65,102)
#22395A
(34,57,90)
#1E314E
(30,49,78)
#1A2942
(26,41,66)
#162136
(22,33,54)
#12192A
(18,25,42)
#0E111E
(14,17,30)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #32598A

#32598A
(50,89,138)
#446894
(68,104,148)
#56779E
(86,119,158)
#6886A8
(104,134,168)
#7A95B2
(122,149,178)
#8CA4BC
(140,164,188)
#9EB3C6
(158,179,198)
#B0C2D0
(176,194,208)
#C2D1DA
(194,209,218)
#D4E0E4
(212,224,228)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32598A color. Also use rgb(50,89,138) instead hex code.

Text Font Color

.myTextColor { color: #32598A; }

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

This text font color is #32598A.

Background Color

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

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

This div background color is #32598A.

Border color

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

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

This div border color is #32598A.

Opacity

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

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

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

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

This text has shadow with #32598A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #32598A.

Preview

Color preview on black background

This text has color #32598A on black background.


Color preview on white background

This text has color #32598A on white background.


Black color preview on #32598A background

This text has black color on #32598A background.


White color preview on #32598A background

This text has white color on #32598A background.


Related colors

Complementary color

Complementary color for #hex is #CDA675.


I love getcolorcode.com

Triadic colors

1 #8A3259 and #598A32 with #32598A are triadic colors.

2 #8A5932 and #59328A with #32598A are triadic colors.