#2857A2

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

Shades of Endeavour #2857A2

Tints of Endeavour #2857A2

Color information

#2857A2 (or 0x2857A2) is unknown color: approx Endeavour. HEX triplet: 28, 57 and A2. RGB value is (40,87,162). Sum of RGB (Red+Green+Blue) = 40+87+162=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #2857A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2857A2 is #D7A85D. Grayscale: #515151. Windows color (decimal): -14133342 or 10639144. OLE color: 10639144.

HSL color Cylindrical-coordinate representation of color #2857A2: hue angle of 216.89º degrees, saturation: 0.6, 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 #2857A2 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4087162-
CMYK0.750.4600.36
HSL216.89º60.4%39.61%-
HSV(B)216.89º75.31%63.53%-
XYZ10.89.8835.52-
YUV81.5173.4398.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=13.84%
G=30.10%
B=56.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40871620.750.4600.36216.8960.439.61
Hex2857A24B2E024d93c28
Octal50127242113560443317450
Binary1010001010111101000101001011101110010010011011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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