#265085

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

Shades of Endeavour #265085

Tints of Endeavour #265085

Color information

#265085 (or 0x265085) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 85. RGB value is (38,80,133). Sum of RGB (Red+Green+Blue) = 38+80+133=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #265085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265085 is #D9AF7A. Grayscale: #494949. Windows color (decimal): -14266235 or 8736806. OLE color: 8736806.

HSL color Cylindrical-coordinate representation of color #265085: hue angle of 213.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265085 is Cyan = 0.71, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3880133-
CMYK0.710.4000.48
HSL213.47º55.56%33.53%-
HSV(B)213.47º71.43%52.16%-
XYZ7.97.8423.29-
YUV73.48161.59102.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=15.14%
G=31.87%
B=52.99%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38801330.710.4000.48213.4755.5633.53
Hex2650854728030d53822
Octal46120205107500603257042
Binary1001101010000100001011000111101000011000011010101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265085; }

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

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

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

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

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

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

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

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