COLOR #369DAD

HEX: #369DAD
RGB: (54,157,173)

Color info

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

RGB color model

#369DAD color RGB value is (54,157,173).

  • red value is 54;
  • green value is 157;
  • blue value is 173.
RGB:
(54,157,173)
(21%,62%,68%)

RGB channels and saturation

R 54 of 255 = 21%
G 157 of 255 = 62%
B 173 of 255 = 68%

54
157
173

R + G + B ~ 50%. #369DAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 157 + 173 = 384 (100%)
R 54 of 384 ~ 14.06%
G 157 of 384 ~ 40.89%
B 173 of 384 ~ 45.05%

%14.06
%40.89
%45.05

CMYK color model

#369DAD color CMYK value is (69,9,0,32).

  • cyan value is 68.79%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(69,9,0,32)
C69M9Y0K32 
(69%,9%,0%,32%)
(0.69/0.09/0.00/0.32)	

CMYK percentages

%68.79
%9.25
%0
%32.16

Codes

Color #369DAD in popluar color models

369DAD
RGB54157173
HSL188°52.42%44.51%
HSB/HSV188°68.79%67.84%
CMYK68.79%9.25%0.00%
32.16%

Color #369DAD in popluar number systems.

HEX369DAD
Decimal54157173
Binary1101101001110110101101
Octal66235255

Shades and tints

Shades of #369DAD

#369DAD
(54,157,173)
#328F9E
(50,143,158)
#2E818F
(46,129,143)
#2A7380
(42,115,128)
#266571
(38,101,113)
#225762
(34,87,98)
#1E4953
(30,73,83)
#1A3B44
(26,59,68)
#162D35
(22,45,53)
#121F26
(18,31,38)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #369DAD

#369DAD
(54,157,173)
#48A5B4
(72,165,180)
#5AADBB
(90,173,187)
#6CB5C2
(108,181,194)
#7EBDC9
(126,189,201)
#90C5D0
(144,197,208)
#A2CDD7
(162,205,215)
#B4D5DE
(180,213,222)
#C6DDE5
(198,221,229)
#D8E5EC
(216,229,236)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #369DAD color. Also use rgb(54,157,173) instead hex code.

Text Font Color

.myTextColor { color: #369DAD; }

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

This text font color is #369DAD.


Background Color

.myBgColor { background-color: #369DAD; }

<div style="background-color:#369DAD">Inner text</div>

This div background color is #369DAD.


Border color

.myBorderColor { border: 1px solid #369DAD; }

<div style="border:3px solid #369DAD">Div</div>

This div border color is #369DAD.


Opacity

.myOpacity80 { color: #369DAD; opacity: 0.8; }

<p style="color:#369DAD;opacity:0.8;">80%</p>

Text with #369DAD 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 #369DAD;}

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

This text has shadow with #369DAD color.

.textShadow {text-shadow: 3px 3px 1px #369DAD, 3px 3px 1px red;}

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

This text has shadow with #369DAD primary color and red secondary color.


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

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

This text has shadow with #369DAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #369DAD on black background.


Color preview on white background

This text has color #369DAD on white background.



Black color preview on #369DAD background

This text has black color on #369DAD background.


White color preview on #369DAD background

This text has white color on #369DAD background.