#26758F

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

Shades of Astral #26758F

Tints of Astral #26758F

Color information

#26758F (or 0x26758F) is unknown color: approx Astral. HEX triplet: 26, 75 and 8F. RGB value is (38,117,143). Sum of RGB (Red+Green+Blue) = 38+117+143=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #26758F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26758F is #D98A70. Grayscale: #606060. Windows color (decimal): -14256753 or 9401638. OLE color: 9401638.

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

Color convert

RGB38117143-
CMYK0.730.1800.44
HSL194.86º58.01%35.49%-
HSV(B)194.86º73.43%56.08%-
XYZ12.1215.1228.27-
YUV96.34154.3386.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=12.75%
G=39.26%
B=47.99%

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
Decimal381171430.730.1800.44194.8658.0135.49
Hex26758F491202Cc33a23
Octal46165217111220543037243
Binary100110111010110001111100100110010010110011000011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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