#265D99

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

Shades of Endeavour #265D99

Tints of Endeavour #265D99

Color information

#265D99 (or 0x265D99) is unknown color: approx Endeavour. HEX triplet: 26, 5D and 99. RGB value is (38,93,153). Sum of RGB (Red+Green+Blue) = 38+93+153=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #265D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265D99 is #D9A266. Grayscale: #535353. Windows color (decimal): -14262887 or 10050854. OLE color: 10050854.

HSL color Cylindrical-coordinate representation of color #265D99: hue angle of 211.3º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265D99 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3893153-
CMYK0.750.3900.4
HSL211.3º60.21%37.45%-
HSV(B)211.3º75.16%60%-
XYZ10.4610.5431.62-
YUV83.39167.2895.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=13.38%
G=32.75%
B=53.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38931530.750.3900.4211.360.2137.45
Hex265D994B27028d33c25
Octal46135231113470503237445
Binary1001101011101100110011001011100111010100011010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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