#256691

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

Shades of Endeavour #256691

Tints of Endeavour #256691

Color information

#256691 (or 0x256691) is unknown color: approx Endeavour. HEX triplet: 25, 66 and 91. RGB value is (37,102,145). Sum of RGB (Red+Green+Blue) = 37+102+145=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #256691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256691 is #DA996E. Grayscale: #575757. Windows color (decimal): -14326127 or 9528869. OLE color: 9528869.

HSL color Cylindrical-coordinate representation of color #256691: hue angle of 203.89º 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 #256691 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB37102145-
CMYK0.740.3000.43
HSL203.89º59.34%35.69%-
HSV(B)203.89º74.48%56.86%-
XYZ10.6311.9428.53-
YUV87.47160.4792-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=13.03%
G=35.92%
B=51.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371021450.740.3000.43203.8959.3435.69
Hex2566914A1E02Bcc3b24
Octal45146221112360533147344
Binary100101110011010010001100101011110010101111001100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256691; }

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

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

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

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

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

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

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

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