#265586

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

Shades of Endeavour #265586

Tints of Endeavour #265586

Color information

#265586 (or 0x265586) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 86. RGB value is (38,85,134). Sum of RGB (Red+Green+Blue) = 38+85+134=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #265586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265586 is #D9AA79. Grayscale: #4C4C4C. Windows color (decimal): -14264954 or 8803622. OLE color: 8803622.

HSL color Cylindrical-coordinate representation of color #265586: hue angle of 210.62º 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 #265586 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3885134-
CMYK0.720.3700.47
HSL210.62º55.81%33.73%-
HSV(B)210.62º71.64%52.55%-
XYZ8.358.6323.78-
YUV76.53160.43100.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=14.79%
G=33.07%
B=52.14%

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
Decimal38851340.720.3700.47210.6255.8133.73
Hex265586482502Fd33822
Octal46125206110450573237042
Binary1001101010101100001101001000100101010111111010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265586; }

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

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

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

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

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

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

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

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