#26529E

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

Shades of Endeavour #26529E

Tints of Endeavour #26529E

Color information

#26529E (or 0x26529E) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 9E. RGB value is (38,82,158). Sum of RGB (Red+Green+Blue) = 38+82+158=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #26529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529E is #D9AD61. Grayscale: #4D4D4D. Windows color (decimal): -14265698 or 10375718. OLE color: 10375718.

HSL color Cylindrical-coordinate representation of color #26529E: hue angle of 218º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26529E is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3882158-
CMYK0.760.4800.38
HSL218º61.22%38.43%-
HSV(B)218º75.95%61.96%-
XYZ9.998.9233.54-
YUV77.51173.4299.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=13.67%
G=29.50%
B=56.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38821580.760.4800.3821861.2238.43
Hex26529E4C30026da3d26
Octal46122236114600463327546
Binary1001101010010100111101001100110000010011011011010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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