COLOR #368AB4

HEX: #368AB4 RGB: (54,138,180)

Color info

#368AB4 contains mainly green and blue colors. Web safe color of #368AB4 is #3399CC (or #39C).

RGB color model

#368AB4 color RGB value is (54,138,180).

RGB: (54,138,180) (21%, 54%, 71%)

RGB channels and saturation

R 54 of 255 = 21%
G 138 of 255 = 54%
B 180 of 255 = 71%

54
138
180

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

Portions of RGB colors in percentages

R + G + B = 54 + 138 + 180 = 372 (100%)
R 54 of 372 ~ 14.52%
G 138 of 372 ~ 37.1%
B 180 of 372 ~ 48.39'%

%14.52
%37.1
%48.39

CMYK color model

#368AB4 color CMYK value is (70,23,0,29).

  • cyan value is 70.00%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (70,23,0,29)
C70M23Y0K29 (70%, 23%, 0%, 29%)
(0.70 / 0.23 / 0.00 / 0.29)

CMYK percentages

%70
%23.33
%0
%29.41

Codes

Color #368AB4 in popluar color models

36 8A B4
RGB 54 138 180
HSL 200° 53.85% 45.88%
HSB/HSV 200° 70.00% 70.59%
CMYK 70.00% 23.33% 0.00%
29.41%

Color #368AB4 in popluar number systems.

HEX 36 8A B4
Decimal 54 138 180
Binary 110110 10001010 10110100
Octal 66 212 264

Shades and tints

Shades of #368AB4

#368AB4
(54,138,180)
#327EA4
(50,126,164)
#2E7294
(46,114,148)
#2A6684
(42,102,132)
#265A74
(38,90,116)
#224E64
(34,78,100)
#1E4254
(30,66,84)
#1A3644
(26,54,68)
#162A34
(22,42,52)
#121E24
(18,30,36)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #368AB4

#368AB4
(54,138,180)
#4894BA
(72,148,186)
#5A9EC0
(90,158,192)
#6CA8C6
(108,168,198)
#7EB2CC
(126,178,204)
#90BCD2
(144,188,210)
#A2C6D8
(162,198,216)
#B4D0DE
(180,208,222)
#C6DAE4
(198,218,228)
#D8E4EA
(216,228,234)
#EAEEF0
(234,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368AB4 color. Also use rgb(54,138,180) instead hex code.

Text Font Color

.myTextColor { color: #368AB4; }

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

This text font color is #368AB4.

Background Color

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

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

This div background color is #368AB4.

Border color

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

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

This div border color is #368AB4.

Opacity

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

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

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

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

This text has shadow with #368AB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #368AB4.

Preview

Color preview on black background

This text has color #368AB4 on black background.


Color preview on white background

This text has color #368AB4 on white background.


Black color preview on #368AB4 background

This text has black color on #368AB4 background.


White color preview on #368AB4 background

This text has white color on #368AB4 background.


Related colors

Complementary color

Complementary color for #hex is #C9754B.


I love getcolorcode.com

Triadic colors

1 #B4368A and #8AB436 with #368AB4 are triadic colors.

2 #B48A36 and #8A36B4 with #368AB4 are triadic colors.