#266F8C

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

Shades of Astral #266F8C

Tints of Astral #266F8C

Color information

#266F8C (or 0x266F8C) is unknown color: approx Astral. HEX triplet: 26, 6F and 8C. RGB value is (38,111,140). Sum of RGB (Red+Green+Blue) = 38+111+140=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #266F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F8C is #D99073. Grayscale: #5C5C5C. Windows color (decimal): -14258292 or 9203494. OLE color: 9203494.

HSL color Cylindrical-coordinate representation of color #266F8C: hue angle of 197.06º degrees, saturation: 0.57, 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 #266F8C is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38111140-
CMYK0.730.2100.45
HSL197.06º57.3%34.9%-
HSV(B)197.06º72.86%54.9%-
XYZ11.2213.6726.86-
YUV92.48154.8289.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=13.15%
G=38.41%
B=48.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381111400.730.2100.45197.0657.334.9
Hex266F8C491502Dc53923
Octal46157214111250553057143
Binary100110110111110001100100100110101010110111000101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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