#265289

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

Shades of Endeavour #265289

Tints of Endeavour #265289

Color information

#265289 (or 0x265289) is unknown color: approx Endeavour. HEX triplet: 26, 52 and 89. RGB value is (38,82,137). Sum of RGB (Red+Green+Blue) = 38+82+137=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #265289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265289 is #D9AD76. Grayscale: #4A4A4A. Windows color (decimal): -14265719 or 8999462. OLE color: 8999462.

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

Color convert

RGB3882137-
CMYK0.720.4000.46
HSL213.33º56.57%34.31%-
HSV(B)213.33º72.26%53.73%-
XYZ8.338.2524.82-
YUV75.11162.92101.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=14.79%
G=31.91%
B=53.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38821370.720.4000.46213.3356.5734.31
Hex265289482802Ed53922
Octal46122211110500563257142
Binary1001101010010100010011001000101000010111011010101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265289; }

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

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

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

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

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

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

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

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