#26588D

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

Shades of Endeavour #26588D

Tints of Endeavour #26588D

Color information

#26588D (or 0x26588D) is unknown color: approx Endeavour. HEX triplet: 26, 58 and 8D. RGB value is (38,88,141). Sum of RGB (Red+Green+Blue) = 38+88+141=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #26588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26588D is #D9A772. Grayscale: #4E4E4E. Windows color (decimal): -14264179 or 9263142. OLE color: 9263142.

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

Color convert

RGB3888141-
CMYK0.730.3800.45
HSL210.87º57.54%35.1%-
HSV(B)210.87º73.05%55.29%-
XYZ9.19.3126.52-
YUV79.09162.9498.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 88 (34.77% from 255) = 32.96%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=14.23%
G=32.96%
B=52.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38881410.730.3800.45210.8757.5435.1
Hex26588D492602Dd33a23
Octal46130215111460553237243
Binary1001101011000100011011001001100110010110111010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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