#26748D

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

Shades of Astral #26748D

Tints of Astral #26748D

Color information

#26748D (or 0x26748D) is unknown color: approx Astral. HEX triplet: 26, 74 and 8D. RGB value is (38,116,141). Sum of RGB (Red+Green+Blue) = 38+116+141=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #26748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26748D is #D98B72. Grayscale: #5F5F5F. Windows color (decimal): -14257011 or 9270310. OLE color: 9270310.

HSL color Cylindrical-coordinate representation of color #26748D: hue angle of 194.56º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26748D is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38116141-
CMYK0.730.1800.45
HSL194.56º57.54%35.1%-
HSV(B)194.56º73.05%55.29%-
XYZ11.8514.8327.44-
YUV95.53153.6686.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=12.88%
G=39.32%
B=47.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381161410.730.1800.45194.5657.5435.1
Hex26748D491202Dc33a23
Octal46164215111220553037243
Binary100110111010010001101100100110010010110111000011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26748D; }

 p { color: rgb(38,116,141); }

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

<style>
 a { background-color: #26748D; }

 a { background-color: rgb(38,116,141); }

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

<style>
 span { border-color: #26748D; }

 span { border-color: rgb(38,116,141); }

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