#265790

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

Shades of Endeavour #265790

Tints of Endeavour #265790

Color information

#265790 (or 0x265790) is unknown color: approx Endeavour. HEX triplet: 26, 57 and 90. RGB value is (38,87,144). Sum of RGB (Red+Green+Blue) = 38+87+144=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #265790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265790 is #D9A86F. Grayscale: #4E4E4E. Windows color (decimal): -14264432 or 9459494. OLE color: 9459494.

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

Color convert

RGB3887144-
CMYK0.740.4000.44
HSL212.26º58.24%35.69%-
HSV(B)212.26º73.61%56.47%-
XYZ9.249.2427.68-
YUV78.85164.7798.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=14.13%
G=32.34%
B=53.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38871440.740.4000.44212.2658.2435.69
Hex2657904A2802Cd43a24
Octal46127220112500543247244
Binary1001101010111100100001001010101000010110011010100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265790; }

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

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

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

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

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

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

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

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