#26778E

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

Shades of Astral #26778E

Tints of Astral #26778E

Color information

#26778E (or 0x26778E) is unknown color: approx Astral. HEX triplet: 26, 77 and 8E. RGB value is (38,119,142). Sum of RGB (Red+Green+Blue) = 38+119+142=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #26778E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26778E is #D98871. Grayscale: #616161. Windows color (decimal): -14256242 or 9336614. OLE color: 9336614.

HSL color Cylindrical-coordinate representation of color #26778E: hue angle of 193.27º 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 #26778E is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38119142-
CMYK0.730.1600.44
HSL193.27º57.78%35.29%-
HSV(B)193.27º73.24%55.69%-
XYZ12.2815.5627.95-
YUV97.4153.1685.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=12.71%
G=39.80%
B=47.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381191420.730.1600.44193.2757.7835.29
Hex26778E491002Cc13a23
Octal46167216111200543017243
Binary100110111011110001110100100110000010110011000001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26778E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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