#26768e

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

Shades of Astral #26768E

Tints of Astral #26768E

Color information

#26768E (or 0x26768E) is unknown color: approx Astral. HEX triplet: 26, 76 and 8E. RGB value is (38,118,142). Sum of RGB (Red+Green+Blue) = 38+118+142=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #26768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26768E is #D98971. Grayscale: #606060. Windows color (decimal): -14256498 or 9336358. OLE color: 9336358.

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

Color convert

RGB38118142-
CMYK0.730.1700.44
HSL193.85º57.78%35.29%-
HSV(B)193.85º73.24%55.69%-
XYZ12.1615.3227.91-
YUV96.82153.586.05-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=12.75%
G=39.60%
B=47.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381181420.730.1700.44193.8557.7835.29
Hex26768E491102Cc23a23
Octal46166216111210543027243
Binary100110111011010001110100100110001010110011000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26768e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26768e; }

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

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

<style>
 a { background-color: #26768e; }

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

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

<style>
 span { border-color: #26768e; }

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

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