#266C86

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

Shades of Allports #266C86

Tints of Allports #266C86

Color information

#266C86 (or 0x266C86) is unknown color: approx Allports. HEX triplet: 26, 6C and 86. RGB value is (38,108,134). Sum of RGB (Red+Green+Blue) = 38+108+134=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #266C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C86 is #D99379. Grayscale: #595959. Windows color (decimal): -14259066 or 8809510. OLE color: 8809510.

HSL color Cylindrical-coordinate representation of color #266C86: hue angle of 196.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266C86 is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38108134-
CMYK0.720.1900.47
HSL196.25º55.81%33.73%-
HSV(B)196.25º71.64%52.55%-
XYZ10.4612.8624.48-
YUV90.03152.8190.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=13.57%
G=38.57%
B=47.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381081340.720.1900.47196.2555.8133.73
Hex266C86481302Fc43822
Octal46154206110230573047042
Binary100110110110010000110100100010011010111111000100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,108,134); }

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

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

 a { background-color: rgb(38,108,134); }

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

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

 span { border-color: rgb(38,108,134); }

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