COLOR #266B9C

HEX: #266B9C
RGB: (38,107,156)

Color info

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

RGB color model

#266B9C color RGB value is (38,107,156).

  • red value is 38;
  • green value is 107;
  • blue value is 156.
RGB:
(38,107,156)
(15%,42%,61%)

RGB channels and saturation

R 38 of 255 = 15%
G 107 of 255 = 42%
B 156 of 255 = 61%

38
107
156

R + G + B ~ 39%. #266B9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 107 + 156 = 301 (100%)
R 38 of 301 ~ 12.62%
G 107 of 301 ~ 35.55%
B 156 of 301 ~ 51.83%

%12.62
%35.55
%51.83

CMYK color model

#266B9C color CMYK value is (76,31,0,39).

  • cyan value is 75.64%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(76,31,0,39)
C76M31Y0K39 
(76%,31%,0%,39%)
(0.76/0.31/0.00/0.39)	

CMYK percentages

%75.64
%31.41
%0
%38.82

Codes

Color #266B9C in popluar color models

266B9C
RGB38107156
HSL205°60.82%38.04%
HSB/HSV205°75.64%61.18%
CMYK75.64%31.41%0.00%
38.82%

Color #266B9C in popluar number systems.

HEX266B9C
Decimal38107156
Binary100110110101110011100
Octal46153234

Shades and tints

Shades of #266B9C

#266B9C
(38,107,156)
#23628E
(35,98,142)
#205980
(32,89,128)
#1D5072
(29,80,114)
#1A4764
(26,71,100)
#173E56
(23,62,86)
#143548
(20,53,72)
#112C3A
(17,44,58)
#0E232C
(14,35,44)
#0B1A1E
(11,26,30)
#081110
(8,17,16)
#000000
(0,0,0)

Tints of #266B9C

#266B9C
(38,107,156)
#3978A5
(57,120,165)
#4C85AE
(76,133,174)
#5F92B7
(95,146,183)
#729FC0
(114,159,192)
#85ACC9
(133,172,201)
#98B9D2
(152,185,210)
#ABC6DB
(171,198,219)
#BED3E4
(190,211,228)
#D1E0ED
(209,224,237)
#E4EDF6
(228,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #266B9C color. Also use rgb(38,107,156) instead hex code.

Text Font Color

.myTextColor { color: #266B9C; }

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

This text font color is #266B9C.


Background Color

.myBgColor { background-color: #266B9C; }

<div style="background-color:#266B9C">Inner text</div>

This div background color is #266B9C.


Border color

.myBorderColor { border: 1px solid #266B9C; }

<div style="border:3px solid #266B9C">Div</div>

This div border color is #266B9C.


Opacity

.myOpacity80 { color: #266B9C; opacity: 0.8; }

<p style="color:#266B9C;opacity:0.8;">80%</p>

Text with #266B9C 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 #266B9C;}

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

This text has shadow with #266B9C color.

.textShadow {text-shadow: 3px 3px 1px #266B9C, 3px 3px 1px red;}

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

This text has shadow with #266B9C primary color and red secondary color.


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

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

This text has shadow with #266B9C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #266B9C on black background.


Color preview on white background

This text has color #266B9C on white background.



Black color preview on #266B9C background

This text has black color on #266B9C background.


White color preview on #266B9C background

This text has white color on #266B9C background.