COLOR #367C97

HEX: #367C97 RGB: (54,124,151)

Color info

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

RGB color model

#367C97 color RGB value is (54,124,151).

RGB: (54,124,151) (21%, 49%, 59%)

RGB channels and saturation

R 54 of 255 = 21%
G 124 of 255 = 49%
B 151 of 255 = 59%

54
124
151

R + G + B ~ 43%. #367C97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 124 + 151 = 329 (100%)
R 54 of 329 ~ 16.41%
G 124 of 329 ~ 37.69%
B 151 of 329 ~ 45.9'%

%16.41
%37.69
%45.9

CMYK color model

#367C97 color CMYK value is (64,18,0,41).

  • cyan value is 64.24%
  • magenta value is 17.88%
  • yellow value is 0.00%
  • key color value is 40.78%

CMYK: (64,18,0,41)
C64M18Y0K41 (64%, 18%, 0%, 41%)
(0.64 / 0.18 / 0.00 / 0.41)

CMYK percentages

%64.24
%17.88
%0
%40.78

Codes

Color #367C97 in popluar color models

36 7C 97
RGB 54 124 151
HSL 197° 47.32% 40.20%
HSB/HSV 197° 64.24% 59.22%
CMYK 64.24% 17.88% 0.00%
40.78%

Color #367C97 in popluar number systems.

HEX 36 7C 97
Decimal 54 124 151
Binary 110110 1111100 10010111
Octal 66 174 227

Shades and tints

Shades of #367C97

#367C97
(54,124,151)
#32718A
(50,113,138)
#2E667D
(46,102,125)
#2A5B70
(42,91,112)
#265063
(38,80,99)
#224556
(34,69,86)
#1E3A49
(30,58,73)
#1A2F3C
(26,47,60)
#16242F
(22,36,47)
#121922
(18,25,34)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #367C97

#367C97
(54,124,151)
#4887A0
(72,135,160)
#5A92A9
(90,146,169)
#6C9DB2
(108,157,178)
#7EA8BB
(126,168,187)
#90B3C4
(144,179,196)
#A2BECD
(162,190,205)
#B4C9D6
(180,201,214)
#C6D4DF
(198,212,223)
#D8DFE8
(216,223,232)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #367C97 color. Also use rgb(54,124,151) instead hex code.

Text Font Color

.myTextColor { color: #367C97; }

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

This text font color is #367C97.

Background Color

.myBgColor { background-color: #367C97; }

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

This div background color is #367C97.

Border color

.myBorderColor { border: 1px solid #367C97; }

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

This div border color is #367C97.

Opacity

.myOpacity80 { color: #367C97; opacity: 0.8; }

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

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

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

This text has shadow with #367C97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #367C97.

Preview

Color preview on black background

This text has color #367C97 on black background.


Color preview on white background

This text has color #367C97 on white background.


Black color preview on #367C97 background

This text has black color on #367C97 background.


White color preview on #367C97 background

This text has white color on #367C97 background.


Related colors

Complementary color

Complementary color for #hex is #C98368.


I love getcolorcode.com

Triadic colors

1 #97367C and #7C9736 with #367C97 are triadic colors.

2 #977C36 and #7C3697 with #367C97 are triadic colors.