#265486

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

Shades of Endeavour #265486

Tints of Endeavour #265486

Color information

#265486 (or 0x265486) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 86. RGB value is (38,84,134). Sum of RGB (Red+Green+Blue) = 38+84+134=256 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.84% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #265486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265486 is #D9AB79. Grayscale: #4B4B4B. Windows color (decimal): -14265210 or 8803366. OLE color: 8803366.

HSL color Cylindrical-coordinate representation of color #265486: hue angle of 211.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265486 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3884134-
CMYK0.720.3700.47
HSL211.25º55.81%33.73%-
HSV(B)211.25º71.64%52.55%-
XYZ8.278.4723.75-
YUV75.95160.76100.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.84%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=14.84%
G=32.81%
B=52.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38841340.720.3700.47211.2555.8133.73
Hex265486482502Fd33822
Octal46124206110450573237042
Binary1001101010100100001101001000100101010111111010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265486; }

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

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

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

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

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

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

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

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