#265E8D

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

Shades of Endeavour #265E8D

Tints of Endeavour #265E8D

Color information

#265E8D (or 0x265E8D) is unknown color: approx Endeavour. HEX triplet: 26, 5E and 8D. RGB value is (38,94,141). Sum of RGB (Red+Green+Blue) = 38+94+141=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #265E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E8D is #D9A172. Grayscale: #525252. Windows color (decimal): -14262643 or 9264678. OLE color: 9264678.

HSL color Cylindrical-coordinate representation of color #265E8D: hue angle of 207.38º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265E8D is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3894141-
CMYK0.730.3300.45
HSL207.38º57.54%35.1%-
HSV(B)207.38º73.05%55.29%-
XYZ9.6110.3426.69-
YUV82.61160.9596.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=13.92%
G=34.43%
B=51.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38941410.730.3300.45207.3857.5435.1
Hex265E8D492102Dcf3a23
Octal46136215111410553177243
Binary1001101011110100011011001001100001010110111001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265E8D; }

 p { color: rgb(38,94,141); }

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

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

 a { background-color: rgb(38,94,141); }

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

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

 span { border-color: rgb(38,94,141); }

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