#265996

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

Shades of Endeavour #265996

Tints of Endeavour #265996

Color information

#265996 (or 0x265996) is unknown color: approx Endeavour. HEX triplet: 26, 59 and 96. RGB value is (38,89,150). Sum of RGB (Red+Green+Blue) = 38+89+150=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #265996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265996 is #D9A669. Grayscale: #505050. Windows color (decimal): -14263914 or 9853222. OLE color: 9853222.

HSL color Cylindrical-coordinate representation of color #265996: hue angle of 212.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265996 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3889150-
CMYK0.750.4100.41
HSL212.68º59.57%36.86%-
HSV(B)212.68º74.67%58.82%-
XYZ9.889.7630.22-
YUV80.7167.197.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.72%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 150 (58.98% from 255) = 54.15%
R=13.72%
G=32.13%
B=54.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38891500.750.4100.41212.6859.5736.86
Hex2659964B29029d53c25
Octal46131226113510513257445
Binary1001101011001100101101001011101001010100111010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265996; }

 p { color: rgb(38,89,150); }

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

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

 a { background-color: rgb(38,89,150); }

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

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

 span { border-color: rgb(38,89,150); }

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