#264E87

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

Shades of Endeavour #264E87

Tints of Endeavour #264E87

Color information

#264E87 (or 0x264E87) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 87. RGB value is (38,78,135). Sum of RGB (Red+Green+Blue) = 38+78+135=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 135 (53.12% from 255 or 53.78% from 251); Max value from RGB is 135 - color contains mainly: blue. Hex color #264E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E87 is #D9B178. Grayscale: #484848. Windows color (decimal): -14266745 or 8867366. OLE color: 8867366.

HSL color Cylindrical-coordinate representation of color #264E87: hue angle of 215.26º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264E87 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3878135-
CMYK0.720.4200.47
HSL215.26º56.07%33.92%-
HSV(B)215.26º71.85%52.94%-
XYZ7.97.6123.97-
YUV72.54163.25103.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 135 (53.12% from 255) = 53.78%
R=15.14%
G=31.08%
B=53.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38781350.720.4200.47215.2656.0733.92
Hex264E87482A02Fd73822
Octal46116207110520573277042
Binary1001101001110100001111001000101010010111111010111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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