#266F8E

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

Shades of Astral #266F8E

Tints of Astral #266F8E

Color information

#266F8E (or 0x266F8E) is unknown color: approx Astral. HEX triplet: 26, 6F and 8E. RGB value is (38,111,142). Sum of RGB (Red+Green+Blue) = 38+111+142=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #266F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F8E is #D99071. Grayscale: #5C5C5C. Windows color (decimal): -14258290 or 9334566. OLE color: 9334566.

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

Color convert

RGB38111142-
CMYK0.730.2200.44
HSL197.88º57.78%35.29%-
HSV(B)197.88º73.24%55.69%-
XYZ11.3713.7327.64-
YUV92.71155.8288.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=13.06%
G=38.14%
B=48.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381111420.730.2200.44197.8857.7835.29
Hex266F8E491602Cc63a23
Octal46157216111260543067243
Binary100110110111110001110100100110110010110011000110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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