#266886

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

Shades of Allports #266886

Tints of Allports #266886

Color information

#266886 (or 0x266886) is unknown color: approx Allports. HEX triplet: 26, 68 and 86. RGB value is (38,104,134). Sum of RGB (Red+Green+Blue) = 38+104+134=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #266886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266886 is #D99779. Grayscale: #575757. Windows color (decimal): -14260090 or 8808486. OLE color: 8808486.

HSL color Cylindrical-coordinate representation of color #266886: hue angle of 198.75º 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 #266886 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB38104134-
CMYK0.720.2200.47
HSL198.75º55.81%33.73%-
HSV(B)198.75º71.64%52.55%-
XYZ10.0512.0324.35-
YUV87.69154.1392.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.77%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=13.77%
G=37.68%
B=48.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381041340.720.2200.47198.7555.8133.73
Hex266886481602Fc73822
Octal46150206110260573077042
Binary100110110100010000110100100010110010111111000111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266886; }

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

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

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

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

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

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

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

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