#26738E

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

Shades of Astral #26738E

Tints of Astral #26738E

Color information

#26738E (or 0x26738E) is unknown color: approx Astral. HEX triplet: 26, 73 and 8E. RGB value is (38,115,142). Sum of RGB (Red+Green+Blue) = 38+115+142=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #26738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26738E is #D98C71. Grayscale: #5E5E5E. Windows color (decimal): -14257266 or 9335590. OLE color: 9335590.

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

Color convert

RGB38115142-
CMYK0.730.1900.44
HSL195.58º57.78%35.29%-
HSV(B)195.58º73.24%55.69%-
XYZ11.8114.6327.79-
YUV95.06154.4987.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 115 (45.31% from 255) = 38.98%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=12.88%
G=38.98%
B=48.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381151420.730.1900.44195.5857.7835.29
Hex26738E491302Cc43a23
Octal46163216111230543047243
Binary100110111001110001110100100110011010110011000100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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