#265D89

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

Shades of Endeavour #265D89

Tints of Endeavour #265D89

Color information

#265D89 (or 0x265D89) is unknown color: approx Endeavour. HEX triplet: 26, 5D and 89. RGB value is (38,93,137). Sum of RGB (Red+Green+Blue) = 38+93+137=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #265D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D89 is #D9A276. Grayscale: #515151. Windows color (decimal): -14262903 or 9002278. OLE color: 9002278.

HSL color Cylindrical-coordinate representation of color #265D89: hue angle of 206.67º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265D89 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3893137-
CMYK0.720.3200.46
HSL206.67º56.57%34.31%-
HSV(B)206.67º72.26%53.73%-
XYZ9.2310.0525.12-
YUV81.57159.2896.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 137 (53.91% from 255) = 51.12%
R=14.18%
G=34.70%
B=51.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38931370.720.3200.46206.6756.5734.31
Hex265D89482002Ecf3922
Octal46135211110400563177142
Binary1001101011101100010011001000100000010111011001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265D89; }

 p { color: rgb(38,93,137); }

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

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

 a { background-color: rgb(38,93,137); }

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

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

 span { border-color: rgb(38,93,137); }

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