#26676E

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

Shades of Allports #26676E

Tints of Allports #26676E

Color information

#26676E (or 0x26676E) is unknown color: approx Allports. HEX triplet: 26, 67 and 6E. RGB value is (38,103,110). Sum of RGB (Red+Green+Blue) = 38+103+110=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #26676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26676E is #D99891. Grayscale: #545454. Windows color (decimal): -14260370 or 7235366. OLE color: 7235366.

HSL color Cylindrical-coordinate representation of color #26676E: hue angle of 185.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26676E is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB38103110-
CMYK0.650.0600.57
HSL185.83º48.65%29.02%-
HSV(B)185.83º65.45%43.14%-
XYZ8.4611.2416.47-
YUV84.36142.4794.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 103 (40.62% from 255) = 41.04%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=15.14%
G=41.04%
B=43.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal381031100.650.0600.57185.8348.6529.02
Hex26676E416039ba311d
Octal4614715610160712726135
Binary10011011001111101110100000111001110011011101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26676E; }

 p { color: rgb(38,103,110); }

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

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

 a { background-color: rgb(38,103,110); }

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

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

 span { border-color: rgb(38,103,110); }

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