#266299

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

Shades of Endeavour #266299

Tints of Endeavour #266299

Color information

#266299 (or 0x266299) is unknown color: approx Endeavour. HEX triplet: 26, 62 and 99. RGB value is (38,98,153). Sum of RGB (Red+Green+Blue) = 38+98+153=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #266299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266299 is #D99D66. Grayscale: #565656. Windows color (decimal): -14261607 or 10052134. OLE color: 10052134.

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

Color convert

RGB3898153-
CMYK0.750.3600.4
HSL208.7º60.21%37.45%-
HSV(B)208.7º75.16%60%-
XYZ10.9211.4531.77-
YUV86.33165.6293.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=13.15%
G=33.91%
B=52.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38981530.750.3600.4208.760.2137.45
Hex2662994B24028d13c25
Octal46142231113440503217445
Binary1001101100010100110011001011100100010100011010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266299; }

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

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

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

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

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

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

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

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