#264E98

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

Shades of Endeavour #264E98

Tints of Endeavour #264E98

Color information

#264E98 (or 0x264E98) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 98. RGB value is (38,78,152). Sum of RGB (Red+Green+Blue) = 38+78+152=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #264E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E98 is #D9B167. Grayscale: #4A4A4A. Windows color (decimal): -14266728 or 9981478. OLE color: 9981478.

HSL color Cylindrical-coordinate representation of color #264E98: hue angle of 218.95º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264E98 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3878152-
CMYK0.750.4900.40
HSL218.95º60%37.25%-
HSV(B)218.95º75%59.61%-
XYZ9.198.1330.79-
YUV74.48171.75101.98-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.18%
GREEN value IS 78 (30.86% from 255) = 29.10%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=14.18%
G=29.10%
B=56.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38781520.750.4900.40218.956037.25
Hex264E984B31028db3c25
Octal46116230113610503337445
Binary1001101001110100110001001011110001010100011011011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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