COLOR #362977

HEX: #362977
RGB: (54,41,119)

Color info

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

RGB color model

#362977 color RGB value is (54,41,119).

  • red value is 54;
  • green value is 41;
  • blue value is 119.
RGB:
(54,41,119)
(21%,16%,47%)

RGB channels and saturation

R 54 of 255 = 21%
G 41 of 255 = 16%
B 119 of 255 = 47%

54
41
119

R + G + B ~ 28%. #362977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 41 + 119 = 214 (100%)
R 54 of 214 ~ 25.23%
G 41 of 214 ~ 19.16%
B 119 of 214 ~ 55.61%

%25.23
%19.16
%55.61

CMYK color model

#362977 color CMYK value is (55,66,0,53).

  • cyan value is 54.62%
  • magenta value is 65.55%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(55,66,0,53)
C55M66Y0K53 
(55%,66%,0%,53%)
(0.55/0.66/0.00/0.53)	

CMYK percentages

%54.62
%65.55
%0
%53.33

Codes

Color #362977 in popluar color models

362977
RGB5441119
HSL250°48.75%31.37%
HSB/HSV250°65.55%46.67%
CMYK54.62%65.55%0.00%
53.33%

Color #362977 in popluar number systems.

HEX362977
Decimal5441119
Binary1101101010011110111
Octal6651167

Shades and tints

Shades of #362977

#362977
(54,41,119)
#32266D
(50,38,109)
#2E2363
(46,35,99)
#2A2059
(42,32,89)
#261D4F
(38,29,79)
#221A45
(34,26,69)
#1E173B
(30,23,59)
#1A1431
(26,20,49)
#161127
(22,17,39)
#120E1D
(18,14,29)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #362977

#362977
(54,41,119)
#483C83
(72,60,131)
#5A4F8F
(90,79,143)
#6C629B
(108,98,155)
#7E75A7
(126,117,167)
#9088B3
(144,136,179)
#A29BBF
(162,155,191)
#B4AECB
(180,174,203)
#C6C1D7
(198,193,215)
#D8D4E3
(216,212,227)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #362977 color. Also use rgb(54,41,119) instead hex code.

Text Font Color

.myTextColor { color: #362977; }

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

This text font color is #362977.


Background Color

.myBgColor { background-color: #362977; }

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

This div background color is #362977.


Border color

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

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

This div border color is #362977.


Opacity

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

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

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

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

This text has shadow with #362977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #362977 on black background.


Color preview on white background

This text has color #362977 on white background.



Black color preview on #362977 background

This text has black color on #362977 background.


White color preview on #362977 background

This text has white color on #362977 background.