#265E9B

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

Shades of Endeavour #265E9B

Tints of Endeavour #265E9B

Color information

#265E9B (or 0x265E9B) is unknown color: approx Endeavour. HEX triplet: 26, 5E and 9B. RGB value is (38,94,155). Sum of RGB (Red+Green+Blue) = 38+94+155=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #265E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E9B is #D9A164. Grayscale: #535353. Windows color (decimal): -14262629 or 10182182. OLE color: 10182182.

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

Color convert

RGB3894155-
CMYK0.750.3900.39
HSL211.28º60.62%37.84%-
HSV(B)211.28º75.48%60.78%-
XYZ10.7210.7832.53-
YUV84.21167.9595.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=13.24%
G=32.75%
B=54.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38941550.750.3900.39211.2860.6237.84
Hex265E9B4B27027d33d26
Octal46136233113470473237546
Binary1001101011110100110111001011100111010011111010011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,155); }

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

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

 a { background-color: rgb(38,94,155); }

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

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

 span { border-color: rgb(38,94,155); }

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