#26508B

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

Shades of Endeavour #26508B

Tints of Endeavour #26508B

Color information

#26508B (or 0x26508B) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 8B. RGB value is (38,80,139). Sum of RGB (Red+Green+Blue) = 38+80+139=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #26508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26508B is #D9AF74. Grayscale: #494949. Windows color (decimal): -14266229 or 9130022. OLE color: 9130022.

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

Color convert

RGB3880139-
CMYK0.730.4200.45
HSL215.05º57.06%34.71%-
HSV(B)215.05º72.66%54.51%-
XYZ8.338.0125.53-
YUV74.17164.59102.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=14.79%
G=31.13%
B=54.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38801390.730.4200.45215.0557.0634.71
Hex26508B492A02Dd73923
Octal46120213111520553277143
Binary1001101010000100010111001001101010010110111010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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