COLOR #365D7A

HEX: #365D7A
RGB: (54,93,122)

Color info

#365D7A contains mainly green and blue colors. Web safe color of #365D7A is #336666 (or #366).

RGB color model

#365D7A color RGB value is (54,93,122).

  • red value is 54;
  • green value is 93;
  • blue value is 122.
RGB:
(54,93,122)
(21%,36%,48%)

RGB channels and saturation

R 54 of 255 = 21%
G 93 of 255 = 36%
B 122 of 255 = 48%

54
93
122

R + G + B ~ 35%. #365D7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
54 + 93 + 122 = 269 (100%)
R 54 of 269 ~ 20.07%
G 93 of 269 ~ 34.57%
B 122 of 269 ~ 45.35%

%20.07
%34.57
%45.35

CMYK color model

#365D7A color CMYK value is (56,24,0,52).

  • cyan value is 55.74%
  • magenta value is 23.77%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(56,24,0,52)
C56M24Y0K52 
(56%,24%,0%,52%)
(0.56/0.24/0.00/0.52)	

CMYK percentages

%55.74
%23.77
%0
%52.16

Codes

Color #365D7A in popluar color models

365D7A
RGB5493122
HSL206°38.64%34.51%
HSB/HSV206°55.74%47.84%
CMYK55.74%23.77%0.00%
52.16%

Color #365D7A in popluar number systems.

HEX365D7A
Decimal5493122
Binary11011010111011111010
Octal66135172

Shades and tints

Shades of #365D7A

#365D7A
(54,93,122)
#32556F
(50,85,111)
#2E4D64
(46,77,100)
#2A4559
(42,69,89)
#263D4E
(38,61,78)
#223543
(34,53,67)
#1E2D38
(30,45,56)
#1A252D
(26,37,45)
#161D22
(22,29,34)
#121517
(18,21,23)
#0E0D0C
(14,13,12)
#000000
(0,0,0)

Tints of #365D7A

#365D7A
(54,93,122)
#486B86
(72,107,134)
#5A7992
(90,121,146)
#6C879E
(108,135,158)
#7E95AA
(126,149,170)
#90A3B6
(144,163,182)
#A2B1C2
(162,177,194)
#B4BFCE
(180,191,206)
#C6CDDA
(198,205,218)
#D8DBE6
(216,219,230)
#EAE9F2
(234,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365D7A color. Also use rgb(54,93,122) instead hex code.

Text Font Color

.myTextColor { color: #365D7A; }

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

This text font color is #365D7A.


Background Color

.myBgColor { background-color: #365D7A; }

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

This div background color is #365D7A.


Border color

.myBorderColor { border: 1px solid #365D7A; }

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

This div border color is #365D7A.


Opacity

.myOpacity80 { color: #365D7A; opacity: 0.8; }

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

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

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

This text has shadow with #365D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #365D7A on black background.


Color preview on white background

This text has color #365D7A on white background.



Black color preview on #365D7A background

This text has black color on #365D7A background.


White color preview on #365D7A background

This text has white color on #365D7A background.