COLOR #365E81

HEX: #365E81 RGB: (54,94,129)

Color info

#365E81 contains mainly green and blue colors. Web safe color of #365E81 is #336699 (or #369).

RGB color model

#365E81 color RGB value is (54,94,129).

RGB: (54,94,129) (21%, 37%, 51%)

RGB channels and saturation

R 54 of 255 = 21%
G 94 of 255 = 37%
B 129 of 255 = 51%

54
94
129

R + G + B ~ 36%. #365E81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 54 + 94 + 129 = 277 (100%)
R 54 of 277 ~ 19.49%
G 94 of 277 ~ 33.94%
B 129 of 277 ~ 46.57'%

%19.49
%33.94
%46.57

CMYK color model

#365E81 color CMYK value is (58,27,0,49).

  • cyan value is 58.14%
  • magenta value is 27.13%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (58,27,0,49)
C58M27Y0K49 (58%, 27%, 0%, 49%)
(0.58 / 0.27 / 0.00 / 0.49)

CMYK percentages

%58.14
%27.13
%0
%49.41

Codes

Color #365E81 in popluar color models

36 5E 81
RGB 54 94 129
HSL 208° 40.98% 35.88%
HSB/HSV 208° 58.14% 50.59%
CMYK 58.14% 27.13% 0.00%
49.41%

Color #365E81 in popluar number systems.

HEX 36 5E 81
Decimal 54 94 129
Binary 110110 1011110 10000001
Octal 66 136 201

Shades and tints

Shades of #365E81

#365E81
(54,94,129)
#325676
(50,86,118)
#2E4E6B
(46,78,107)
#2A4660
(42,70,96)
#263E55
(38,62,85)
#22364A
(34,54,74)
#1E2E3F
(30,46,63)
#1A2634
(26,38,52)
#161E29
(22,30,41)
#12161E
(18,22,30)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #365E81

#365E81
(54,94,129)
#486C8C
(72,108,140)
#5A7A97
(90,122,151)
#6C88A2
(108,136,162)
#7E96AD
(126,150,173)
#90A4B8
(144,164,184)
#A2B2C3
(162,178,195)
#B4C0CE
(180,192,206)
#C6CED9
(198,206,217)
#D8DCE4
(216,220,228)
#EAEAEF
(234,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #365E81 color. Also use rgb(54,94,129) instead hex code.

Text Font Color

.myTextColor { color: #365E81; }

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

This text font color is #365E81.

Background Color

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

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

This div background color is #365E81.

Border color

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

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

This div border color is #365E81.

Opacity

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

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

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

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

This text has shadow with #365E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #365E81.

Preview

Color preview on black background

This text has color #365E81 on black background.


Color preview on white background

This text has color #365E81 on white background.


Black color preview on #365E81 background

This text has black color on #365E81 background.


White color preview on #365E81 background

This text has white color on #365E81 background.


Related colors

Complementary color

Complementary color for #hex is #C9A17E.


I love getcolorcode.com

Triadic colors

1 #81365E and #5E8136 with #365E81 are triadic colors.

2 #815E36 and #5E3681 with #365E81 are triadic colors.