#26588B

Color #26588B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #26588B

Tints of Endeavour #26588B

Color information

#26588B (or 0x26588B) is unknown color: approx Endeavour. HEX triplet: 26, 58 and 8B. RGB value is (38,88,139). Sum of RGB (Red+Green+Blue) = 38+88+139=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #26588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26588B is #D9A774. Grayscale: #4E4E4E. Windows color (decimal): -14264181 or 9132070. OLE color: 9132070.

HSL color Cylindrical-coordinate representation of color #26588B: hue angle of 210.3º 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 #26588B is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3888139-
CMYK0.730.3700.45
HSL210.3º57.06%34.71%-
HSV(B)210.3º72.66%54.51%-
XYZ8.959.2625.74-
YUV78.86161.9498.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=14.34%
G=33.21%
B=52.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38881390.730.3700.45210.357.0634.71
Hex26588B492502Dd23923
Octal46130213111450553227143
Binary1001101011000100010111001001100101010110111010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26588B; }

 p { color: rgb(38,88,139); }

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

<style>
 a { background-color: #26588B; }

 a { background-color: rgb(38,88,139); }

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

<style>
 span { border-color: #26588B; }

 span { border-color: rgb(38,88,139); }

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