#266199

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

Shades of Endeavour #266199

Tints of Endeavour #266199

Color information

#266199 (or 0x266199) is unknown color: approx Endeavour. HEX triplet: 26, 61 and 99. RGB value is (38,97,153). Sum of RGB (Red+Green+Blue) = 38+97+153=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #266199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266199 is #D99E66. Grayscale: #555555. Windows color (decimal): -14261863 or 10051878. OLE color: 10051878.

HSL color Cylindrical-coordinate representation of color #266199: hue angle of 209.22º 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 #266199 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3897153-
CMYK0.750.3700.4
HSL209.22º60.21%37.45%-
HSV(B)209.22º75.16%60%-
XYZ10.8211.2631.74-
YUV85.74165.9593.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.19%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=13.19%
G=33.68%
B=53.12%

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
Decimal38971530.750.3700.4209.2260.2137.45
Hex2661994B25028d13c25
Octal46141231113450503217445
Binary1001101100001100110011001011100101010100011010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266199; }

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

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

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

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

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

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

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

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