#26529D

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

Shades of Endeavour #26529D

Tints of Endeavour #26529D

Color information

#26529D (or 0x26529D) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 9D. RGB value is (38,82,157). Sum of RGB (Red+Green+Blue) = 38+82+157=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #26529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #26529D is #D9AD62. Grayscale: #4D4D4D. Windows color (decimal): -14265699 or 10310182. OLE color: 10310182.

HSL color Cylindrical-coordinate representation of color #26529D: hue angle of 217.82º 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 #26529D is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3882157-
CMYK0.760.4800.38
HSL217.82º61.03%38.24%-
HSV(B)217.82º75.8%61.57%-
XYZ9.98.8833.09-
YUV77.39172.9299.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 157 (61.72% from 255) = 56.68%
R=13.72%
G=29.60%
B=56.68%

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
Decimal38821570.760.4800.38217.8261.0338.24
Hex26529D4C30026da3d26
Octal46122235114600463327546
Binary1001101010010100111011001100110000010011011011010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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