#266394

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

Shades of Endeavour #266394

Tints of Endeavour #266394

Color information

#266394 (or 0x266394) is unknown color: approx Endeavour. HEX triplet: 26, 63 and 94. RGB value is (38,99,148). Sum of RGB (Red+Green+Blue) = 38+99+148=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #266394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266394 is #D99C6B. Grayscale: #565656. Windows color (decimal): -14261356 or 9724710. OLE color: 9724710.

HSL color Cylindrical-coordinate representation of color #266394: hue angle of 206.73º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #266394 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3899148-
CMYK0.740.3300.42
HSL206.73º59.14%36.47%-
HSV(B)206.73º74.32%58.04%-
XYZ10.6111.4729.67-
YUV86.35162.7993.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=13.33%
G=34.74%
B=51.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38991480.740.3300.42206.7359.1436.47
Hex2663944A2102Acf3b24
Octal46143224112410523177344
Binary1001101100011100101001001010100001010101011001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266394; }

 p { color: rgb(38,99,148); }

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

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

 a { background-color: rgb(38,99,148); }

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

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

 span { border-color: rgb(38,99,148); }

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