#265B8B

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

Shades of Endeavour #265B8B

Tints of Endeavour #265B8B

Color information

#265B8B (or 0x265B8B) is unknown color: approx Endeavour. HEX triplet: 26, 5B and 8B. RGB value is (38,91,139). Sum of RGB (Red+Green+Blue) = 38+91+139=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #265B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265B8B is #D9A474. Grayscale: #505050. Windows color (decimal): -14263413 or 9132838. OLE color: 9132838.

HSL color Cylindrical-coordinate representation of color #265B8B: hue angle of 208.51º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #265B8B is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3891139-
CMYK0.730.3500.45
HSL208.51º57.06%34.71%-
HSV(B)208.51º72.66%54.51%-
XYZ9.29.7625.82-
YUV80.62160.9497.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 139 (54.69% from 255) = 51.87%
R=14.18%
G=33.96%
B=51.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38911390.730.3500.45208.5157.0634.71
Hex265B8B492302Dd13923
Octal46133213111430553217143
Binary1001101011011100010111001001100011010110111010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,91,139); }

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

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

 a { background-color: rgb(38,91,139); }

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

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

 span { border-color: rgb(38,91,139); }

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