#266D76

Color #266D76 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #266D76

Tints of Allports #266D76

Color information

#266D76 (or 0x266D76) is unknown color: approx Allports. HEX triplet: 26, 6D and 76. RGB value is (38,109,118). Sum of RGB (Red+Green+Blue) = 38+109+118=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #266D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D76 is #D99289. Grayscale: #585858. Windows color (decimal): -14258826 or 7761190. OLE color: 7761190.

HSL color Cylindrical-coordinate representation of color #266D76: hue angle of 186.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266D76 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB38109118-
CMYK0.680.0800.54
HSL186.75º51.28%30.59%-
HSV(B)186.75º67.8%46.27%-
XYZ9.5412.6619.08-
YUV88.8144.4891.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=14.34%
G=41.13%
B=44.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381091180.680.0800.54186.7551.2830.59
Hex266D76448036bb331f
Octal46155166104100662736337
Binary100110110110111101101000100100001101101011101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266D76; }

 p { color: rgb(38,109,118); }

 H1.HeaderClassName
 {
   color: #266D76;
 }
 .AnyTagClassName
 {
   color: #266D76;
 }
</style>
background-color css

<style>
 a { background-color: #266D76; }

 a { background-color: rgb(38,109,118); }

 div.DivClassName
 {
   background-color: #266D76;
 }
 .BgClassName
 {
   background-color: #266D76;
 }
</style>
border-color css

<style>
 span { border-color: #266D76; }

 span { border-color: rgb(38,109,118); }

 td.TdClassName
 {
   border-color: #266D76;
 }
 .TagClassName
 {
   border-color: #266D76;
 }
</style>