COLOR #363B75

HEX: #363B75
RGB: (54,59,117)

Color info

#363B75 contains mainly green and blue colors. Web safe color of #363B75 is #333366 (or #336).

RGB color model

#363B75 color RGB value is (54,59,117).

  • red value is 54;
  • green value is 59;
  • blue value is 117.
RGB:
(54,59,117)
(21%,23%,46%)

RGB channels and saturation

R 54 of 255 = 21%
G 59 of 255 = 23%
B 117 of 255 = 46%

54
59
117

R + G + B ~ 30%. #363B75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 59 + 117 = 230 (100%)
R 54 of 230 ~ 23.48%
G 59 of 230 ~ 25.65%
B 117 of 230 ~ 50.87%

%23.48
%25.65
%50.87

CMYK color model

#363B75 color CMYK value is (54,50,0,54).

  • cyan value is 53.85%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(54,50,0,54)
C54M50Y0K54 
(54%,50%,0%,54%)
(0.54/0.50/0.00/0.54)	

CMYK percentages

%53.85
%49.57
%0
%54.12

Codes

Color #363B75 in popluar color models

363B75
RGB5459117
HSL235°36.84%33.53%
HSB/HSV235°53.85%45.88%
CMYK53.85%49.57%0.00%
54.12%

Color #363B75 in popluar number systems.

HEX363B75
Decimal5459117
Binary1101101110111110101
Octal6673165

Shades and tints

Shades of #363B75

#363B75
(54,59,117)
#32366B
(50,54,107)
#2E3161
(46,49,97)
#2A2C57
(42,44,87)
#26274D
(38,39,77)
#222243
(34,34,67)
#1E1D39
(30,29,57)
#1A182F
(26,24,47)
#161325
(22,19,37)
#120E1B
(18,14,27)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #363B75

#363B75
(54,59,117)
#484C81
(72,76,129)
#5A5D8D
(90,93,141)
#6C6E99
(108,110,153)
#7E7FA5
(126,127,165)
#9090B1
(144,144,177)
#A2A1BD
(162,161,189)
#B4B2C9
(180,178,201)
#C6C3D5
(198,195,213)
#D8D4E1
(216,212,225)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #363B75 color. Also use rgb(54,59,117) instead hex code.

Text Font Color

.myTextColor { color: #363B75; }

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

This text font color is #363B75.


Background Color

.myBgColor { background-color: #363B75; }

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

This div background color is #363B75.


Border color

.myBorderColor { border: 1px solid #363B75; }

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

This div border color is #363B75.


Opacity

.myOpacity80 { color: #363B75; opacity: 0.8; }

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

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

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

This text has shadow with #363B75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #363B75 on black background.


Color preview on white background

This text has color #363B75 on white background.



Black color preview on #363B75 background

This text has black color on #363B75 background.


White color preview on #363B75 background

This text has white color on #363B75 background.