#264C93

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

Shades of Endeavour #264C93

Tints of Endeavour #264C93

Color information

#264C93 (or 0x264C93) is unknown color: approx Endeavour. HEX triplet: 26, 4C and 93. RGB value is (38,76,147). Sum of RGB (Red+Green+Blue) = 38+76+147=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #264C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C93 is #D9B36C. Grayscale: #484848. Windows color (decimal): -14267245 or 9653286. OLE color: 9653286.

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

Color convert

RGB3876147-
CMYK0.740.4800.42
HSL219.08º58.92%36.27%-
HSV(B)219.08º74.15%57.65%-
XYZ8.657.6928.63-
YUV72.73169.91103.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.56%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=14.56%
G=29.12%
B=56.32%

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
Decimal38761470.740.4800.42219.0858.9236.27
Hex264C934A3002Adb3b24
Octal46114223112600523337344
Binary1001101001100100100111001010110000010101011011011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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