#265F96

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

Shades of Endeavour #265F96

Tints of Endeavour #265F96

Color information

#265F96 (or 0x265F96) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 96. RGB value is (38,95,150). Sum of RGB (Red+Green+Blue) = 38+95+150=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #265F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F96 is #D9A069. Grayscale: #535353. Windows color (decimal): -14262378 or 9854758. OLE color: 9854758.

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

Color convert

RGB3895150-
CMYK0.750.3700.41
HSL209.46º59.57%36.86%-
HSV(B)209.46º74.67%58.82%-
XYZ10.410.830.39-
YUV84.23165.1295.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.43%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=13.43%
G=33.57%
B=53.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38951500.750.3700.41209.4659.5736.86
Hex265F964B25029d13c25
Octal46137226113450513217445
Binary1001101011111100101101001011100101010100111010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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