#265587

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

Shades of Endeavour #265587

Tints of Endeavour #265587

Color information

#265587 (or 0x265587) is unknown color: approx Endeavour. HEX triplet: 26, 55 and 87. RGB value is (38,85,135). Sum of RGB (Red+Green+Blue) = 38+85+135=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #265587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265587 is #D9AA78. Grayscale: #4C4C4C. Windows color (decimal): -14264953 or 8869158. OLE color: 8869158.

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

Color convert

RGB3885135-
CMYK0.720.3700.47
HSL210.93º56.07%33.92%-
HSV(B)210.93º71.85%52.94%-
XYZ8.428.6624.15-
YUV76.65160.93100.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 135 (53.12% from 255) = 52.33%
R=14.73%
G=32.95%
B=52.33%

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
Decimal38851350.720.3700.47210.9356.0733.92
Hex265587482502Fd33822
Octal46125207110450573237042
Binary1001101010101100001111001000100101010111111010011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265587; }

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

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

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

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

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

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

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

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