#265089

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

Shades of Endeavour #265089

Tints of Endeavour #265089

Color information

#265089 (or 0x265089) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 89. RGB value is (38,80,137). Sum of RGB (Red+Green+Blue) = 38+80+137=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #265089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265089 is #D9AF76. Grayscale: #494949. Windows color (decimal): -14266231 or 8998950. OLE color: 8998950.

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

Color convert

RGB3880137-
CMYK0.720.4200.46
HSL214.55º56.57%34.31%-
HSV(B)214.55º72.26%53.73%-
XYZ8.187.9624.77-
YUV73.94163.59102.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 137 (53.91% from 255) = 53.73%
R=14.90%
G=31.37%
B=53.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38801370.720.4200.46214.5556.5734.31
Hex265089482A02Ed73922
Octal46120211110520563277142
Binary1001101010000100010011001000101010010111011010111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265089; }

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

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

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

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

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

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

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

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