#264D93

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

Shades of Endeavour #264D93

Tints of Endeavour #264D93

Color information

#264D93 (or 0x264D93) is unknown color: approx Endeavour. HEX triplet: 26, 4D and 93. RGB value is (38,77,147). Sum of RGB (Red+Green+Blue) = 38+77+147=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #264D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D93 is #D9B26C. Grayscale: #494949. Windows color (decimal): -14266989 or 9653542. OLE color: 9653542.

HSL color Cylindrical-coordinate representation of color #264D93: hue angle of 218.53º 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 #264D93 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3877147-
CMYK0.740.4800.42
HSL218.53º58.92%36.27%-
HSV(B)218.53º74.15%57.65%-
XYZ8.727.8328.65-
YUV73.32169.58102.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 77 (30.47% from 255) = 29.39%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=14.50%
G=29.39%
B=56.11%

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
Decimal38771470.740.4800.42218.5358.9236.27
Hex264D934A3002Adb3b24
Octal46115223112600523337344
Binary1001101001101100100111001010110000010101011011011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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