#26677E

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

Shades of Allports #26677E

Tints of Allports #26677E

Color information

#26677E (or 0x26677E) is unknown color: approx Allports. HEX triplet: 26, 67 and 7E. RGB value is (38,103,126). Sum of RGB (Red+Green+Blue) = 38+103+126=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #26677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26677E is #D99881. Grayscale: #565656. Windows color (decimal): -14260354 or 8283942. OLE color: 8283942.

HSL color Cylindrical-coordinate representation of color #26677E: hue angle of 195.68º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26677E is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38103126-
CMYK0.700.1800.51
HSL195.68º53.66%32.16%-
HSV(B)195.68º69.84%49.41%-
XYZ9.4211.6221.49-
YUV86.19150.4793.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 126 (49.61% from 255) = 47.19%
R=14.23%
G=38.58%
B=47.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381031260.700.1800.51195.6853.6632.16
Hex26677E4612033c43620
Octal46147176106220633046640
Binary10011011001111111110100011010010011001111000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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