#26578A

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

Shades of Endeavour #26578A

Tints of Endeavour #26578A

Color information

#26578A (or 0x26578A) is unknown color: approx Endeavour. HEX triplet: 26, 57 and 8A. RGB value is (38,87,138). Sum of RGB (Red+Green+Blue) = 38+87+138=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #26578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26578A is #D9A875. Grayscale: #4D4D4D. Windows color (decimal): -14264438 or 9066278. OLE color: 9066278.

HSL color Cylindrical-coordinate representation of color #26578A: hue angle of 210.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26578A is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3887138-
CMYK0.720.3700.46
HSL210.6º56.82%34.51%-
HSV(B)210.6º72.46%54.12%-
XYZ8.799.0625.33-
YUV78.16161.7799.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=14.45%
G=33.08%
B=52.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38871380.720.3700.46210.656.8234.51
Hex26578A482502Ed33923
Octal46127212110450563237143
Binary1001101010111100010101001000100101010111011010011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26578A; }

 p { color: rgb(38,87,138); }

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

<style>
 a { background-color: #26578A; }

 a { background-color: rgb(38,87,138); }

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

<style>
 span { border-color: #26578A; }

 span { border-color: rgb(38,87,138); }

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