#26528B

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

Shades of Endeavour #26528B

Tints of Endeavour #26528B

Color information

#26528B (or 0x26528B) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 8B. RGB value is (38,82,139). Sum of RGB (Red+Green+Blue) = 38+82+139=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #26528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26528B is #D9AD74. Grayscale: #4B4B4B. Windows color (decimal): -14265717 or 9130534. OLE color: 9130534.

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

Color convert

RGB3882139-
CMYK0.730.4100.45
HSL213.86º57.06%34.71%-
HSV(B)213.86º72.66%54.51%-
XYZ8.488.3125.58-
YUV75.34163.92101.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 139 (54.69% from 255) = 53.67%
R=14.67%
G=31.66%
B=53.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38821390.730.4100.45213.8657.0634.71
Hex26528B492902Dd63923
Octal46122213111510553267143
Binary1001101010010100010111001001101001010110111010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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