#265389

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

Shades of Endeavour #265389

Tints of Endeavour #265389

Color information

#265389 (or 0x265389) is unknown color: approx Endeavour. HEX triplet: 26, 53 and 89. RGB value is (38,83,137). Sum of RGB (Red+Green+Blue) = 38+83+137=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #265389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265389 is #D9AC76. Grayscale: #4B4B4B. Windows color (decimal): -14265463 or 8999718. OLE color: 8999718.

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

Color convert

RGB3883137-
CMYK0.720.3900.46
HSL212.73º56.57%34.31%-
HSV(B)212.73º72.26%53.73%-
XYZ8.418.424.85-
YUV75.7162.59101.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 137 (53.91% from 255) = 53.10%
R=14.73%
G=32.17%
B=53.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38831370.720.3900.46212.7356.5734.31
Hex265389482702Ed53922
Octal46123211110470563257142
Binary1001101010011100010011001000100111010111011010101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265389; }

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

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

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

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

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

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

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

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