#265887

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

Shades of Endeavour #265887

Tints of Endeavour #265887

Color information

#265887 (or 0x265887) is unknown color: approx Endeavour. HEX triplet: 26, 58 and 87. RGB value is (38,88,135). Sum of RGB (Red+Green+Blue) = 38+88+135=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #265887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265887 is #D9A778. Grayscale: #4E4E4E. Windows color (decimal): -14264185 or 8869926. OLE color: 8869926.

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

Color convert

RGB3888135-
CMYK0.720.3500.47
HSL209.07º56.07%33.92%-
HSV(B)209.07º71.85%52.94%-
XYZ8.669.1424.23-
YUV78.41159.9499.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=14.56%
G=33.72%
B=51.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38881350.720.3500.47209.0756.0733.92
Hex265887482302Fd13822
Octal46130207110430573217042
Binary1001101011000100001111001000100011010111111010001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265887; }

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

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

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

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

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

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

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

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