COLOR #332587

HEX: #332587
RGB: (51,37,135)

Color info

#332587 contains mainly blue color. Web safe color of #332587 is #333399 (or #339).

RGB color model

#332587 color RGB value is (51,37,135).

  • red value is 51;
  • green value is 37;
  • blue value is 135.
RGB:
(51,37,135)
(20%,15%,53%)

RGB channels and saturation

R 51 of 255 = 20%
G 37 of 255 = 15%
B 135 of 255 = 53%

51
37
135

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

Portions of RGB colors in percentages

R + G + B =
51 + 37 + 135 = 223 (100%)
R 51 of 223 ~ 22.87%
G 37 of 223 ~ 16.59%
B 135 of 223 ~ 60.54%

%22.87
%16.59
%60.54

CMYK color model

#332587 color CMYK value is (62,73,0,47).

  • cyan value is 62.22%
  • magenta value is 72.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(62,73,0,47)
C62M73Y0K47 
(62%,73%,0%,47%)
(0.62/0.73/0.00/0.47)	

CMYK percentages

%62.22
%72.59
%0
%47.06

Codes

Color #332587 in popluar color models

332587
RGB5137135
HSL249°56.98%33.73%
HSB/HSV249°72.59%52.94%
CMYK62.22%72.59%0.00%
47.06%

Color #332587 in popluar number systems.

HEX332587
Decimal5137135
Binary11001110010110000111
Octal6345207

Shades and tints

Shades of #332587

#332587
(51,37,135)
#2F227B
(47,34,123)
#2B1F6F
(43,31,111)
#271C63
(39,28,99)
#231957
(35,25,87)
#1F164B
(31,22,75)
#1B133F
(27,19,63)
#171033
(23,16,51)
#130D27
(19,13,39)
#0F0A1B
(15,10,27)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #332587

#332587
(51,37,135)
#453891
(69,56,145)
#574B9B
(87,75,155)
#695EA5
(105,94,165)
#7B71AF
(123,113,175)
#8D84B9
(141,132,185)
#9F97C3
(159,151,195)
#B1AACD
(177,170,205)
#C3BDD7
(195,189,215)
#D5D0E1
(213,208,225)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332587 color. Also use rgb(51,37,135) instead hex code.

Text Font Color

.myTextColor { color: #332587; }

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

This text font color is #332587.


Background Color

.myBgColor { background-color: #332587; }

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

This div background color is #332587.


Border color

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

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

This div border color is #332587.


Opacity

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

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

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

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

This text has shadow with #332587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #332587 on black background.


Color preview on white background

This text has color #332587 on white background.



Black color preview on #332587 background

This text has black color on #332587 background.


White color preview on #332587 background

This text has white color on #332587 background.