#265495

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

Shades of Endeavour #265495

Tints of Endeavour #265495

Color information

#265495 (or 0x265495) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 95. RGB value is (38,84,149). Sum of RGB (Red+Green+Blue) = 38+84+149=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #265495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265495 is #D9AB6A. Grayscale: #4D4D4D. Windows color (decimal): -14265195 or 9786406. OLE color: 9786406.

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

Color convert

RGB3884149-
CMYK0.740.4400.42
HSL215.14º59.36%36.67%-
HSV(B)215.14º74.5%58.43%-
XYZ9.398.9229.66-
YUV77.66168.2699.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=14.02%
G=31.00%
B=54.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38841490.740.4400.42215.1459.3636.67
Hex2654954A2C02Ad73b25
Octal46124225112540523277345
Binary1001101010100100101011001010101100010101011010111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265495; }

 p { color: rgb(38,84,149); }

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

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

 a { background-color: rgb(38,84,149); }

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

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

 span { border-color: rgb(38,84,149); }

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