#265989

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

Shades of Endeavour #265989

Tints of Endeavour #265989

Color information

#265989 (or 0x265989) is unknown color: approx Endeavour. HEX triplet: 26, 59 and 89. RGB value is (38,89,137). Sum of RGB (Red+Green+Blue) = 38+89+137=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #265989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265989 is #D9A676. Grayscale: #4E4E4E. Windows color (decimal): -14263927 or 9001254. OLE color: 9001254.

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

Color convert

RGB3889137-
CMYK0.720.3500.46
HSL209.09º56.57%34.31%-
HSV(B)209.09º72.26%53.73%-
XYZ8.899.3625.01-
YUV79.22160.698.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 137 (53.91% from 255) = 51.89%
R=14.39%
G=33.71%
B=51.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38891370.720.3500.46209.0956.5734.31
Hex265989482302Ed13922
Octal46131211110430563217142
Binary1001101011001100010011001000100011010111011010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265989; }

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

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

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

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

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

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

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

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