COLOR #2B5766

HEX: #2B5766
RGB: (43,87,102)

Color info

#2B5766 contains red, green and blue colors in about the same proportion. Web safe color of #2B5766 is #336666 (or #366).

RGB color model

#2B5766 color RGB value is (43,87,102).

  • red value is 43;
  • green value is 87;
  • blue value is 102.
RGB:
(43,87,102)
(17%,34%,40%)

RGB channels and saturation

R 43 of 255 = 17%
G 87 of 255 = 34%
B 102 of 255 = 40%

43
87
102

R + G + B ~ 30%. #2B5766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
43 + 87 + 102 = 232 (100%)
R 43 of 232 ~ 18.53%
G 87 of 232 ~ 37.5%
B 102 of 232 ~ 43.97%

%18.53
%37.5
%43.97

CMYK color model

#2B5766 color CMYK value is (58,15,0,60).

  • cyan value is 57.84%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(58,15,0,60)
C58M15Y0K60 
(58%,15%,0%,60%)
(0.58/0.15/0.00/0.60)	

CMYK percentages

%57.84
%14.71
%0
%60

Codes

Color #2B5766 in popluar color models

2B5766
RGB4387102
HSL195°40.69%28.43%
HSB/HSV195°57.84%40.00%
CMYK57.84%14.71%0.00%
60.00%

Color #2B5766 in popluar number systems.

HEX2B5766
Decimal4387102
Binary10101110101111100110
Octal53127146

Shades and tints

Shades of #2B5766

#2B5766
(43,87,102)
#28505D
(40,80,93)
#254954
(37,73,84)
#22424B
(34,66,75)
#1F3B42
(31,59,66)
#1C3439
(28,52,57)
#192D30
(25,45,48)
#162627
(22,38,39)
#131F1E
(19,31,30)
#101815
(16,24,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #2B5766

#2B5766
(43,87,102)
#3E6673
(62,102,115)
#517580
(81,117,128)
#64848D
(100,132,141)
#77939A
(119,147,154)
#8AA2A7
(138,162,167)
#9DB1B4
(157,177,180)
#B0C0C1
(176,192,193)
#C3CFCE
(195,207,206)
#D6DEDB
(214,222,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2B5766 color. Also use rgb(43,87,102) instead hex code.

Text Font Color

.myTextColor { color: #2B5766; }

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

This text font color is #2B5766.


Background Color

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

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

This div background color is #2B5766.


Border color

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

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

This div border color is #2B5766.


Opacity

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

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

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

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

This text has shadow with #2B5766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2B5766 on black background.


Color preview on white background

This text has color #2B5766 on white background.



Black color preview on #2B5766 background

This text has black color on #2B5766 background.


White color preview on #2B5766 background

This text has white color on #2B5766 background.