#264E93

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

Shades of Endeavour #264E93

Tints of Endeavour #264E93

Color information

#264E93 (or 0x264E93) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 93. RGB value is (38,78,147). Sum of RGB (Red+Green+Blue) = 38+78+147=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #264E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E93 is #D9B16C. Grayscale: #494949. Windows color (decimal): -14266733 or 9653798. OLE color: 9653798.

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

Color convert

RGB3878147-
CMYK0.740.4700.42
HSL217.98º58.92%36.27%-
HSV(B)217.98º74.15%57.65%-
XYZ8.797.9728.68-
YUV73.91169.25102.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.45%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=14.45%
G=29.66%
B=55.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38781470.740.4700.42217.9858.9236.27
Hex264E934A2F02Ada3b24
Octal46116223112570523327344
Binary1001101001110100100111001010101111010101011011010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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