COLOR #368C98

HEX: #368C98
RGB: (54,140,152)

Color info

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

RGB color model

#368C98 color RGB value is (54,140,152).

  • red value is 54;
  • green value is 140;
  • blue value is 152.
RGB:
(54,140,152)
(21%,55%,60%)

RGB channels and saturation

R 54 of 255 = 21%
G 140 of 255 = 55%
B 152 of 255 = 60%

54
140
152

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

Portions of RGB colors in percentages

R + G + B =
54 + 140 + 152 = 346 (100%)
R 54 of 346 ~ 15.61%
G 140 of 346 ~ 40.46%
B 152 of 346 ~ 43.93%

%15.61
%40.46
%43.93

CMYK color model

#368C98 color CMYK value is (64,8,0,40).

  • cyan value is 64.47%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(64,8,0,40)
C64M8Y0K40 
(64%,8%,0%,40%)
(0.64/0.08/0.00/0.40)	

CMYK percentages

%64.47
%7.89
%0
%40.39

Codes

Color #368C98 in popluar color models

368C98
RGB54140152
HSL187°47.57%40.39%
HSB/HSV187°64.47%59.61%
CMYK64.47%7.89%0.00%
40.39%

Color #368C98 in popluar number systems.

HEX368C98
Decimal54140152
Binary1101101000110010011000
Octal66214230

Shades and tints

Shades of #368C98

#368C98
(54,140,152)
#32808B
(50,128,139)
#2E747E
(46,116,126)
#2A6871
(42,104,113)
#265C64
(38,92,100)
#225057
(34,80,87)
#1E444A
(30,68,74)
#1A383D
(26,56,61)
#162C30
(22,44,48)
#122023
(18,32,35)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #368C98

#368C98
(54,140,152)
#4896A1
(72,150,161)
#5AA0AA
(90,160,170)
#6CAAB3
(108,170,179)
#7EB4BC
(126,180,188)
#90BEC5
(144,190,197)
#A2C8CE
(162,200,206)
#B4D2D7
(180,210,215)
#C6DCE0
(198,220,224)
#D8E6E9
(216,230,233)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #368C98 color. Also use rgb(54,140,152) instead hex code.

Text Font Color

.myTextColor { color: #368C98; }

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

This text font color is #368C98.


Background Color

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

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

This div background color is #368C98.


Border color

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

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

This div border color is #368C98.


Opacity

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

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

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

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

This text has shadow with #368C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368C98 on black background.


Color preview on white background

This text has color #368C98 on white background.



Black color preview on #368C98 background

This text has black color on #368C98 background.


White color preview on #368C98 background

This text has white color on #368C98 background.