COLOR #277CA3

HEX: #277CA3
RGB: (39,124,163)

Color info

#277CA3 contains mainly green and blue colors. Web safe color of #277CA3 is #336699 (or #369).

RGB color model

#277CA3 color RGB value is (39,124,163).

  • red value is 39;
  • green value is 124;
  • blue value is 163.
RGB:
(39,124,163)
(15%,49%,64%)

RGB channels and saturation

R 39 of 255 = 15%
G 124 of 255 = 49%
B 163 of 255 = 64%

39
124
163

R + G + B ~ 43%. #277CA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 124 + 163 = 326 (100%)
R 39 of 326 ~ 11.96%
G 124 of 326 ~ 38.04%
B 163 of 326 ~ 50%

%11.96
%38.04
%50

CMYK color model

#277CA3 color CMYK value is (76,24,0,36).

  • cyan value is 76.07%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(76,24,0,36)
C76M24Y0K36 
(76%,24%,0%,36%)
(0.76/0.24/0.00/0.36)	

CMYK percentages

%76.07
%23.93
%0
%36.08

Codes

Color #277CA3 in popluar color models

277CA3
RGB39124163
HSL199°61.39%39.61%
HSB/HSV199°76.07%63.92%
CMYK76.07%23.93%0.00%
36.08%

Color #277CA3 in popluar number systems.

HEX277CA3
Decimal39124163
Binary100111111110010100011
Octal47174243

Shades and tints

Shades of #277CA3

#277CA3
(39,124,163)
#247195
(36,113,149)
#216687
(33,102,135)
#1E5B79
(30,91,121)
#1B506B
(27,80,107)
#18455D
(24,69,93)
#153A4F
(21,58,79)
#122F41
(18,47,65)
#0F2433
(15,36,51)
#0C1925
(12,25,37)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #277CA3

#277CA3
(39,124,163)
#3A87AB
(58,135,171)
#4D92B3
(77,146,179)
#609DBB
(96,157,187)
#73A8C3
(115,168,195)
#86B3CB
(134,179,203)
#99BED3
(153,190,211)
#ACC9DB
(172,201,219)
#BFD4E3
(191,212,227)
#D2DFEB
(210,223,235)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277CA3 color. Also use rgb(39,124,163) instead hex code.

Text Font Color

.myTextColor { color: #277CA3; }

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

This text font color is #277CA3.


Background Color

.myBgColor { background-color: #277CA3; }

<div style="background-color:#277CA3">Inner text</div>

This div background color is #277CA3.


Border color

.myBorderColor { border: 1px solid #277CA3; }

<div style="border:3px solid #277CA3">Div</div>

This div border color is #277CA3.


Opacity

.myOpacity80 { color: #277CA3; opacity: 0.8; }

<p style="color:#277CA3;opacity:0.8;">80%</p>

Text with #277CA3 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 #277CA3;}

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

This text has shadow with #277CA3 color.

.textShadow {text-shadow: 3px 3px 1px #277CA3, 3px 3px 1px red;}

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

This text has shadow with #277CA3 primary color and red secondary color.


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

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

This text has shadow with #277CA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #277CA3 on black background.


Color preview on white background

This text has color #277CA3 on white background.



Black color preview on #277CA3 background

This text has black color on #277CA3 background.


White color preview on #277CA3 background

This text has white color on #277CA3 background.