#264E92

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

Shades of Endeavour #264E92

Tints of Endeavour #264E92

Color information

#264E92 (or 0x264E92) is unknown color: approx Endeavour. HEX triplet: 26, 4E and 92. RGB value is (38,78,146). Sum of RGB (Red+Green+Blue) = 38+78+146=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #264E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E92 is #D9B16D. Grayscale: #494949. Windows color (decimal): -14266734 or 9588262. OLE color: 9588262.

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

Color convert

RGB3878146-
CMYK0.740.4700.43
HSL217.78º58.7%36.08%-
HSV(B)217.78º73.97%57.25%-
XYZ8.717.9428.27-
YUV73.79168.75102.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=14.50%
G=29.77%
B=55.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38781460.740.4700.43217.7858.736.08
Hex264E924A2F02Bda3b24
Octal46116222112570533327344
Binary1001101001110100100101001010101111010101111011010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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