#26728F

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

Shades of Astral #26728F

Tints of Astral #26728F

Color information

#26728F (or 0x26728F) is unknown color: approx Astral. HEX triplet: 26, 72 and 8F. RGB value is (38,114,143). Sum of RGB (Red+Green+Blue) = 38+114+143=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #26728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26728F is #D98D70. Grayscale: #5E5E5E. Windows color (decimal): -14257521 or 9400870. OLE color: 9400870.

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

Color convert

RGB38114143-
CMYK0.730.2000.44
HSL196.57º58.01%35.49%-
HSV(B)196.57º73.43%56.08%-
XYZ11.7714.4328.15-
YUV94.58155.3287.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=12.88%
G=38.64%
B=48.47%

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
Decimal381141430.730.2000.44196.5758.0135.49
Hex26728F491402Cc53a23
Octal46162217111240543057243
Binary100110111001010001111100100110100010110011000101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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