#264F9D

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

Shades of Endeavour #264F9D

Tints of Endeavour #264F9D

Color information

#264F9D (or 0x264F9D) is unknown color: approx Endeavour. HEX triplet: 26, 4F and 9D. RGB value is (38,79,157). Sum of RGB (Red+Green+Blue) = 38+79+157=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #264F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F9D is #D9B062. Grayscale: #4B4B4B. Windows color (decimal): -14266467 or 10309414. OLE color: 10309414.

HSL color Cylindrical-coordinate representation of color #264F9D: hue angle of 219.33º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264F9D is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3879157-
CMYK0.760.5000.38
HSL219.33º61.03%38.24%-
HSV(B)219.33º75.8%61.57%-
XYZ9.688.4433.02-
YUV75.63173.92101.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.87%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 157 (61.72% from 255) = 57.30%
R=13.87%
G=28.83%
B=57.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38791570.760.5000.38219.3361.0338.24
Hex264F9D4C32026db3d26
Octal46117235114620463337546
Binary1001101001111100111011001100110010010011011011011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,157); }

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

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

 a { background-color: rgb(38,79,157); }

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

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

 span { border-color: rgb(38,79,157); }

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