#266c89

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

Shades of Allports #266C89

Tints of Allports #266C89

Color information

#266C89 (or 0x266C89) is unknown color: approx Allports. HEX triplet: 26, 6C and 89. RGB value is (38,108,137). Sum of RGB (Red+Green+Blue) = 38+108+137=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #266C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266C89 is #D99376. Grayscale: #5A5A5A. Windows color (decimal): -14259063 or 9006118. OLE color: 9006118.

HSL color Cylindrical-coordinate representation of color #266C89: hue angle of 197.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266C89 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB38108137-
CMYK0.720.2100.46
HSL197.58º56.57%34.31%-
HSV(B)197.58º72.26%53.73%-
XYZ10.6812.9425.6-
YUV90.38154.3190.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=13.43%
G=38.16%
B=48.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal381081370.720.2100.46197.5856.5734.31
Hex266C89481502Ec63922
Octal46154211110250563067142
Binary100110110110010001001100100010101010111011000110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266c89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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