#265F91

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

Shades of Endeavour #265F91

Tints of Endeavour #265F91

Color information

#265F91 (or 0x265F91) is unknown color: approx Endeavour. HEX triplet: 26, 5F and 91. RGB value is (38,95,145). Sum of RGB (Red+Green+Blue) = 38+95+145=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #265F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F91 is #D9A06E. Grayscale: #535353. Windows color (decimal): -14262383 or 9527078. OLE color: 9527078.

HSL color Cylindrical-coordinate representation of color #265F91: hue angle of 208.04º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #265F91 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3895145-
CMYK0.740.3400.43
HSL208.04º58.47%35.88%-
HSV(B)208.04º73.79%56.86%-
XYZ1010.6428.31-
YUV83.66162.6295.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.67%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=13.67%
G=34.17%
B=52.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38951450.740.3400.43208.0458.4735.88
Hex265F914A2202Bd03a24
Octal46137221112420533207244
Binary1001101011111100100011001010100010010101111010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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