#266094

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

Shades of Endeavour #266094

Tints of Endeavour #266094

Color information

#266094 (or 0x266094) is unknown color: approx Endeavour. HEX triplet: 26, 60 and 94. RGB value is (38,96,148). Sum of RGB (Red+Green+Blue) = 38+96+148=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #266094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266094 is #D99F6B. Grayscale: #545454. Windows color (decimal): -14262124 or 9723942. OLE color: 9723942.

HSL color Cylindrical-coordinate representation of color #266094: hue angle of 208.36º 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 #266094 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3896148-
CMYK0.740.3500.42
HSL208.36º59.14%36.47%-
HSV(B)208.36º74.32%58.04%-
XYZ10.3310.9229.58-
YUV84.59163.7894.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.48%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 148 (58.20% from 255) = 52.48%
R=13.48%
G=34.04%
B=52.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38961480.740.3500.42208.3659.1436.47
Hex2660944A2302Ad03b24
Octal46140224112430523207344
Binary1001101100000100101001001010100011010101011010000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266094; }

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

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

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

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

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

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

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

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