#2957A1

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

Shades of Endeavour #2957A1

Tints of Endeavour #2957A1

Color information

#2957A1 (or 0x2957A1) is unknown color: approx Endeavour. HEX triplet: 29, 57 and A1. RGB value is (41,87,161). Sum of RGB (Red+Green+Blue) = 41+87+161=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #2957A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957A1 is #D6A85E. Grayscale: #515151. Windows color (decimal): -14067807 or 10573609. OLE color: 10573609.

HSL color Cylindrical-coordinate representation of color #2957A1: hue angle of 217º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2957A1 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4187161-
CMYK0.750.4600.37
HSL217º59.41%39.61%-
HSV(B)217º74.53%63.14%-
XYZ10.769.8635.05-
YUV81.68172.7698.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 87 (34.38% from 255) = 30.10%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=14.19%
G=30.10%
B=55.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41871610.750.4600.3721759.4139.61
Hex2957A14B2E025d93b28
Octal51127241113560453317350
Binary1010011010111101000011001011101110010010111011001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2957A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2957A1; }

 p { color: rgb(41,87,161); }

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

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

 a { background-color: rgb(41,87,161); }

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

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

 span { border-color: rgb(41,87,161); }

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