#26738F

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

Shades of Astral #26738F

Tints of Astral #26738F

Color information

#26738F (or 0x26738F) is unknown color: approx Astral. HEX triplet: 26, 73 and 8F. RGB value is (38,115,143). Sum of RGB (Red+Green+Blue) = 38+115+143=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #26738F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26738F is #D98C70. Grayscale: #5E5E5E. Windows color (decimal): -14257265 or 9401126. OLE color: 9401126.

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

Color convert

RGB38115143-
CMYK0.730.2000.44
HSL196º58.01%35.49%-
HSV(B)196º73.43%56.08%-
XYZ11.8914.6628.19-
YUV95.17154.9987.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=12.84%
G=38.85%
B=48.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381151430.730.2000.4419658.0135.49
Hex26738F491402Cc43a23
Octal46163217111240543047243
Binary100110111001110001111100100110100010110011000100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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