#26508D

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

Shades of Endeavour #26508D

Tints of Endeavour #26508D

Color information

#26508D (or 0x26508D) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 8D. RGB value is (38,80,141). Sum of RGB (Red+Green+Blue) = 38+80+141=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #26508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26508D is #D9AF72. Grayscale: #4A4A4A. Windows color (decimal): -14266227 or 9261094. OLE color: 9261094.

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

Color convert

RGB3880141-
CMYK0.730.4300.45
HSL215.53º57.54%35.1%-
HSV(B)215.53º73.05%55.29%-
XYZ8.488.0726.31-
YUV74.4165.59102.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 141 (55.47% from 255) = 54.44%
R=14.67%
G=30.89%
B=54.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38801410.730.4300.45215.5357.5435.1
Hex26508D492B02Dd83a23
Octal46120215111530553307243
Binary1001101010000100011011001001101011010110111011000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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