COLOR #32337B

HEX: #32337B RGB: (50,51,123)

Color info

#32337B contains mainly blue color. Web safe color of #32337B is #333366 (or #336).

RGB color model

#32337B color RGB value is (50,51,123).

RGB: (50,51,123) (20%, 20%, 48%)

RGB channels and saturation

R 50 of 255 = 20%
G 51 of 255 = 20%
B 123 of 255 = 48%

50
51
123

R + G + B ~ 29%. #32337B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 50 + 51 + 123 = 224 (100%)
R 50 of 224 ~ 22.32%
G 51 of 224 ~ 22.77%
B 123 of 224 ~ 54.91'%

%22.32
%22.77
%54.91

CMYK color model

#32337B color CMYK value is (59,59,0,52).

  • cyan value is 59.35%
  • magenta value is 58.54%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (59,59,0,52)
C59M59Y0K52 (59%, 59%, 0%, 52%)
(0.59 / 0.59 / 0.00 / 0.52)

CMYK percentages

%59.35
%58.54
%0
%51.76

Codes

Color #32337B in popluar color models

32 33 7B
RGB 50 51 123
HSL 239° 42.20% 33.92%
HSB/HSV 239° 59.35% 48.24%
CMYK 59.35% 58.54% 0.00%
51.76%

Color #32337B in popluar number systems.

HEX 32 33 7B
Decimal 50 51 123
Binary 110010 110011 1111011
Octal 62 63 173

Shades and tints

Shades of #32337B

#32337B
(50,51,123)
#2E2F70
(46,47,112)
#2A2B65
(42,43,101)
#26275A
(38,39,90)
#22234F
(34,35,79)
#1E1F44
(30,31,68)
#1A1B39
(26,27,57)
#16172E
(22,23,46)
#121323
(18,19,35)
#0E0F18
(14,15,24)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #32337B

#32337B
(50,51,123)
#444587
(68,69,135)
#565793
(86,87,147)
#68699F
(104,105,159)
#7A7BAB
(122,123,171)
#8C8DB7
(140,141,183)
#9E9FC3
(158,159,195)
#B0B1CF
(176,177,207)
#C2C3DB
(194,195,219)
#D4D5E7
(212,213,231)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32337B color. Also use rgb(50,51,123) instead hex code.

Text Font Color

.myTextColor { color: #32337B; }

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

This text font color is #32337B.

Background Color

.myBgColor { background-color: #32337B; }

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

This div background color is #32337B.

Border color

.myBorderColor { border: 1px solid #32337B; }

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

This div border color is #32337B.

Opacity

.myOpacity80 { color: #32337B; opacity: 0.8; }

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

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

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

This text has shadow with #32337B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #32337B.

Preview

Color preview on black background

This text has color #32337B on black background.


Color preview on white background

This text has color #32337B on white background.


Black color preview on #32337B background

This text has black color on #32337B background.


White color preview on #32337B background

This text has white color on #32337B background.


Related colors

Complementary color

Complementary color for #hex is #CDCC84.


I love getcolorcode.com

Triadic colors

1 #7B3233 and #337B32 with #32337B are triadic colors.

2 #7B3332 and #33327B with #32337B are triadic colors.