#266D79

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

Shades of Allports #266D79

Tints of Allports #266D79

Color information

#266D79 (or 0x266D79) is unknown color: approx Allports. HEX triplet: 26, 6D and 79. RGB value is (38,109,121). Sum of RGB (Red+Green+Blue) = 38+109+121=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #266D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D79 is #D99286. Grayscale: #595959. Windows color (decimal): -14258823 or 7957798. OLE color: 7957798.

HSL color Cylindrical-coordinate representation of color #266D79: hue angle of 188.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266D79 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB38109121-
CMYK0.690.1000.53
HSL188.67º52.2%31.18%-
HSV(B)188.67º68.6%47.45%-
XYZ9.7212.7320.03-
YUV89.14145.9891.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=14.18%
G=40.67%
B=45.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381091210.690.1000.53188.6752.231.18
Hex266D7945A035bd341f
Octal46155171105120652756437
Binary100110110110111110011000101101001101011011110111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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