#265499

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

Shades of Endeavour #265499

Tints of Endeavour #265499

Color information

#265499 (or 0x265499) is unknown color: approx Endeavour. HEX triplet: 26, 54 and 99. RGB value is (38,84,153). Sum of RGB (Red+Green+Blue) = 38+84+153=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #265499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265499 is #D9AB66. Grayscale: #4D4D4D. Windows color (decimal): -14265191 or 10048550. OLE color: 10048550.

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

Color convert

RGB3884153-
CMYK0.750.4500.4
HSL216º60.21%37.45%-
HSV(B)216º75.16%60%-
XYZ9.729.0531.37-
YUV78.11170.2699.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 153 (60.16% from 255) = 55.64%
R=13.82%
G=30.55%
B=55.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38841530.750.4500.421660.2137.45
Hex2654994B2D028d83c25
Octal46124231113550503307445
Binary1001101010100100110011001011101101010100011011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265499; }

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

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

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

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

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

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

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

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