#264E9B

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

Shades of Endeavour #264E9B

Tints of Endeavour #264E9B

Color information

#264E9B (or 0x264E9B) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 9B. RGB value is (38,78,155). Sum of RGB (Red+Green+Blue) = 38+78+155=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #264E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E9B is #D9B164. Grayscale: #4A4A4A. Windows color (decimal): -14266725 or 10178086. OLE color: 10178086.

HSL color Cylindrical-coordinate representation of color #264E9B: hue angle of 219.49º 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 #264E9B is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3878155-
CMYK0.750.5000.39
HSL219.49º60.62%37.84%-
HSV(B)219.49º75.48%60.78%-
XYZ9.448.2332.1-
YUV74.82173.25101.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=14.02%
G=28.78%
B=57.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38781550.750.5000.39219.4960.6237.84
Hex264E9B4B32027db3d26
Octal46116233113620473337546
Binary1001101001110100110111001011110010010011111011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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