#266E90

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

Shades of Astral #266E90

Tints of Astral #266E90

Color information

#266E90 (or 0x266E90) is unknown color: approx Astral. HEX triplet: 26, 6E and 90. RGB value is (38,110,144). Sum of RGB (Red+Green+Blue) = 38+110+144=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #266E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266E90 is #D9916F. Grayscale: #5C5C5C. Windows color (decimal): -14258544 or 9465382. OLE color: 9465382.

HSL color Cylindrical-coordinate representation of color #266E90: hue angle of 199.25º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266E90 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38110144-
CMYK0.740.2400.44
HSL199.25º58.24%35.69%-
HSV(B)199.25º73.61%56.47%-
XYZ11.4113.5828.4-
YUV92.35157.1589.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 110 (43.36% from 255) = 37.67%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=13.01%
G=37.67%
B=49.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381101440.740.2400.44199.2558.2435.69
Hex266E904A1802Cc73a24
Octal46156220112300543077244
Binary100110110111010010000100101011000010110011000111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,110,144); }

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

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

 a { background-color: rgb(38,110,144); }

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

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

 span { border-color: rgb(38,110,144); }

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