#26529A

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

Shades of Endeavour #26529A

Tints of Endeavour #26529A

Color information

#26529A (or 0x26529A) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 9A. RGB value is (38,82,154). Sum of RGB (Red+Green+Blue) = 38+82+154=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #26529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529A is #D9AD65. Grayscale: #4C4C4C. Windows color (decimal): -14265702 or 10113574. OLE color: 10113574.

HSL color Cylindrical-coordinate representation of color #26529A: hue angle of 217.24º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26529A is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3882154-
CMYK0.750.4700.40
HSL217.24º60.42%37.65%-
HSV(B)217.24º75.32%60.39%-
XYZ9.658.7831.76-
YUV77.05171.42100.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=13.87%
G=29.93%
B=56.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38821540.750.4700.40217.2460.4237.65
Hex26529A4B2F028d93c26
Octal46122232113570503317446
Binary1001101010010100110101001011101111010100011011001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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