COLOR #368CD0

HEX: #368CD0
RGB: (54,140,208)

Color info

#368CD0 contains mainly blue color. Web safe color of #368CD0 is #3399CC (or #39C).

RGB color model

#368CD0 color RGB value is (54,140,208).

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

RGB channels and saturation

R 54 of 255 = 21%
G 140 of 255 = 55%
B 208 of 255 = 82%

54
140
208

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

Portions of RGB colors in percentages

R + G + B =
54 + 140 + 208 = 402 (100%)
R 54 of 402 ~ 13.43%
G 140 of 402 ~ 34.83%
B 208 of 402 ~ 51.74%

%13.43
%34.83
%51.74

CMYK color model

#368CD0 color CMYK value is (74,33,0,18).

  • cyan value is 74.04%
  • magenta value is 32.69%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(74,33,0,18)
C74M33Y0K18 
(74%,33%,0%,18%)
(0.74/0.33/0.00/0.18)	

CMYK percentages

%74.04
%32.69
%0
%18.43

Codes

Color #368CD0 in popluar color models

368CD0
RGB54140208
HSL206°62.10%51.37%
HSB/HSV206°74.04%81.57%
CMYK74.04%32.69%0.00%
18.43%

Color #368CD0 in popluar number systems.

HEX368CD0
Decimal54140208
Binary1101101000110011010000
Octal66214320

Shades and tints

Shades of #368CD0

#368CD0
(54,140,208)
#3280BE
(50,128,190)
#2E74AC
(46,116,172)
#2A689A
(42,104,154)
#265C88
(38,92,136)
#225076
(34,80,118)
#1E4464
(30,68,100)
#1A3852
(26,56,82)
#162C40
(22,44,64)
#12202E
(18,32,46)
#0E141C
(14,20,28)
#000000
(0,0,0)

Tints of #368CD0

#368CD0
(54,140,208)
#4896D4
(72,150,212)
#5AA0D8
(90,160,216)
#6CAADC
(108,170,220)
#7EB4E0
(126,180,224)
#90BEE4
(144,190,228)
#A2C8E8
(162,200,232)
#B4D2EC
(180,210,236)
#C6DCF0
(198,220,240)
#D8E6F4
(216,230,244)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #368CD0; }

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

This text font color is #368CD0.


Background Color

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

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

This div background color is #368CD0.


Border color

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

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

This div border color is #368CD0.


Opacity

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

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

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

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

This text has shadow with #368CD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #368CD0 on black background.


Color preview on white background

This text has color #368CD0 on white background.



Black color preview on #368CD0 background

This text has black color on #368CD0 background.


White color preview on #368CD0 background

This text has white color on #368CD0 background.