#26676D

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

Shades of Allports #26676D

Tints of Allports #26676D

Color information

#26676D (or 0x26676D) is unknown color: approx Allports. HEX triplet: 26, 67 and 6D. RGB value is (38,103,109). Sum of RGB (Red+Green+Blue) = 38+103+109=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #26676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26676D is #D99892. Grayscale: #545454. Windows color (decimal): -14260371 or 7169830. OLE color: 7169830.

HSL color Cylindrical-coordinate representation of color #26676D: hue angle of 185.07º degrees, saturation: 0.48, 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 #26676D is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB38103109-
CMYK0.650.0600.57
HSL185.07º48.3%28.82%-
HSV(B)185.07º65.14%42.75%-
XYZ8.4111.2216.19-
YUV84.25141.9795.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 109 (42.97% from 255) = 43.6%
R=15.2%
G=41.2%
B=43.6%

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
Decimal381031090.650.0600.57185.0748.328.82
Hex26676D416039b9301d
Octal4614715510160712716035
Binary10011011001111101101100000111001110011011100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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