#26549B

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

Shades of Endeavour #26549B

Tints of Endeavour #26549B

Color information

#26549B (or 0x26549B) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 9B. RGB value is (38,84,155). Sum of RGB (Red+Green+Blue) = 38+84+155=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #26549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26549B is #D9AB64. Grayscale: #4E4E4E. Windows color (decimal): -14265189 or 10179622. OLE color: 10179622.

HSL color Cylindrical-coordinate representation of color #26549B: hue angle of 216.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26549B is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3884155-
CMYK0.750.4600.39
HSL216.41º60.62%37.84%-
HSV(B)216.41º75.48%60.78%-
XYZ9.899.1232.25-
YUV78.34171.2699.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=13.72%
G=30.32%
B=55.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38841550.750.4600.39216.4160.6237.84
Hex26549B4B2E027d83d26
Octal46124233113560473307546
Binary1001101010100100110111001011101110010011111011000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,84,155); }

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

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

 a { background-color: rgb(38,84,155); }

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

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

 span { border-color: rgb(38,84,155); }

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