COLOR #2B697C

HEX: #2B697C
RGB: (43,105,124)

Color info

#2B697C contains mainly green and blue colors. Web safe color of #2B697C is #336666 (or #366).

RGB color model

#2B697C color RGB value is (43,105,124).

  • red value is 43;
  • green value is 105;
  • blue value is 124.
RGB:
(43,105,124)
(17%,41%,49%)

RGB channels and saturation

R 43 of 255 = 17%
G 105 of 255 = 41%
B 124 of 255 = 49%

43
105
124

R + G + B ~ 36%. #2B697C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 105 + 124 = 272 (100%)
R 43 of 272 ~ 15.81%
G 105 of 272 ~ 38.6%
B 124 of 272 ~ 45.59%

%15.81
%38.6
%45.59

CMYK color model

#2B697C color CMYK value is (65,15,0,51).

  • cyan value is 65.32%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(65,15,0,51)
C65M15Y0K51 
(65%,15%,0%,51%)
(0.65/0.15/0.00/0.51)	

CMYK percentages

%65.32
%15.32
%0
%51.37

Codes

Color #2B697C in popluar color models

2B697C
RGB43105124
HSL194°48.50%32.75%
HSB/HSV194°65.32%48.63%
CMYK65.32%15.32%0.00%
51.37%

Color #2B697C in popluar number systems.

HEX2B697C
Decimal43105124
Binary10101111010011111100
Octal53151174

Shades and tints

Shades of #2B697C

#2B697C
(43,105,124)
#286071
(40,96,113)
#255766
(37,87,102)
#224E5B
(34,78,91)
#1F4550
(31,69,80)
#1C3C45
(28,60,69)
#19333A
(25,51,58)
#162A2F
(22,42,47)
#132124
(19,33,36)
#101819
(16,24,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #2B697C

#2B697C
(43,105,124)
#3E7687
(62,118,135)
#518392
(81,131,146)
#64909D
(100,144,157)
#779DA8
(119,157,168)
#8AAAB3
(138,170,179)
#9DB7BE
(157,183,190)
#B0C4C9
(176,196,201)
#C3D1D4
(195,209,212)
#D6DEDF
(214,222,223)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B697C color. Also use rgb(43,105,124) instead hex code.

Text Font Color

.myTextColor { color: #2B697C; }

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

This text font color is #2B697C.


Background Color

.myBgColor { background-color: #2B697C; }

<div style="background-color:#2B697C">Inner text</div>

This div background color is #2B697C.


Border color

.myBorderColor { border: 1px solid #2B697C; }

<div style="border:3px solid #2B697C">Div</div>

This div border color is #2B697C.


Opacity

.myOpacity80 { color: #2B697C; opacity: 0.8; }

<p style="color:#2B697C;opacity:0.8;">80%</p>

Text with #2B697C 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 #2B697C;}

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

This text has shadow with #2B697C color.

.textShadow {text-shadow: 3px 3px 1px #2B697C, 3px 3px 1px red;}

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

This text has shadow with #2B697C primary color and red secondary color.


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

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

This text has shadow with #2B697C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B697C on black background.


Color preview on white background

This text has color #2B697C on white background.



Black color preview on #2B697C background

This text has black color on #2B697C background.


White color preview on #2B697C background

This text has white color on #2B697C background.