COLOR #368EAE

HEX: #368EAE RGB: (54,142,174)

Color info

#368EAE contains mainly green and blue colors. Web safe color of #368EAE is #339999 (or #399).

RGB color model

#368EAE color RGB value is (54,142,174).

RGB: (54,142,174) (21%, 56%, 68%)

RGB channels and saturation

R 54 of 255 = 21%
G 142 of 255 = 56%
B 174 of 255 = 68%

54
142
174

R + G + B ~ 48%. #368EAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 54 + 142 + 174 = 370 (100%)
R 54 of 370 ~ 14.59%
G 142 of 370 ~ 38.38%
B 174 of 370 ~ 47.03'%

%14.59
%38.38
%47.03

CMYK color model

#368EAE color CMYK value is (69,18,0,32).

  • cyan value is 68.97%
  • magenta value is 18.39%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (69,18,0,32) C69M18Y0K32 (69%,18%,0%,32%) (0.69/0.18/0.00/0.32) 

CMYK percentages

%68.97
%18.39
%0
%31.76

Codes

Color #368EAE in popluar color models

36 8E AE
RGB 54 142 174
HSL 196° 52.63% 44.71%
HSB/HSV 196° 68.97% 68.24%
CMYK 68.97% 18.39% 0.00%
31.76%

Color #368EAE in popluar number systems.

HEX 36 8E AE
Decimal 54 142 174
Binary 110110 10001110 10101110
Octal 66 216 256

Shades and tints

Shades of #368EAE

#368EAE
(54,142,174)
#32829F
(50,130,159)
#2E7690
(46,118,144)
#2A6A81
(42,106,129)
#265E72
(38,94,114)
#225263
(34,82,99)
#1E4654
(30,70,84)
#1A3A45
(26,58,69)
#162E36
(22,46,54)
#122227
(18,34,39)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #368EAE

#368EAE
(54,142,174)
#4898B5
(72,152,181)
#5AA2BC
(90,162,188)
#6CACC3
(108,172,195)
#7EB6CA
(126,182,202)
#90C0D1
(144,192,209)
#A2CAD8
(162,202,216)
#B4D4DF
(180,212,223)
#C6DEE6
(198,222,230)
#D8E8ED
(216,232,237)
#EAF2F4
(234,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368EAE color. Also use rgb(54,142,174) instead hex code.

Text Font Color

.myTextColor { color: #368EAE; }

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

This text font color is #368EAE.

Background Color

.myBgColor { background-color: #368EAE; }

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

This div background color is #368EAE.

Border color

.myBorderColor { border: 1px solid #368EAE; }

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

This div border color is #368EAE.

Opacity

.myOpacity80 { color: #368EAE; opacity: 0.8; }

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

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

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

This text has shadow with #368EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #368EAE.

Preview

Color preview on black background

This text has color #368EAE on black background.


Color preview on white background

This text has color #368EAE on white background.


Black color preview on #368EAE background

This text has black color on #368EAE background.


White color preview on #368EAE background

This text has white color on #368EAE background.


Related colors

Complementary color

Complementary color for #hex is #C97151.


I love getcolorcode.com

Triadic colors

1 #AE368E and #8EAE36 with #368EAE are triadic colors.

2 #AE8E36 and #8E36AE with #368EAE are triadic colors.