#264F85

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

Shades of Endeavour #264F85

Tints of Endeavour #264F85

Color information

#264F85 (or 0x264F85) is unknown color: approx Endeavour. HEX triplet: 26, 4F and 85. RGB value is (38,79,133). Sum of RGB (Red+Green+Blue) = 38+79+133=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #264F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F85 is #D9B07A. Grayscale: #484848. Windows color (decimal): -14266491 or 8736550. OLE color: 8736550.

HSL color Cylindrical-coordinate representation of color #264F85: hue angle of 214.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264F85 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3879133-
CMYK0.710.4100.48
HSL214.11º55.56%33.53%-
HSV(B)214.11º71.43%52.16%-
XYZ7.837.723.26-
YUV72.9161.92103.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 133 (52.34% from 255) = 53.2%
R=15.2%
G=31.6%
B=53.2%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38791330.710.4100.48214.1155.5633.53
Hex264F854729030d63822
Octal46117205107510603267042
Binary1001101001111100001011000111101001011000011010110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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