#264B93

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

Shades of Endeavour #264B93

Tints of Endeavour #264B93

Color information

#264B93 (or 0x264B93) is unknown color: approx Endeavour. HEX triplet: 26, 4B and 93. RGB value is (38,75,147). Sum of RGB (Red+Green+Blue) = 38+75+147=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #264B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B93 is #D9B46C. Grayscale: #474747. Windows color (decimal): -14267501 or 9653030. OLE color: 9653030.

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

Color convert

RGB3875147-
CMYK0.740.4900.42
HSL219.63º58.92%36.27%-
HSV(B)219.63º74.15%57.65%-
XYZ8.587.5528.61-
YUV72.14170.24103.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.62%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 147 (57.81% from 255) = 56.54%
R=14.62%
G=28.85%
B=56.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38751470.740.4900.42219.6358.9236.27
Hex264B934A3102Adc3b24
Octal46113223112610523347344
Binary1001101001011100100111001010110001010101011011100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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