#266A8E

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

Shades of Astral #266A8E

Tints of Astral #266A8E

Color information

#266A8E (or 0x266A8E) is unknown color: approx Astral. HEX triplet: 26, 6A and 8E. RGB value is (38,106,142). Sum of RGB (Red+Green+Blue) = 38+106+142=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #266A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266A8E is #D99571. Grayscale: #595959. Windows color (decimal): -14259570 or 9333286. OLE color: 9333286.

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

Color convert

RGB38106142-
CMYK0.730.2500.44
HSL200.77º57.78%35.29%-
HSV(B)200.77º73.24%55.69%-
XYZ10.8412.6727.47-
YUV89.77157.4791.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 106 (41.80% from 255) = 37.06%
BLUE value IS 142 (55.86% from 255) = 49.65%
R=13.29%
G=37.06%
B=49.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381061420.730.2500.44200.7757.7835.29
Hex266A8E491902Cc93a23
Octal46152216111310543117243
Binary100110110101010001110100100111001010110011001001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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