#266390

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

Shades of Endeavour #266390

Tints of Endeavour #266390

Color information

#266390 (or 0x266390) is unknown color: approx Endeavour. HEX triplet: 26, 63 and 90. RGB value is (38,99,144). Sum of RGB (Red+Green+Blue) = 38+99+144=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #266390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266390 is #D99C6F. Grayscale: #555555. Windows color (decimal): -14261360 or 9462566. OLE color: 9462566.

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

Color convert

RGB3899144-
CMYK0.740.3100.44
HSL205.47º58.24%35.69%-
HSV(B)205.47º73.61%56.47%-
XYZ10.311.3528.03-
YUV85.89160.7993.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=13.52%
G=35.23%
B=51.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38991440.740.3100.44205.4758.2435.69
Hex2663904A1F02Ccd3a24
Octal46143220112370543157244
Binary100110110001110010000100101011111010110011001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266390; }

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

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

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

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

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

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

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

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