#2857A3

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

Shades of Endeavour #2857A3

Tints of Endeavour #2857A3

Color information

#2857A3 (or 0x2857A3) is unknown color: approx Endeavour. HEX triplet: 28, 57 and A3. RGB value is (40,87,163). Sum of RGB (Red+Green+Blue) = 40+87+163=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 163 (64.06% from 255 or 56.21% from 290); Max value from RGB is 163 - color contains mainly: blue. Hex color #2857A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2857A3 is #D7A85C. Grayscale: #515151. Windows color (decimal): -14133341 or 10704680. OLE color: 10704680.

HSL color Cylindrical-coordinate representation of color #2857A3: hue angle of 217.07º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2857A3 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4087163-
CMYK0.750.4700.36
HSL217.07º60.59%39.8%-
HSV(B)217.07º75.46%63.92%-
XYZ10.899.9135.99-
YUV81.61173.9398.32-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 87 (34.38% from 255) = 30%
BLUE value IS 163 (64.06% from 255) = 56.21%
R=13.79%
G=30%
B=56.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40871630.750.4700.36217.0760.5939.8
Hex2857A34B2F024d93d28
Octal50127243113570443317550
Binary1010001010111101000111001011101111010010011011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2857A3; }

 p { color: rgb(40,87,163); }

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

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

 a { background-color: rgb(40,87,163); }

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

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

 span { border-color: rgb(40,87,163); }

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