#265097

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

Shades of Endeavour #265097

Tints of Endeavour #265097

Color information

#265097 (or 0x265097) is unknown color: approx Endeavour. HEX triplet: 26, 50 and 97. RGB value is (38,80,151). Sum of RGB (Red+Green+Blue) = 38+80+151=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #265097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265097 is #D9AF68. Grayscale: #4B4B4B. Windows color (decimal): -14266217 or 9916454. OLE color: 9916454.

HSL color Cylindrical-coordinate representation of color #265097: hue angle of 217.7º 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 #265097 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3880151-
CMYK0.750.4700.41
HSL217.7º59.79%37.06%-
HSV(B)217.7º74.83%59.22%-
XYZ9.258.3830.41-
YUV75.54170.59101.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=14.13%
G=29.74%
B=56.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38801510.750.4700.41217.759.7937.06
Hex2650974B2F029da3c25
Octal46120227113570513327445
Binary1001101010000100101111001011101111010100111011010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265097; }

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

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

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

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

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

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

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

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