#265987

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

Shades of Endeavour #265987

Tints of Endeavour #265987

Color information

#265987 (or 0x265987) is unknown color: approx Endeavour. HEX triplet: 26, 59 and 87. RGB value is (38,89,135). Sum of RGB (Red+Green+Blue) = 38+89+135=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #265987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265987 is #D9A678. Grayscale: #4E4E4E. Windows color (decimal): -14263929 or 8870182. OLE color: 8870182.

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

Color convert

RGB3889135-
CMYK0.720.3400.47
HSL208.45º56.07%33.92%-
HSV(B)208.45º71.85%52.94%-
XYZ8.749.3124.26-
YUV79159.698.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=14.50%
G=33.97%
B=51.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38891350.720.3400.47208.4556.0733.92
Hex265987482202Fd03822
Octal46131207110420573207042
Binary1001101011001100001111001000100010010111111010000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265987; }

 p { color: rgb(38,89,135); }

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

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

 a { background-color: rgb(38,89,135); }

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

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

 span { border-color: rgb(38,89,135); }

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