#266089

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

Shades of Endeavour #266089

Tints of Endeavour #266089

Color information

#266089 (or 0x266089) is unknown color: approx Endeavour. HEX triplet: 26, 60 and 89. RGB value is (38,96,137). Sum of RGB (Red+Green+Blue) = 38+96+137=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #266089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266089 is #D99F76. Grayscale: #535353. Windows color (decimal): -14262135 or 9003046. OLE color: 9003046.

HSL color Cylindrical-coordinate representation of color #266089: hue angle of 204.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266089 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3896137-
CMYK0.720.3000.46
HSL204.85º56.57%34.31%-
HSV(B)204.85º72.26%53.73%-
XYZ9.510.5825.21-
YUV83.33158.2895.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=14.02%
G=35.42%
B=50.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38961370.720.3000.46204.8556.5734.31
Hex266089481E02Ecd3922
Octal46140211110360563157142
Binary100110110000010001001100100011110010111011001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266089; }

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

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

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

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

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

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

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

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