#266099

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

Shades of Endeavour #266099

Tints of Endeavour #266099

Color information

#266099 (or 0x266099) is unknown color: approx Endeavour. HEX triplet: 26, 60 and 99. RGB value is (38,96,153). Sum of RGB (Red+Green+Blue) = 38+96+153=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #266099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266099 is #D99F66. Grayscale: #545454. Windows color (decimal): -14262119 or 10051622. OLE color: 10051622.

HSL color Cylindrical-coordinate representation of color #266099: hue angle of 209.74º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #266099 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3896153-
CMYK0.750.3700.4
HSL209.74º60.21%37.45%-
HSV(B)209.74º75.16%60%-
XYZ10.7311.0831.71-
YUV85.16166.2894.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.24%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=13.24%
G=33.45%
B=53.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38961530.750.3700.4209.7460.2137.45
Hex2660994B25028d23c25
Octal46140231113450503227445
Binary1001101100000100110011001011100101010100011010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266099; }

 p { color: rgb(38,96,153); }

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

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

 a { background-color: rgb(38,96,153); }

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

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

 span { border-color: rgb(38,96,153); }

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