#26798E

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

Shades of Astral #26798E

Tints of Astral #26798E

Color information

#26798E (or 0x26798E) is unknown color: approx Astral. HEX triplet: 26, 79 and 8E. RGB value is (38,121,142). Sum of RGB (Red+Green+Blue) = 38+121+142=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #26798E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26798E is #D98671. Grayscale: #626262. Windows color (decimal): -14255730 or 9337126. OLE color: 9337126.

HSL color Cylindrical-coordinate representation of color #26798E: hue angle of 192.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26798E is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38121142-
CMYK0.730.1500.44
HSL192.12º57.78%35.29%-
HSV(B)192.12º73.24%55.69%-
XYZ12.5216.0428.03-
YUV98.58152.584.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=12.62%
G=40.20%
B=47.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381211420.730.1500.44192.1257.7835.29
Hex26798E49F02Cc03a23
Octal46171216111170543007243
Binary10011011110011000111010010011111010110011000000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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