#265090

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

Shades of Endeavour #265090

Tints of Endeavour #265090

Color information

#265090 (or 0x265090) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 90. RGB value is (38,80,144). Sum of RGB (Red+Green+Blue) = 38+80+144=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #265090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265090 is #D9AF6F. Grayscale: #4A4A4A. Windows color (decimal): -14266224 or 9457702. OLE color: 9457702.

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

Color convert

RGB3880144-
CMYK0.740.4400.44
HSL216.23º58.24%35.69%-
HSV(B)216.23º73.61%56.47%-
XYZ8.78.1627.5-
YUV74.74167.09101.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.50%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=14.50%
G=30.53%
B=54.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38801440.740.4400.44216.2358.2435.69
Hex2650904A2C02Cd83a24
Octal46120220112540543307244
Binary1001101010000100100001001010101100010110011011000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265090; }

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

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

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

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

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

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

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

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