#26697C

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

Shades of Allports #26697C

Tints of Allports #26697C

Color information

#26697C (or 0x26697C) is unknown color: approx Allports. HEX triplet: 26, 69 and 7C. RGB value is (38,105,124). Sum of RGB (Red+Green+Blue) = 38+105+124=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #26697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26697C is #D99683. Grayscale: #565656. Windows color (decimal): -14259844 or 8153382. OLE color: 8153382.

HSL color Cylindrical-coordinate representation of color #26697C: hue angle of 193.26º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26697C is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38105124-
CMYK0.690.1500.51
HSL193.26º53.09%31.76%-
HSV(B)193.26º69.35%48.63%-
XYZ9.4911.9720.88-
YUV87.13148.892.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=14.23%
G=39.33%
B=46.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381051240.690.1500.51193.2653.0931.76
Hex26697C45F033c13520
Octal46151174105170633016540
Binary1001101101001111110010001011111011001111000001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26697C; }

 p { color: rgb(38,105,124); }

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

<style>
 a { background-color: #26697C; }

 a { background-color: rgb(38,105,124); }

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

<style>
 span { border-color: #26697C; }

 span { border-color: rgb(38,105,124); }

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