#266D8F

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

Shades of Astral #266D8F

Tints of Astral #266D8F

Color information

#266D8F (or 0x266D8F) is unknown color: approx Astral. HEX triplet: 26, 6D and 8F. RGB value is (38,109,143). Sum of RGB (Red+Green+Blue) = 38+109+143=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #266D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266D8F is #D99270. Grayscale: #5B5B5B. Windows color (decimal): -14258801 or 9399590. OLE color: 9399590.

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

Color convert

RGB38109143-
CMYK0.730.2400.44
HSL199.43º58.01%35.49%-
HSV(B)199.43º73.43%56.08%-
XYZ11.2313.3327.97-
YUV91.65156.9889.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 143 (56.25% from 255) = 49.31%
R=13.10%
G=37.59%
B=49.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381091430.730.2400.44199.4358.0135.49
Hex266D8F491802Cc73a23
Octal46155217111300543077243
Binary100110110110110001111100100111000010110011000111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266D8F; }

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

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

<style>
 a { background-color: #266D8F; }

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

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

<style>
 span { border-color: #266D8F; }

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

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