#265793

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

Shades of Endeavour #265793

Tints of Endeavour #265793

Color information

#265793 (or 0x265793) is unknown color: approx Endeavour. HEX triplet: 26, 57 and 93. RGB value is (38,87,147). Sum of RGB (Red+Green+Blue) = 38+87+147=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #265793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265793 is #D9A86C. Grayscale: #4E4E4E. Windows color (decimal): -14264429 or 9656102. OLE color: 9656102.

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

Color convert

RGB3887147-
CMYK0.740.4100.42
HSL213.03º58.92%36.27%-
HSV(B)213.03º74.15%57.65%-
XYZ9.479.3428.91-
YUV79.19166.2798.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=13.97%
G=31.99%
B=54.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38871470.740.4100.42213.0358.9236.27
Hex2657934A2902Ad53b24
Octal46127223112510523257344
Binary1001101010111100100111001010101001010101011010101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265793; }

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

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

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

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

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

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

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

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