#264E8F

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

Shades of Endeavour #264E8F

Tints of Endeavour #264E8F

Color information

#264E8F (or 0x264E8F) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 8F. RGB value is (38,78,143). Sum of RGB (Red+Green+Blue) = 38+78+143=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #264E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E8F is #D9B170. Grayscale: #494949. Windows color (decimal): -14266737 or 9391654. OLE color: 9391654.

HSL color Cylindrical-coordinate representation of color #264E8F: hue angle of 217.14º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264E8F is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3878143-
CMYK0.730.4500.44
HSL217.14º58.01%35.49%-
HSV(B)217.14º73.43%56.08%-
XYZ8.487.8427.05-
YUV73.45167.25102.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 143 (56.25% from 255) = 55.21%
R=14.67%
G=30.12%
B=55.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38781430.730.4500.44217.1458.0135.49
Hex264E8F492D02Cd93a23
Octal46116217111550543317243
Binary1001101001110100011111001001101101010110011011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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