#265D8E

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

Shades of Endeavour #265D8E

Tints of Endeavour #265D8E

Color information

#265D8E (or 0x265D8E) is unknown color: approx Endeavour. HEX triplet: 26, 5D and 8E. RGB value is (38,93,142). Sum of RGB (Red+Green+Blue) = 38+93+142=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #265D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D8E is #D9A271. Grayscale: #515151. Windows color (decimal): -14262898 or 9329958. OLE color: 9329958.

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

Color convert

RGB3893142-
CMYK0.730.3500.44
HSL208.27º57.78%35.29%-
HSV(B)208.27º73.24%55.69%-
XYZ9.610.1927.05-
YUV82.14161.7896.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.92%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=13.92%
G=34.07%
B=52.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38931420.730.3500.44208.2757.7835.29
Hex265D8E492302Cd03a23
Octal46135216111430543207243
Binary1001101011101100011101001001100011010110011010000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,93,142); }

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

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

 a { background-color: rgb(38,93,142); }

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

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

 span { border-color: rgb(38,93,142); }

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