#264E95

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

Shades of Endeavour #264E95

Tints of Endeavour #264E95

Color information

#264E95 (or 0x264E95) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 95. RGB value is (38,78,149). Sum of RGB (Red+Green+Blue) = 38+78+149=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #264E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E95 is #D9B16A. Grayscale: #494949. Windows color (decimal): -14266731 or 9784870. OLE color: 9784870.

HSL color Cylindrical-coordinate representation of color #264E95: hue angle of 218.38º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264E95 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3878149-
CMYK0.740.4800.42
HSL218.38º59.36%36.67%-
HSV(B)218.38º74.5%58.43%-
XYZ8.958.0329.51-
YUV74.13170.25102.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=14.34%
G=29.43%
B=56.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38781490.740.4800.42218.3859.3636.67
Hex264E954A3002Ada3b25
Octal46116225112600523327345
Binary1001101001110100101011001010110000010101011011010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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