#265F99

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

Shades of Endeavour #265F99

Tints of Endeavour #265F99

Color information

#265F99 (or 0x265F99) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 99. RGB value is (38,95,153). Sum of RGB (Red+Green+Blue) = 38+95+153=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #265F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F99 is #D9A066. Grayscale: #545454. Windows color (decimal): -14262375 or 10051366. OLE color: 10051366.

HSL color Cylindrical-coordinate representation of color #265F99: hue angle of 210.26º 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 #265F99 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3895153-
CMYK0.750.3800.4
HSL210.26º60.21%37.45%-
HSV(B)210.26º75.16%60%-
XYZ10.6410.931.68-
YUV84.57166.6294.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=13.29%
G=33.22%
B=53.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38951530.750.3800.4210.2660.2137.45
Hex265F994B26028d23c25
Octal46137231113460503227445
Binary1001101011111100110011001011100110010100011010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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