#26758E

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

Shades of Astral #26758E

Tints of Astral #26758E

Color information

#26758E (or 0x26758E) is unknown color: approx Astral. HEX triplet: 26, 75 and 8E. RGB value is (38,117,142). Sum of RGB (Red+Green+Blue) = 38+117+142=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #26758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26758E is #D98A71. Grayscale: #606060. Windows color (decimal): -14256754 or 9336102. OLE color: 9336102.

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

Color convert

RGB38117142-
CMYK0.730.1800.44
HSL194.42º57.78%35.29%-
HSV(B)194.42º73.24%55.69%-
XYZ12.0415.0927.87-
YUV96.23153.8386.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=12.79%
G=39.39%
B=47.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381171420.730.1800.44194.4257.7835.29
Hex26758E491202Cc23a23
Octal46165216111220543027243
Binary100110111010110001110100100110010010110011000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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