#256091

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

Shades of Endeavour #256091

Tints of Endeavour #256091

Color information

#256091 (or 0x256091) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 91. RGB value is (37,96,145). Sum of RGB (Red+Green+Blue) = 37+96+145=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #256091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256091 is #DA9F6E. Grayscale: #535353. Windows color (decimal): -14327663 or 9527333. OLE color: 9527333.

HSL color Cylindrical-coordinate representation of color #256091: hue angle of 207.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256091 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3796145-
CMYK0.740.3400.43
HSL207.22º59.34%35.69%-
HSV(B)207.22º74.48%56.86%-
XYZ10.0610.828.34-
YUV83.94162.4594.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=13.31%
G=34.53%
B=52.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal37961450.740.3400.43207.2259.3435.69
Hex2560914A2202Bcf3b24
Octal45140221112420533177344
Binary1001011100000100100011001010100010010101111001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256091; }

 p { color: rgb(37,96,145); }

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

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

 a { background-color: rgb(37,96,145); }

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

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

 span { border-color: rgb(37,96,145); }

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