#266F93

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

Shades of Astral #266F93

Tints of Astral #266F93

Color information

#266F93 (or 0x266F93) is unknown color: approx Astral. HEX triplet: 26, 6F and 93. RGB value is (38,111,147). Sum of RGB (Red+Green+Blue) = 38+111+147=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #266F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266F93 is #D9906C. Grayscale: #5D5D5D. Windows color (decimal): -14258285 or 9662246. OLE color: 9662246.

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

Color convert

RGB38111147-
CMYK0.740.2400.42
HSL199.82º58.92%36.27%-
HSV(B)199.82º74.15%57.65%-
XYZ11.7513.8929.67-
YUV93.28158.3288.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.84%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=12.84%
G=37.5%
B=49.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381111470.740.2400.42199.8258.9236.27
Hex266F934A1802Ac83b24
Octal46157223112300523107344
Binary100110110111110010011100101011000010101011001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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