#265791

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

Shades of Endeavour #265791

Tints of Endeavour #265791

Color information

#265791 (or 0x265791) is unknown color: approx Endeavour. HEX triplet: 26, 57 and 91. RGB value is (38,87,145). Sum of RGB (Red+Green+Blue) = 38+87+145=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #265791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265791 is #D9A86E. Grayscale: #4E4E4E. Windows color (decimal): -14264431 or 9525030. OLE color: 9525030.

HSL color Cylindrical-coordinate representation of color #265791: hue angle of 212.52º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265791 is Cyan = 0.74, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3887145-
CMYK0.740.400.43
HSL212.52º58.47%35.88%-
HSV(B)212.52º73.79%56.86%-
XYZ9.329.2728.09-
YUV78.96165.2798.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=14.07%
G=32.22%
B=53.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38871450.740.400.43212.5258.4735.88
Hex2657914A2802Bd53a24
Octal46127221112500533257244
Binary1001101010111100100011001010101000010101111010101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265791; }

 p { color: rgb(38,87,145); }

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

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

 a { background-color: rgb(38,87,145); }

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

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

 span { border-color: rgb(38,87,145); }

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