#266B8E

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

Shades of Astral #266B8E

Tints of Astral #266B8E

Color information

#266B8E (or 0x266B8E) is unknown color: approx Astral. HEX triplet: 26, 6B and 8E. RGB value is (38,107,142). Sum of RGB (Red+Green+Blue) = 38+107+142=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #266B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266B8E is #D99471. Grayscale: #5A5A5A. Windows color (decimal): -14259314 or 9333542. OLE color: 9333542.

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

Color convert

RGB38107142-
CMYK0.730.2500.44
HSL200.19º57.78%35.29%-
HSV(B)200.19º73.24%55.69%-
XYZ10.9412.8827.5-
YUV90.36157.1490.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 107 (42.19% from 255) = 37.28%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=13.24%
G=37.28%
B=49.48%

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
Decimal381071420.730.2500.44200.1957.7835.29
Hex266B8E491902Cc83a23
Octal46153216111310543107243
Binary100110110101110001110100100111001010110011001000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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