#266A83

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

Shades of Allports #266A83

Tints of Allports #266A83

Color information

#266A83 (or 0x266A83) is unknown color: approx Allports. HEX triplet: 26, 6A and 83. RGB value is (38,106,131). Sum of RGB (Red+Green+Blue) = 38+106+131=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #266A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266A83 is #D9957C. Grayscale: #585858. Windows color (decimal): -14259581 or 8612390. OLE color: 8612390.

HSL color Cylindrical-coordinate representation of color #266A83: hue angle of 196.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266A83 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB38106131-
CMYK0.710.1900.49
HSL196.13º55.03%33.14%-
HSV(B)196.13º70.99%51.37%-
XYZ10.0512.3623.33-
YUV88.52151.9791.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=13.82%
G=38.55%
B=47.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381061310.710.1900.49196.1355.0333.14
Hex266A834713031c43721
Octal46152203107230613046741
Binary100110110101010000011100011110011011000111000100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,106,131); }

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

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

 a { background-color: rgb(38,106,131); }

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

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

 span { border-color: rgb(38,106,131); }

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